v0.16.6
ConduitPlatform/Conduitv0.16.6Jul 2, 2024by kkopanidis
AI Summary
This release focuses on dependency updates, bug fixes, and a refactor of the rate limiting system. The most significant change is the replacement of the rate limit library with a custom implementation, along with bug fixes for database views and push notifications, and new CommonJS support for the grpc-sdk and module-tools.
Key Highlights
- Custom rate limiting implementation replacing the rate limit library
- Database view fixes for improved stability
- Push notifications fix for deleting expired tokens in one-signal provider
- Added CommonJS project support for grpc-sdk and module-tools
- Multiple dependency updates including mysql2, @grpc/grpc-js, braces, and ejs
New Features
- Custom rate limiting implementation (refactored from library)
- Support for CommonJS projects in grpc-sdk and module-tools
Full Release Notes
## What's Changed * build(deps): bump mysql2 from 3.9.7 to 3.9.8 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1046 * build(deps): bump mysql2 from 3.9.7 to 3.10.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1047 * build(deps): bump @grpc/grpc-js from 1.9.7 to 1.10.9 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1058 * build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1075 * build(deps): bump ejs from 3.1.8 to 3.1.10 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1025 * refactor(router): remove rate limit library and add custom implementation by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1081 * fix(database): view fixes by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1086 * fix(push-notifications): delete expired tokens for one-signal provider by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1088 * feat(grpc-sdk,module-tools): support commonjs projects by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1089 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.5...v0.16.6