kinto

A generic JSON document store with sharing and synchronisation capabilities.

OTHER License

Downloads
5.9K
Stars
4.3K
Committers
134
kinto - 18.1.1 Latest Release

Published by leplatrem 4 months ago

What's Changed

Bug Fixes

Full Changelog: https://github.com/Kinto/kinto/compare/18.1.0...18.1.1

kinto - 18.1.0

Published by leplatrem 7 months ago

What's Changed

New Features

Bug Fixes

Other Changes

Full Changelog: https://github.com/Kinto/kinto/compare/18.0.0...18.1.0

kinto - 18.0.0

Published by leplatrem 9 months ago

What's Changed

Breaking Changes

Bug Fixes

Full Changelog: https://github.com/Kinto/kinto/compare/17.0.0...18.0.0

kinto - 17.0.0

Published by leplatrem 9 months ago

What's Changed

Breaking Changes

Dependency Updates

Other Changes

Full Changelog: https://github.com/Kinto/kinto/compare/16.3.0...17.0.0

kinto -

Published by leplatrem 9 months ago

New features

  • Add a new kinto.admin_assets_path setting to specify the location on the Admin UI assets.

Internal Changes

  • Publish to docker hub on tag (#3329)
  • Publish to Pypi on tag (#3328)
  • Switch to ruff insteaf of therapist+flake8+black+isort (#3321)
  • Upgrade to SQLAlchemy 2 (fixes #3128)
kinto -

Published by leplatrem 11 months ago

  • Upgraded Kinto Admin to v2.1.1
kinto - 16.2.2

Published by alexcottner 11 months ago

Upgrading kinto-admin to v2.1.0.

kinto -

Published by leplatrem about 1 year ago

Bug fixes

  • Keep warning level for server-side logging (#3263)

Note: version 16.2.0 does not exist.

kinto -

Published by leplatrem about 1 year ago

New features

  • Send logging warnings to Sentry, with logging debugs as breadcrumbs. Configure levels with kinto.sentry_breadcrumbs_min_level and kinto.sentry_events_min_level settings (#3262)
kinto -

Published by leplatrem over 1 year ago

Breaking Changes

  • Drop support of Python 3.7 (end-of-life 2023-06-27)

New features

  • Add request id to request.summary logs (read from X-Request-Id header and defaults to 16 hex string)

Documentation

  • Fix typos on the Concepts page (#3151)
kinto - 15.1.1

Published by grahamalama over 1 year ago

Bug Fixes

  • Use correct import path for SQLAlchemy Sentry integration
kinto - 15.1.0

Published by grahamalama over 1 year ago

New features

  • Enable SQLAlchemy integration for Sentry

Internal Changes

  • Force SQLAlchemy version to 1.X
kinto - 15.0.0

Published by grahamalama over 1 year ago

Breaking Changes

  • raven is not installed by default anymore (fixes #3054). Sentry reporting is now enabled via settings (or environment variables).
    In order to migrate from Kinto <14 to Kinto 15, remove the mention of sentry and raven from your logging configuration:
# kinto.ini
[logger_root]
level = INFO
-    handlers = console, sentry
+    handlers = console
[handlers]
-    keys = console, sentry
+    keys = console
-    [handler_sentry]
-    class = raven.handlers.logging.SentryHandler
-    args = ('https://<key>:<secret>@app.getsentry.com/<project>',)
-    level = WARNING
-    formatter = generic

And add the following settings:

    kinto.sentry_dsn = https://[email protected]/1
    kinto.sentry_env = prod

For more information, see Settings documentation

Documentation

  • Fix /batch endpoint documentation about required authentication.
kinto -

Published by leplatrem about 2 years ago

New Features

  • Add Cache-Control response header in root URL endpoint (/v1/) when the instance is configured as read-only.
kinto -

Published by leplatrem over 2 years ago

Bug Fixes

  • Prevents merging of ResourceChanged events if they were triggered from
    events listeners (cascade) (see mozilla/remote-settings#203)
kinto - 14.7.1

Published by grahamalama over 2 years ago

Bug Fixes

  • Include Kinto Admin VERSION file in package

Internal Changes

  • Exclude tests from built package
kinto - 14.7.0

Published by grahamalama over 2 years ago

Internal Changes

Kinto Admin

Bug Fixes

  • Downgrade to history v4 (Kinto/kinto-admin#2180)
  • Fix crash on incorrect auth credentials (Kinto/kinto-admin#2119)

For a complete log of Kinto Admin changes, see v1.31.0...v2.0.0

Full Changelog: https://github.com/Kinto/kinto/compare/14.6.1...14.7.0

kinto -

Published by leplatrem over 2 years ago

Bug Fixes

  • Fix crash in /permissions endpoint when a setting is misinterpreted as resource permission (e.g. signer.auto_create_resources_principals)

Internal Changes

  • Update Dockerfile & docker-compose for faster, usable builds (#2942)
  • Add a SECURITY.md file (fixes #2912) (#2918)
  • Fix coveralls.io support (#2921)
  • Remove duplicated dependencies (#2922)
kinto -

Published by leplatrem about 3 years ago

New feature

  • Add kinto.version_prefix_redirect_ttl_seconds setting in order to send Cache-Control response headers on version prefix redirects (fixes #2874)
kinto -

Published by leplatrem about 3 years ago

Bug fixes

  • Fix bundle of kinto-admin, using same versions of React as upstream package