v0.16.1
ConduitPlatform/Conduitv0.16.1Feb 27, 2024by kkopanidis
AI Summary
This is a minor release (v0.16.1) of ConduitPlatform/Conduit focusing on dependency updates and a bug fix. The release includes a new feature for logging consumed limits in the router and fixes an authentication issue where admin-defined redirectUri for email verification was incorrectly validated.
Key Highlights
- Added info log for consumed limits in the router
- Fixed authentication bug where admin-defined redirectUri for email verification was mistakenly validated
- Updated multiple dependencies including husky, ts-node, and TypeScript ESLint plugins
- Updated @types/google-protobuf and @scalar/express-api-reference packages
New Features
- Add info log for consumed limits in the router
Full Release Notes
## What's Changed * build(deps-dev): bump husky from 8.0.3 to 9.0.11 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/952 * build(deps-dev): bump ts-node from 10.9.1 to 10.9.2 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/953 * build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 7.0.2 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/958 * feat(router): add info log for consumed limits by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/959 * build(deps): bump @types/google-protobuf from 3.15.6 to 3.15.12 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/960 * build(deps): bump @scalar/express-api-reference from 0.2.14 to 0.2.57 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/961 * fix(authentication): admin-defined redirectUri for email verification mistakenly validated by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/966 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.0...v0.16.1