liftbridge v1.2.0 Release Notes

Release Date: 2020-07-16 // almost 4 years ago
  • ๐Ÿ”„ 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)