aws-ssl-profiles provides bundles of AWS RDS SSL certificate material for Node.js. It is useful for configuring the `ssl` options in MySQL (mysql and mysql2) and PostgreSQL (node-postgres) client connections so they can use the appropriate CA certificates.
Project status
- The repository appears actively maintained in 2024, with three tagged updates in 2024 (v1.1.0 on 2024-07-15, v1.1.1 on 2024-07-15, and v1.1.2 on 2024-08-30).
- Update cadence looks relatively close early on (two updates on 2024-07-15), then a later follow-up about 6 weeks after (v1.1.2 on 2024-08-30), though there is no evidence of updates after 2024-08-30.
AI summary generated Today
Recent updates
v1.1.2
8/30/2024v1.1.2 primarily restores the library's `default` export property to improve CommonJS and ESM interoperability. The code change also includes CI/publishing configuration updates and several dev/tooling dependency bumps captured in the lockfile.
v1.1.1
7/15/2024v1.1.1 is a small release focused on fixing how consumers can import the package. The code changes adjust the module export shape and add TypeScript declaration files, along with new ESM/CJS import and typings tests to prevent regressions.
v1.1.0
7/15/2024v1.1.0 adds Amazon RDS Proxy CA certificate support and introduces a way to use these certificates as a standalone custom bundle. The main exported profiles object is updated to include the new proxy CA certificates alongside the existing Amazon RDS defaults.
Featuresv1.0.0
4/21/2024v1.0.0 introduces the ability to create SSL connection profiles. It also improves module compatibility so the package works in both CommonJS (CJS) and ECMAScript Modules (ESM) environments.
Features