Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# ChangeLog
## 1.13.1
### Fixed
- Fix possible double free on parse error of malformed payload.
- Fix build failure when configuring with `ENABLE_TRACE=ON`.
- Fix possible redefinition of `_GNU_SOURCE`.

## 1.13.0
### New features
- Support automatic encryption for `$lookup` stages in `aggregate` pipelines on MongoDB server 8.1+.
Expand Down
4 changes: 2 additions & 2 deletions etc/cyclonedx.sbom.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
],
"metadata": {
"timestamp": "2025-02-27T16:24:58.542719+00:00",
"timestamp": "2025-04-01T17:28:16.597112+00:00",
"tools": [
{
"externalReferences": [
Expand Down Expand Up @@ -100,7 +100,7 @@
}
]
},
"serialNumber": "urn:uuid:1eeadd7e-be33-4e55-960c-02bac1da4cf7",
"serialNumber": "urn:uuid:d3342f3b-6584-4fff-9131-fabb6a8c492c",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
Expand Down
Loading