Back to Explore

mysqljs/aws-ssl-profiles

GitHub
1 watchersOpen source

Last release:

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 effectively dormant, with its last recorded update on 2024-08-30, which is over 9 months ago relative to 2026-06-09, and no evidence of ongoing maintenance activity since then.
  • The update cadence is bursty rather than regular, with multiple updates in July to August 2024 (v1.0.0, v1.1.0, v1.1.1, v1.1.2) followed by a long gap with no further updates.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.1.2

    v1.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

    v1.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

    v1.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.

    Features
  • v1.0.0

    v1.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