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