Skip to content

Releases: ferriskey/ferriskey

v0.3.0

02 Feb 00:23
v0.3.0
1b19bac

Choose a tag to compare

What's Changed

🐛 Core - Fixes

🚀 Core - Features

  • feat: add user federation entities and migrations by @NathaelB in #646
  • feat: add Abyss federation module by @NathaelB in #647
  • feat: create social auth api endpoints by @LeadcodeDev in #650
  • feat: add ThemeProvider and user theme menu by @NathaelB in #651
  • feat: add LDAP client and federation repository by @NathaelB in #649
  • feat: invalid id token field instead embedded into access token by @NathaelB in #652
  • feat: ldap api provider crud endpoints by @NathaelB in #653
  • feat: implement crud for user federation page by @NathaelB in #654
  • feat: add more details to errors by @luisRubiera in #631
  • feat: user permissions handlers & authentication hydration and routing by @NathaelB in #681

🐛 API - Fixes

  • refactor: enhance utoipa doc + register routes & move into abyss module by @NathaelB in #670

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.3.0-rc3

01 Feb 23:57
v0.3.0-rc3
1b19bac

Choose a tag to compare

v0.3.0-rc3 Pre-release
Pre-release

Full Changelog: v0.3.0-rc2...v0.3.0-rc3

v0.3.0-rc2

01 Feb 23:28
v0.3.0-rc2
ec86298

Choose a tag to compare

v0.3.0-rc2 Pre-release
Pre-release

Full Changelog: v0.3.0-rc1...v0.3.0-rc2

v0.3.0-rc1

31 Jan 22:55
v0.3.0-rc1
9c6029d

Choose a tag to compare

v0.3.0-rc1 Pre-release
Pre-release

What's Changed

🐛 Core - Fixes

🚀 Core - Features

  • feat: add user federation entities and migrations by @NathaelB in #646
  • feat: add Abyss federation module by @NathaelB in #647
  • feat: create social auth api endpoints by @LeadcodeDev in #650
  • feat: add ThemeProvider and user theme menu by @NathaelB in #651
  • feat: add LDAP client and federation repository by @NathaelB in #649
  • feat: invalid id token field instead embedded into access token by @NathaelB in #652
  • feat: ldap api provider crud endpoints by @NathaelB in #653
  • feat: implement crud for user federation page by @NathaelB in #654
  • feat: add more details to errors by @luisRubiera in #631
  • feat: user permissions handlers & authentication hydration and routing by @NathaelB in #681

🐛 API - Fixes

  • refactor: enhance utoipa doc + register routes & move into abyss module by @NathaelB in #670

New Contributors

Full Changelog: v0.2.0...v0.3.0-rc1

v0.2.1

16 Jan 16:58
v0.2.1
e31a6aa

Choose a tag to compare

What's Changed

🐛 Core - Fixes

Full Changelog: v0.2.0...v0.2.1

v0.2.1-rc2

16 Jan 16:47
v0.2.1-rc2
e31a6aa

Choose a tag to compare

v0.2.1-rc2 Pre-release
Pre-release

What's Changed

🐛 Core - Fixes

Full Changelog: v0.2.1-rc1...v0.2.1-rc2

v0.2.1-rc1

16 Jan 15:09
v0.2.1-rc1
fd1cb74

Choose a tag to compare

v0.2.1-rc1 Pre-release
Pre-release

What's Changed

🐛 Core - Fixes

  • Fix/chery pick commit from main into release 0.2 by @NathaelB in #661

Full Changelog: v0.2.0...v0.2.1-rc1

v0.2.0

30 Dec 16:48
v0.2.0
1fc8d81

Choose a tag to compare

What's Changed

🐛 Core - Fixes

🚀 Core - Features

🐛 API - Fixes

🐛 Webapp - Fixes

New Contributors

Read more

v0.2.0-rc1

30 Dec 16:34
v0.2.0-rc1
1fc8d81

Choose a tag to compare

v0.2.0-rc1 Pre-release
Pre-release

What's Changed

🐛 Core - Fixes

🚀 Core - Features

🐛 API - Fixes

🐛 Webapp - Fixes

New Contributors

Read more

v0.1.1 🦀

11 Aug 09:44
6c9f458

Choose a tag to compare

Changes

🐛 Fixes

🔄 CI

  • fix: remove tagging as latest in release workflow for helm chart @NathaelB (#307)

🔨 Refactor