Skip to content

Releases: KowalskiPiotr98/ludivault-api

0.2.0

01 Jan 10:58
b57cee3
Compare
Choose a tag to compare

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

Full Changelog: 0.1.1...0.2.0

0.1.1

27 Dec 10:03
94c989e
Compare
Choose a tag to compare

This release only adds support for ARM-based Docker images.

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

26 Dec 15:14
cf39704
Compare
Choose a tag to compare

Initial release with basic functionality.