Conduit
Conduit copied to clipboard
Batteries-included backend that works with any stack.
**What kind of change does this PR introduce?** This PR adds support for metrics collection. Each module collects a variety of default metrics (e.g. request latencies, gRPC errors, admin/client requests...
Fixes query param check failing for REST requests containing a `query` body param. **What kind of change does this PR introduce?** - [X] Bugfix - [ ] Feature - [...
Fixes certain handlers still returning `totalCount` despite their return signature suggesting they return `count`. All counts are now in truly consistently returned as `count` across all routes. **What kind of...
Modules like Email, SMS and Storage depend either optionally or entirely on third party service providers. Accessing and making use of said providers might not always be possible due to...
**Describe the bug** Currently, the sequelize schema adds a default uuid (_id) as a primary key to the model. In case the user provides a database for introspection and the...
**What kind of change does this PR introduce?** - [ ] Bugfix - [X] Feature - [ ] Code style update - [ ] Refactor - [ ] Build-related changes...
Introducing unit testing in core rpc services and admin using jest. Fix: add 'config' prefix to '/modules' excluded route on Auth.middleware - [x] Bugfix - [x] Feature - [ ]...
Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.503.1 to 3.540.0. Release notes Sourced from @aws-sdk/client-s3's releases. v3.540.0 3.540.0(2024-03-22) Documentation Changes client-firehose: Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy. (2f7ea8a3) New...
Bumps [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) from 3.502.0 to 3.540.0. Release notes Sourced from @aws-sdk/client-sts's releases. v3.540.0 3.540.0(2024-03-22) Documentation Changes client-firehose: Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy. (2f7ea8a3) New...
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 7.3.1 to 8.1.2. Release notes Sourced from lerna's releases. v8.1.2 8.1.2 (2024-02-05) Bug Fixes improve git binary error (#3945) (7637972) v8.1.1 8.1.1 (2024-02-05) Bug Fixes list: explicitly...