Releases: DataDog/riot
Releases · DataDog/riot
0.21.0
New Features
- Drops support for Python 3.7, and adds support for 3.13 and 3.14.
Bug Fixes
- Bump
virtualenvto>=20.36.1,<21to addressGHSA-597g-3phw-6986.
- Only log environment variables in debug logging.
- Ensure Riot installs a compatible
pip/pip-toolspair (pip<26andpip-tools>=7.5.0,<8) before compiling lock files, avoiding failures caused by incompatible preinstalled tooling combinations in CI.
0.20.1
Bug Fixes
- Only log environment variables in debug logging.
0.20.0
Bug Fixes
- Pin
virtualenvto the version that has support for Python 3.7
0.19.1
Bug Fixes
- Ensure
setuptoolsis included in riot generated lock files. This ensures consistent behavior for packages andriot.Venvs which depend onsetuptools.
0.19.0
What's Changed
- ci: fix readthedocs build by @majorgreys in #218
- feat: support 3.12 and drop support for 2.7 virtual environments by @majorgreys in #220
0.18.0
New Features
- Add support for CPython 3.12
0.17.7
0.17.6
0.17.5
Bug Fixes
- pin
pip<23.2to avoid breaking change impacting pip-tools for Python 3.7