backend/v1.0.1

teamhanko/hankobackend/v1.0.1Aug 27, 2024by FlxMgdnz

AI Summary

This version adds webhook support to the Flow API and includes the username property when retrieving users from the SDK and admin API, alongside several fixes.

Key Highlights

  • Added webhook support to Flow API
  • Username property is now included when retrieving users
  • Fixed a potential concurrency issue when creating new flows

New Features

  • Fixed faulty migration
  • Added webhooks to flow-api
  • Fixed email delivery
  • Updated DTO with username field
  • Return complete user in admin API
  • Fixed email verified check for SAML
  • Create new flow for every request

Full Release Notes

This release contains some important fixes and additions to the recently released Hanko v1.0. 

The most important changes are:
- Added webhook support to Flow API
- Username property is now included when retrieving the user from the SDK or the admin API
- Fixed a potential concurrency issue when new flows are created

## What's Changed
* ci: no jekyll by @lfleischmann in https://github.com/teamhanko/hanko/pull/1568
* ci: do not create cname file on docs publish by @lfleischmann in https://github.com/teamhanko/hanko/pull/1569
* ci: move nojekyll file by @lfleischmann in https://github.com/teamhanko/hanko/pull/1570
* chore: correct broken links by @bjoern-m in https://github.com/teamhanko/hanko/pull/1567
* fix: fix faulity migration by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/1571
* chore: add linkedin provider guide link in readme by @lfleischmann in https://github.com/teamhanko/hanko/pull/1572
* chore: add webhooks to flow-api by @bjoern-m in https://github.com/teamhanko/hanko/pull/1574
* Fix/email delivery by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/1575
* fix: fix links by @FlxMgdnz in https://github.com/teamhanko/hanko/pull/1576
* Minor text changes and typo fixes by @FlxMgdnz in https://github.com/teamhanko/hanko/pull/1579
* feat: update DTO with username field by @bjoern-m in https://github.com/teamhanko/hanko/pull/1583
* docs: backend config and user import schema and markdown generation improvements by @lfleischmann in https://github.com/teamhanko/hanko/pull/1582
* feat: return complete user in admin API by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/1581
* fix: fix email verified check for saml by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/1589
* fix: create new flow for every request by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/1591


**Full Changelog**: https://github.com/teamhanko/hanko/compare/backend/v1.0.0...backend/v1.0.1