Skip to content

Releases: liftbridge-io/liftbridge

v1.2.0

16 Jul 17:06
08e2aa8
Compare
Choose a tag to compare

Changelog

Added

  • Add API support for stream-level configuration, contributed by @LaPetiteSouris (#211)
  • Add async publish API endpoint for pipelined publishes (#209)
  • Support TLS on connections to NATS, contributed by @LaPetiteSouris (#229)

Changed

  • Scope all internal NATS subjects to the cluster namespace (#230)

Fixed

  • Fix dev-standalone Docker image build (#206)
  • Fix Kubernetes Docker image build (#208)
  • Fix data waiter race in replication causing high tail latencies (#224)
  • Fix occasional waitgroup underflow caused by server shutdown (#209)
  • Fix occasional deadlock race on partition close caused by server shutdown (#209)
  • Fix occasional file limit exceeded errors in unit tests (#209)
  • Fix flaky CommitOnRestart test (#209)
  • Fix possible panic on async errors occurring on NATS connections (#230)
  • Fix spurious but benign error logs related to replication during partition leader failover (#231)

v1.1.0

29 May 21:41
192e7da
Compare
Choose a tag to compare

Changelog

Added

  • Add link to commercial support form to website (#197)
  • Allow overriding configuration with environment variables, contributed by @brennantaylor (#200)

Fixed

  • Fix flaky test (#198)

v1.0.0

28 Apr 18:03
0346508
Compare
Choose a tag to compare

Initial stable production release of Liftbridge.

v1.0.0-beta

03 Mar 02:20
16222c1
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

This is a non-production ready beta release of Liftbridge. APIs are subject to change, but this is intended to be as close to the v1.0.0 API as possible.

v1.0.0-alpha

22 Feb 00:22
37038c2
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

This is a non-production ready alpha release of Liftbridge. APIs are subject to change.

v0.0.1-alpha

18 Jan 20:08
0fa66f5
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

This is a non-production ready alpha release of Liftbridge. APIs are subject to change.