Releases: Kinto/kinto
Releases · Kinto/kinto
14.7.1
Bug Fixes
- Include Kinto Admin VERSION file in package
Internal Changes
- Exclude tests from built package
14.7.0
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
- 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: 14.6.1...14.7.0
14.6.1
Bug Fixes
- Fix crash in
/permissions
endpoint when a setting is misinterpreted as resource permission (e.g.signer.auto_create_resources_principals
)
Internal Changes
14.5.0
14.4.1
14.4.0
14.3.0
14.2.0
14.1.1
14.1.0
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