Skip to content

Releases: Kinto/kinto

14.7.1

31 Mar 00:17
Compare
Choose a tag to compare

Bug Fixes

  • Include Kinto Admin VERSION file in package

Internal Changes

  • Exclude tests from built package

14.7.0

30 Mar 20:16
Compare
Choose a tag to compare

Internal Changes

  • Add alwaysdata Marketplace link. #2957
  • Test package description formatting in CI #2951
  • Build Kinto Admin from source #2966
Dependabot Updates
  • Bump pytest from 6.2.5 to 7.0.0 #2950
  • Bump pytest from 7.0.0 to 7.0.1 #2953
  • Bump werkzeug from 2.0.2 to 2.0.3 #2954
  • Bump python-rapidjson from 1.5 to 1.6 #2956
  • Bump waitress from 2.0.0 to 2.1.0 #2962
  • Bump sqlalchemy from 1.4.31 to 1.4.32 #2961
  • Bump selenium from 4.1.0 to 4.1.2 #2960
  • Bump newrelic from 7.4.0.172 to 7.6.0.173 #2959
  • Bump pytest from 7.0.1 to 7.1.0 #2965
  • Bump selenium from 4.1.2 to 4.1.3 #2964
  • Bump pyramid-tm from 2.4 to 2.5 #2963
  • Bump waitress from 2.1.0 to 2.1.1 #2968
  • Bump pytest from 7.1.0 to 7.1.1 #2967

Kinto Admin

Bug Fixes

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

Full Changelog: 14.6.1...14.7.0

14.6.1

03 Feb 16:02
14.6.1
a958de7
Compare
Choose a tag to compare

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)

14.5.0

08 Oct 11:38
14.5.0
e1b4b94
Compare
Choose a tag to compare

New feature

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

14.4.1

20 Sep 13:56
14.4.1
3ae7332
Compare
Choose a tag to compare

Bug fixes

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

14.4.0

16 Sep 16:00
14.4.0
097c2d6
Compare
Choose a tag to compare

Documentation

  • Fix "negociation" typo in docs/images/architecture.svg (#2813)

Internal changes

  • Replace ujson with rapidjson. (#2677)
  • Upgrade kinto-admin to v1.30.2

14.3.0

13 Jun 13:46
14.3.0
16bc845
Compare
Choose a tag to compare

Documentation

  • Fix documentation about disabling endpoints (#2794)

Internal changes

  • Now compatible with Pyramid 2 (#2764)
  • Upgrade kinto-admin to v1.30.0

14.2.0

22 Feb 12:06
14.2.0
fadc912
Compare
Choose a tag to compare

New feature

  • Allow rotation of the user password hmac secret without rotating the default bucket id hmac secret. (#2647)

Documentation

  • Upgrade kinto-admin to v1.29.0
  • servicedenuages.fr domain is parked, replace links with web.archive.org (#2720)
  • Fix broken url in docs (#2692)

Internal changes

  • Show diff on failures. (#2723)
  • Add GitHub Actions workflows (#2677)

14.1.1

03 Nov 21:18
14.1.1
abb7717
Compare
Choose a tag to compare

Bug fixes

  • Fix broken Kinto admin (#2646)

Internal Changes

  • Upgrade kinto-admin to v1.27.3

14.1.0

27 Oct 09:05
14.1.0
6f8c843
Compare
Choose a tag to compare

New feature

  • Add ability to disable explicit permissions at object level (ref #893). Use kinto.explicit_permissions = false to only rely on inherited permissions (see settings docs)

Internal Changes

  • Distinguish readonly errors in storage backend (kinto.core.storage.exceptions.ReadonlyError)
  • Upgrade kinto-admin to v1.27.0
  • Add support to Python 3.9