Back to Explore

mysqljs/aws-ssl-profiles

GitHub
2 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 to have recent activity (latest upstream push on 2026-08-21), but the provided package update history shows published updates last in 2024 (v1.1.2 on 2024-08-30), so day to day release cadence is unclear from this evidence.
  • Observed updates cadence (from the listed tags) was relatively quick during mid 2024 (v1.0.0 on 2024-04-21, then v1.1.0 and v1.1.1 in July 2024, followed by v1.1.2 in late Aug 2024), but there is a long silence since then, roughly over 2 years as of 2026-09-10.

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