Releases: Kinto/kinto
Releases · Kinto/kinto
19.3.0
What's Changed
New Features
- Improve metrics API to support multiple key/value labels by @leplatrem in #3459
- Registry a no-op metrics service by default by @leplatrem in #3460
- Observe metrics request summary, size, and duration with labels by @leplatrem in #3461
Internal Changes
- Fix Dockerfile syntax to get rid of warnings by @leplatrem in #3463
Dependency Updates
- Upgrade kinto-admin to v3.4.1 by @leplatrem in #3457
Full Changelog: 19.2.0...19.3.0
19.2.0
What's Changed
New Features
- Add prometheus support (Fixes #3407) by @leplatrem in #3453
Can now be enabled via built-in pluginkinto.plugins.prometheus
inkinto.includes
(see settings docs)
Deprecations
- Before, assigning a value to the
kinto.statsd_url
setting was enough to enable StatsD monitoring. It is now recommended to addkinto.plugins.statsd
to the list of enabled plugins inkinto.includes
(see settings docs) - Initialization step
kinto.core.initialization.setup_statsd
inkinto.initialization_sequence
is now deprecated. Usekinto.core.initialization.setup_metrics
.
Internals:
config.registry.statsd
is now deprecated. Useconfig.registry.metrics
instead.
Other Changes
- Update code of conduct reference by @emmanuel-ferdman in #3444
New Contributors
- @emmanuel-ferdman made their first contribution in #3444
Full Changelog: 18.1.1...19.2.0
18.1.1
What's Changed
Bug Fixes
- Fix #3402: Prevent invalid timestamps to reach the database by @leplatrem in #3425
Full Changelog: 18.1.0...18.1.1
18.1.0
What's Changed
New Features
- Add Python 3.12 support by @leplatrem in #3377
Bug Fixes
- Add request filter if server is configured as readonly by @leplatrem in #3387
Other Changes
- Fixes #3380 - UI asset files not properly copied to container by @alexcottner in #3381
- Adding basic python playwright test by @alexcottner in #3382
Full Changelog: 18.0.0...18.1.0
18.0.0
What's Changed
Breaking Changes
- When Kinto Admin assets is read from custom folder, we now expect a
VERSION
file to be present, by @leplatrem in #3376
Bug Fixes
- Fix Docker image build frozen step by @leplatrem in #3372
Full Changelog: 17.0.0...18.0.0
17.0.0
What's Changed
Breaking Changes
- Decouple
kinto-redis
from this repository by @leplatrem in #3360 - Do not install dev dependencies in Docker image by @leplatrem in #3369
Dependency Updates
- Bump Kinto Admin to 3.0.1 by @grahamalama in #3351
Other Changes
- Run functional tests on freshly built container by @leplatrem in #3367
- Move community files to
.github/
folder by @leplatrem in #3366 - Generate changelog from Github releases by @leplatrem in #3353
- Group all Dependabot pull-requests by @leplatrem in #3308
- Rename master branch to main by @leplatrem in #3355
- Merge Github workflows files into
test.yml
by @leplatrem in #3362 - Get rid of tox by @leplatrem in #3357
- ShellCheck
scripts/
folder by @leplatrem in #3364 - Force labels on pull-requests, and add sections in generated changelog by @leplatrem in #3361
- Switch from
setup.cfg
/setup.py
topyproject.toml
by @leplatrem in #3359
Full Changelog: 16.3.0...17.0.0