v1.2.0
版本发布时间: 2019-01-18 13:07:14
linkedin/Burrow最新发布版本:v1.8.0(2024-04-24 22:01:42)
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)