Skip to content

Latest commit

 

History

History
86 lines (65 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

86 lines (65 loc) · 4.61 KB

1.3.0 (unreleased)

Release Highlights

  • Add support for Go 1.13.
  • Use vanilla alpine image to run Burrow instead of iron/go.

1.2.2 (2019-02-28)

Release Highlights

  • More fixes to binary release process.

1.2.1 (2019-02-21)

Release Highlights

  • Fix binary release process.
  • Report ClientID for consumers.
  • Fix division by zero error in evaluator.

1.2.0 (2019-01-18)

Release Highlights

  • Add support for Kafka up to version 2.1.0.
  • Update sarama to version 1.20.1 with support for zstd compression.
  • Support linux/arm64.
  • Add blacklist for memory store.

Changes

  • [d244fce922] - Bump sarama to 1.20.1 (Vlad Gorodetsky)
  • [793430d249] - Golang 1.9.x is no longer supported (Vlad Gorodetsky)
  • [735fcb7c82] - Replace deprecated megacheck with staticcheck (Vlad Gorodetsky)
  • [3d49b2588b] - Link the README to the Compose file in the project (Jordan Moore)
  • [3a59b36d94] - Tests fixed (Mikhail Chugunkov)
  • [6684c5e4db] - Added unit test for v3 value decoding (Mikhail Chugunkov)
  • [10d4dc39eb] - Added v3 messages protocol support (Mikhail Chugunkov)
  • [d6b075b781] - Replace deprecated MAINTAINER directive with a label (Vlad Gorodetsky)
  • [52606499a6] - Refactor parseKafkaVersion to reduce method complexity (gocyclo) (Vlad Gorodetsky)
  • [b0440f9dea] - Add gcc to build zstd (Vlad Gorodetsky)
  • [6898a8de26] - Add libc-dev to build zstd (Vlad Gorodetsky)
  • [b81089aada] - Add support for Kafka 2.1.0 (Vlad Gorodetsky)
  • [cb004f9405] - Build with Go 1.11 (Vlad Gorodetsky)
  • [679a95fb38] - Fix golint import path (golint fixer)
  • [f88bb7d3a8] - Update docker-compose Readme section with working url. (Daniel Wojda)
  • [3f888cdb2d] - Upgrade sarama to support Kafka 2.0.0 (#440) (daniel)
  • [1150f6fef9] - Support linux/arm64 using Dup3() instead of Dup2() (Mpampis Kostas)
  • [1b65b4b2f2] - Add support for Kafka 1.1.0 (#403) (Vlad Gorodetsky)
  • [74b309fc8d] - code coverage for newly added lines (Clemens Valiente)
  • [279c75375c] - accidentally reverted this (Clemens Valiente)
  • [192878c69c] - gofmt (Clemens Valiente)
  • [33bc8defcd] - make first regex test case a proper match everything (Clemens Valiente)
  • [279b256b27] - only set whitelist / blacklist if it's not empty string (Clemens Valiente)
  • [b48d30d18c] - naming (Clemens Valiente)
  • [7d6c6ccb03] - variable naming (Clemens Valiente)
  • [4e051e973f] - add tests (Clemens Valiente)
  • [545bec66d0] - add blacklist for memory store (Clemens Valiente)
  • [07af26d2f1] - Updated burrow endpoint in README : #401 (Ratish Ravindran)
  • [fecab1ea88] - pass custom headers to http notifications. (#357) (vixns)

1.0.0 (TBD)

Features:

  • Code overhaul - more modular and now with tests
  • Actual documentation (godoc)
  • Support for topic deletion in Kafka clusters
  • Removed Slack notifier in favor of just using the HTTP notifier

Bugfixes:

  • Too many to count

0.1.1 (2016-05-01)

Features:

  • ZK Offset checking
  • Storm offset checking

Bugfixes:

  • Fixed an issue with not closing HTTP requests and responses properly
  • Change internal hostname structures for properly support IPv6

0.1.0 (2015-10-07)

Initial version release