All Versions
130
Latest Version
Avg Release Cycle
55 days
Latest Release
349 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v14.2.0 Changes
February 22, 2021🆕 New feature
- 👍 Allow rotation of the user password hmac secret without rotating the default bucket id hmac secret. (#2647)
📚 Documentation
- 🌐 servicedenuages.fr domain is parked, replace links with web.archive.org (#2720)
- 🛠 Fix broken url in docs (#2692)
Internal changes
- ⬆️ Upgrade kinto-admin to v1.29.0
- 👉 Show diff on failures. (#2723)
- ➕ Add GitHub Actions workflows (#2677)
-
v14.1.3 Changes
November 09, 2020- 📦 Repackage kinto-admin
-
v14.1.2 Changes
November 09, 2020Internal Changes
- ⬆️ Upgrade kinto-admin to v1.28.0
-
v14.1.1 Changes
November 03, 2020 -
v14.1.0 Changes
October 27, 2020New 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
- ➕ Add ability to disable explicit permissions at object level (ref #893). Use
-
v14.0.1 Changes
September 09, 2020Bug fixes
- 🚚 Do not break storage implementations (ie. kinto-redis) that rely on
json
class attribute (removed in v14.0.0) - 🛠 Do not return 400 for
?_since=null
(fixes #2595)
- 🚚 Do not break storage implementations (ie. kinto-redis) that rely on
-
v14.0.0 Changes
August 13, 2020💥 Breaking changes
- ⬇️ Drop the
strict_json
option, and useultrajson
everywhere
🐛 Bug fixes
- 🛠 Return 400 if
_since
is notint
orstr
(fixes #2495)
Internal Changes
- ⬆️ Upgrade kinto-admin to v1.26.2
- ⬇️ Drop the
-
v13.6.7
August 13, 2020 -
v13.6.6 Changes
June 26, 2020 -
v13.6.5 Changes
March 31, 2020Bug fixes
- Simplify get_objects_permissions query (#2475)