Skip to content

Releases: PowerDNS/lightningstream

v0.4.3

09 Apr 07:39
a241744
Compare
Choose a tag to compare

What's Changed

  • Downloader: call Close on updates that are overwritten in (*Downlader).LoadOnce by @ahouene in #70
  • S3 snapshot metrics by @nvaatstra in #74

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

20 Sep 15:20
e361da9
Compare
Choose a tag to compare

What's Changed

  • pdns.conf fix, plus a doc nit by @Habbie in #60
  • upgrade simpleblob to v0.2.5, as well as compress and logrus by @ahouene in #62

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

29 Jun 13:30
730635f
Compare
Choose a tag to compare

This fixes a resource leak that can cause growing memory and CPU usage over time (#57) for all S3 backend users.

It also fixes the update marker not working when a global S3 prefix is used, which causes the backend to use more expensive LIST API calls, leading to increased S3 usage costs. (#55)
This only affects you if you are using the opt-in upgrade marker.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Apr 06:55
6f99653
Compare
Choose a tag to compare

What's Changed

This release introduces a new snapshot loader and serialiser that significantly reduces the memory use of Lightning Stream, by keeping the items in protobuf format and deserialising on the fly, and several other improvements to reduce peak memory usage.

We now limit the number of snapshots that can concurrently be held in memory using the new memory_downloaded_snapshots and memory_decompressed_snapshots configuration options. In the past this number could grow up to the number of unique instance names.

  • Reduce heap memory usage by @wojas in #31
  • Upgrade simpleblob to 0.2.3 by @wojas in #51
  • Experimental pdns-v5-fix-duplicate-domains command by @wojas in #50

Improvements to documentation, tests and CI

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

24 Mar 13:18
39d3c70
Compare
Choose a tag to compare

What's Changed

  • Reduce memory used for when loading a snapshot by @wojas in #30
  • New experimental migrate-timestamps command by @wojas in #28
  • Upgrade docker compose to Auth 4.8 with native schema by @wojas in #34
  • Add MIT license by @wojas in #35

Security content

Improvements to documentation, tests and CI

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

17 Mar 06:52
Compare
Choose a tag to compare

Released on 1 March 2023.

BREAKING CHANGES

This one will not affect any actual users, as we know there were no native schema applications before v0.3.0.

The header format changed from an 8 byte timestamp to a new 24+ byte header.
Non-native schemas will have new shadow tables automatically created in the new format, but may lose some timestamp accuracy for changes around the migration.

Highlights

  • New header schema #10
  • Automatic cleanup of old snapshots #9
  • Single-run support with --only-once #11 and #13
  • Add receive command for receive-only operation #24
  • Various snapshots subcommand for debugging and managing snapshots #26

Other changes

  • Fix incorrect DBI creation causing corrupt dupsort data #20
  • Healthz monitoring endpoint #7
  • Various fixes for native schema applications #14 and #17
  • Go 1.19 build fixes #6
  • Performance improvements #15
  • Improved status page #18 #25
  • Other fixes and improvements #19
  • Wait for marker file flag #21
  • Allow zero timestamps #22
  • Add override_create_flags option #23

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Mar 06:47
Compare
Choose a tag to compare

Released on 11 November 2022.

Initial external release.