@@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.2] ( https://github.com/openstack-experimental/keystone/compare/v0.1.1...v0.1.2 ) - 2025-12-18
11+
12+ ### Added
13+
14+ - Implement create_role api and backend ([ #454 ] ( https://github.com/openstack-experimental/keystone/pull/454 ) )
15+ - Start running integration tests per DB ([ #461 ] ( https://github.com/openstack-experimental/keystone/pull/461 ) )
16+ - Add appcred token validation integration test ([ #459 ] ( https://github.com/openstack-experimental/keystone/pull/459 ) )
17+ - Implement token structure validation ([ #439 ] ( https://github.com/openstack-experimental/keystone/pull/439 ) )
18+ - Implement application credential provider ([ #447 ] ( https://github.com/openstack-experimental/keystone/pull/447 ) )
19+ - Add pagination to listing idp ([ #438 ] ( https://github.com/openstack-experimental/keystone/pull/438 ) )
20+ - Include system assignments in the list ([ #426 ] ( https://github.com/openstack-experimental/keystone/pull/426 ) )
21+ - Add ` enabled ` to federation resources ([ #423 ] ( https://github.com/openstack-experimental/keystone/pull/423 ) )
22+
23+ ### Fixed
24+
25+ - Fix logic for application credential token roles ([ #457 ] ( https://github.com/openstack-experimental/keystone/pull/457 ) )
26+ - User expiring membership for federated users ([ #425 ] ( https://github.com/openstack-experimental/keystone/pull/425 ) )
27+ - Resolve system_assignment query issue ([ #434 ] ( https://github.com/openstack-experimental/keystone/pull/434 ) )
28+
29+ ### Other
30+
31+ - Add basic CRUD integration for user api ([ #463 ] ( https://github.com/openstack-experimental/keystone/pull/463 ) )
32+ - Allow updating ` dist ` workflow ([ #460 ] ( https://github.com/openstack-experimental/keystone/pull/460 ) )
33+ - Modularize federation functionality ([ #456 ] ( https://github.com/openstack-experimental/keystone/pull/456 ) )
34+ - Modularize webauthn functionality ([ #455 ] ( https://github.com/openstack-experimental/keystone/pull/455 ) )
35+ - Reorg functests ([ #453 ] ( https://github.com/openstack-experimental/keystone/pull/453 ) )
36+ - Replace URL_SAFE with URL_SAFE_NO_PAD for audit_id ([ #446 ] ( https://github.com/openstack-experimental/keystone/pull/446 ) )
37+ - * (deps)* bump uuid from 1.18.1 to 1.19.0 ([ #429 ] ( https://github.com/openstack-experimental/keystone/pull/429 ) )
38+ - Add federation functest with DexIDP ([ #424 ] ( https://github.com/openstack-experimental/keystone/pull/424 ) )
39+ - Expand code documentation ([ #422 ] ( https://github.com/openstack-experimental/keystone/pull/422 ) )
40+ - Remove unnecessary content from rust package ([ #418 ] ( https://github.com/openstack-experimental/keystone/pull/418 ) )
41+
1042## [ 0.1.1] ( https://github.com/openstack-experimental/keystone/compare/v0.1.0...v0.1.1 ) - 2025-12-02
1143
1244### Added
0 commit comments