|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [0.1.2](https://github.com/openstack-experimental/keystone/compare/openstack-keystone-core-v0.1.1...openstack-keystone-core-v0.1.2) - 2026-03-25 |
| 11 | + |
| 12 | +### Other |
| 13 | + |
| 14 | +- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638)) |
| 15 | +- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640)) |
| 16 | +- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633)) |
| 17 | +- Split more drivers to separate crates ([#632](https://github.com/openstack-experimental/keystone/pull/632)) |
| 18 | +- Drop unnecessary derives to help compilation ([#631](https://github.com/openstack-experimental/keystone/pull/631)) |
| 19 | +- Drop unnecessary tracing directives ([#627](https://github.com/openstack-experimental/keystone/pull/627)) |
| 20 | +- Split config into standalone crate ([#628](https://github.com/openstack-experimental/keystone/pull/628)) |
| 21 | +- Rework http client pool ([#629](https://github.com/openstack-experimental/keystone/pull/629)) |
| 22 | +- Make assignment sql driver a standalone crate ([#626](https://github.com/openstack-experimental/keystone/pull/626)) |
| 23 | +- Move assignment parameters resolution to driver ([#625](https://github.com/openstack-experimental/keystone/pull/625)) |
| 24 | +- Introduce features in api-types crate ([#624](https://github.com/openstack-experimental/keystone/pull/624)) |
| 25 | +- Slim down api-types crate ([#622](https://github.com/openstack-experimental/keystone/pull/622)) |
| 26 | +- Split out webauthn into crate ([#621](https://github.com/openstack-experimental/keystone/pull/621)) |
| 27 | +- Split out token-fernet driver ([#620](https://github.com/openstack-experimental/keystone/pull/620)) |
| 28 | +- Prepare slit out of the FernetTokenProvider ([#619](https://github.com/openstack-experimental/keystone/pull/619)) |
| 29 | +- Move benchmark into the proper crate ([#614](https://github.com/openstack-experimental/keystone/pull/614)) |
0 commit comments