Releases: KowalskiPiotr98/ludivault-api
Releases · KowalskiPiotr98/ludivault-api
0.2.0
This release adds support for user accounts.
Only login with external identity providers is supported and that's unlikely to change in the future.
However, if there's demand, support for more providers can be added.
If you feel like you must use a local identity provider, there's an option to use a custom providers, as long as it support OpenID Connect.
Warning
This is a breaking release that requires database drop (or manual migration) and changes to configuration settings.
Please consult new README for more details.
What's Changed
- Update dependabot file by @KowalskiPiotr98 in #13
- Update README.md by @KowalskiPiotr98 in #14
- Fix sonar issues by @KowalskiPiotr98 in #25
- Add user accounts by @KowalskiPiotr98 in #29
Full Changelog: 0.1.1...0.2.0
0.1.1
This release only adds support for ARM-based Docker images.
What's Changed
- Add multi platform docker image by @KowalskiPiotr98 in #12
Full Changelog: 0.1.0...0.1.1
0.1.0
Initial release with basic functionality.