Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for 1.9.3 #39

Merged
merged 1 commit into from
Jan 2, 2025
Merged
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
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release Change Log

## v1.9.3 (2025-01-02)

## What's Changed

* Upgrade LMDB to 0.9.33 & use official OpenLDAP repo as source for updates by @wojas in https://github.com/PowerDNS/lmdb-go/pull/35
* macOS: fix unknown warning -Wno-stringop-overflow by @wojas in https://github.com/PowerDNS/lmdb-go/pull/38
* CI: minimum CI Go version 1.22 to fix error by @wojas in https://github.com/PowerDNS/lmdb-go/pull/37
* Update docs for v1.9.2 & document release process by @wojas in https://github.com/PowerDNS/lmdb-go/pull/30

Thanks to @igor35hh @shane-ns1 @fiatjaf for issue reports and suggestions.

LMDB C library changes:

LMDB 0.9.33 Release (2024/05/21)
ITS#9037 mdb_page_search: fix error code when DBI record is missing
ITS#10198 For win32, stop passing ignored parameter
ITS#10212 Fix meta page usage by read only tools

LMDB 0.9.32 Release (2024/01/29)
ITS#9378 - Add ability to replay log and replay log tool
ITS#10095 - partial revert of ITS#9278. The patch was incorrect and introduced numerous race conditions.
ITS#10125 - mdb_load: fix cursor reinit in Append mode
ITS#10137 - Allow users to define MDB_IDL_LOGN

**Full Changelog**: https://github.com/PowerDNS/lmdb-go/compare/v1.9.2...v1.9.3

## v1.9.2 (2023-12-07)

## What's Changed
Expand Down