Skip to content

Commit 55a3938

Browse files
committed
Merge branch 'v1'
2 parents cc77815 + f4f3b8e commit 55a3938

5 files changed

Lines changed: 1160 additions & 733 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@ numeric type, or to `long` if inputs use an integral numeric type.
4949

5050
### Changed
5151

52+
## [1.8.1] - 2025-06-04
53+
54+
### Fixed
55+
56+
- Include TLS root certificates in docker images to fix connections to otel collectors ([#167](https://github.com/hasura/ndc-mongodb/pull/167))
57+
58+
#### Root certificates
59+
60+
Connections to MongoDB use the Rust MongoDB driver, which uses rust-tls, which bundles its own root certificate store.
61+
So there was no problem connecting to MongoDB over TLS. But the connector's OpenTelemetry library uses openssl instead
62+
of rust-tls, and openssl requires a separate certificate store to be installed. So this release fixes connections to
63+
OpenTelemetry collectors over https.
64+
5265
## [1.8.0] - 2025-04-25
5366

5467
### Added

0 commit comments

Comments
 (0)