v3.44.2

trycompai/compv3.44.2May 6, 2026by claudfuen

AI Summary

This is a minor bug fix release that resolves an issue with RDS CA certificate handling by removing the inlined RDS CA bundle and instead relying on Node.js's default trust store.

Key Highlights

  • Fixed RDS CA bundle issue by dropping inlined certificate and using Node default trust store
  • Addresses issue #2772 related to certificate handling

Full Release Notes

## [3.44.2](https://github.com/trycompai/comp/compare/v3.44.1...v3.44.2) (2026-05-06)


### Bug Fixes

* **db:** drop inlined RDS CA bundle, use Node default trust store ([#2775](https://github.com/trycompai/comp/issues/2775)) ([cd5046c](https://github.com/trycompai/comp/commit/cd5046cec797afc2026c5a9b006d067f8c430e41)), closes [#2772](https://github.com/trycompai/comp/issues/2772)