v0.14.5
ConduitPlatform/Conduitv0.14.5Aug 5, 2022by kkopanidis
AI Summary
This release focuses on bug fixes and improvements across multiple modules, including socket registration and security validation fixes, a refactored email verification link system, and the addition of ping routes for admin, core, and router components.
Key Highlights
- Refactored email verification link functionality in authentication module
- Fixed socket registration and security client validation issues
- Added new ping routes across admin, core, and router modules
- Fixed configureModule not passing schema to register routes
- Fixed router types and Swagger admin section including admin config routes
New Features
- Ping routes added for admin, core, and router modules
Full Release Notes
## What's Changed * refactor(authentication): email verification link rework by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/272 * chore(database): typo in function name by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/273 * fix(hermes,router): socket registration, security client validation by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/274 * fix(hermes): Swagger admin section includes admin config routes by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/276 * feat(admin,core,router): ping routes by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/275 * fix(core): fix configureModule not passing schema to register routes by @Michael-Vol in https://github.com/ConduitPlatform/Conduit/pull/277 * fix(core,admin,router): router types by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/278 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.14.4...v0.14.5