backend/v1.0.2
teamhanko/hankobackend/v1.0.2Aug 28, 2024by FlxMgdnz
AI Summary
A bug fix release primarily addressing database connection handling to prevent deadlocks during flow transactions, along with corrections to passcode error display.
Key Highlights
- Fixed deadlock issue when using DB connections during flow transactions
- Fixed passcode invalid error not being shown to users
New Features
- Passcode invalid error display fix
- Transaction connection handling fix
- Version update to 1.0.2
Full Release Notes
Another bug fix release. Most importantly, changing the way DB connections are used during flow transactions to avoid potential deadlocks when a large number of users initiate certain flow actions simultaneously. ## What's Changed * fix: passcode invalid error not shown by @bjoern-m in https://github.com/teamhanko/hanko/pull/1594 * fix: only use transaction connection in a transaction by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/1598 * chore: update versions to 1.0.2 by @FreddyDevelop in https://github.com/teamhanko/hanko/pull/1599 **Full Changelog**: https://github.com/teamhanko/hanko/compare/backend/v1.0.1...backend/v1.0.2