Conduit Releases
133 releases of ConduitPlatform/Conduit
- v0.16.0
Conduit 0.16 is a major release after a year of development, marking the first version where core functionality is considered complete. It brings migration to ESM, NodeJS 20, and TypeScript 5, a complete rewrite of the SQL database implementation supporting SQLite, PostgreSQL, and MySQL/MariaDB consistently, and a stabilized Authorization module capable of sub-5ms permission checks.
Feb 17, 2024
- v0.15.19
This is a minor patch release (v0.15.19) for ConduitPlatform/Conduit containing two bug fixes: one addressing gRPC await promise transpilation issues by bumping the ECMAScript target to ES2018, and another fixing OAuth URL construction. No new features were added in this release.
Dec 19, 2023
- v0.15.18
This is a minimal release note for v0.15.18 that only provides a link to the full changelog comparison with v0.15.17, without detailing any specific changes, fixes, or features included in this release.
Jun 12, 2023
- v0.15.17
This is a patch release (v0.15.17) of ConduitPlatform/Conduit. The release note only provides a link to the full changelog on GitHub without detailing specific changes, making it impossible to identify key highlights, breaking changes, or new features from this release note alone.
Apr 26, 2023
- v0.15.16
A minor patch release addressing a single authentication bug (issue #592). This release contains only one fix focused on resolving an authentication-related issue.
Apr 18, 2023
- v0.15.15
This release introduces router proxy support and fixes critical database schema field constraint issues. The router proxy feature enables enhanced routing capabilities while the database fix addresses invalid id, createdAt, and updatedAt field constraints in admin createSchema().
Feb 16, 2023
- v0.15.14
A feature-focused release adding a notifications center for push notifications, along with a bug fix for the notifications count query. This release enhances the push notifications module with a centralized notification management interface.
Feb 9, 2023
- v0.15.13
This release contains multiple bug fixes and a security dependency update. Key fixes include database object comparison, schema index deletion parameters, and an HTTP cache semantics security bump.
Feb 2, 2023
- v0.15.12
Feb 2, 2023
- v0.15.11
This release v0.15.11 includes several bug fixes across database, hermes, and grpc-sdk components, a new S3 storage feature with generic endpoint support, and a security upgrade for twilio. The most notable changes are the security patch for twilio and the new S3 storage capabilities.
Jan 31, 2023
- v0.15.10
This release v0.15.10 of ConduitPlatform/Conduit includes bug fixes for authentication (undefined checks and OAuth2 URL construction), a new Functions module, POSIX compatibility fix for the installation script, migration fixes, and Kubernetes monitoring enhancements with Loki namespace labels.
Jan 13, 2023
- v0.15.9
This release v0.15.9 of Conduit adds captcha authentication support with both reCAPTCHA v2 and hCaptcha middleware, introduces a monolithic get config route, and includes several database fixes for Sequelize. It also addresses important security vulnerabilities by upgrading jsonwebtoken to 9.0.0 and firebase-admin to 11.4.1.
Jan 2, 2023
- v0.15.8
Release v0.15.8 introduces simplified one-line deployment for Linux and Mac, initial teams and roles support in the authentication module, and exposes Docker Compose gRPC ports. This release also includes several bug fixes for admin user twoFaMethod, Redis URL remapping, metrics labeling, and config array field merging.
Dec 16, 2022
- v0.15.7
This release (v0.15.7) of Conduit adds several new features including raw query support for database operations, request params splitting functionality, and route field descriptions support, while also improving Redis compatibility and fixing various bugs related to body parameters in GET requests.
Nov 25, 2022
- v0.15.6
This is a patch release (v0.15.6) containing two bug fixes for the database module. The fixes address schema ownership validation during unique index creation and a length check issue in custom endpoint handlers.
Nov 18, 2022
- v0.15.5
This is a minor patch release (v0.15.5) that addresses two critical bug fixes: fixing index creation bugs in the database module and resolving crashes in the grpc-sdk router function wrappers.
Nov 17, 2022
- v0.15.4
This release focuses on database improvements with new index support, admin index routes, and various bug fixes for custom endpoints, sorting, and schema handling. It also adds early request termination support in the router and includes a security upgrade for deep-object-diff.
Nov 17, 2022
- v0.15.3
This is a minor patch release (v0.15.3) focused on bug fixes for the Conduit database module. The update addresses issues with route declaration order for CRUD operations and fixes problems with custom endpoint handlers.
Nov 4, 2022
- v0.15.2
This v0.15.2 release of Conduit includes bug fixes for authentication middleware and PostgreSQL queries, a refactoring of Hermes route proto generation across multiple components, and a new OneSignal provider for push notifications.
Nov 3, 2022
- v0.15.1
This release focuses on expanding authentication capabilities with five new OAuth providers (LinkedIn, Bitbucket, Reddit, Twitter, and Apple) and introduces 2FA backup codes for enhanced security. The release also includes a config refactor in the core module, new test coverage for core and admin, and a bug fix.
Oct 25, 2022