Releases: linkedin/Burrow
Releases · linkedin/Burrow
v1.3.8
v1.3.7
What's Changed
- add a groups reaper to remove non existing groups by @d1egoaz in #657
- Add allowedLag setting to cache evaluator by @aboutNisblee in #591
- Update Golang to version 1.16 by @bai in #690
- fix metric reporting by @fr0stbyte in #638
- Fix to show metrics for incomplete partitions by @james-bjss in #700
- fix NPE for err & msg in kafka_client.go by @martianzhang in #695
- Expose network timeout consumer configs via client profile by @shrijeet-tesla in #712
- Update Sarama to version 1.30.0 by @bai in #715
- Allow rewind detection when previous zero lag by @jyates in #716
- Update go build version by @Thiago-Dantas in #718
- Use Go 1.17 with GitHub Actions by @bai in #719
- Continue to support losely specified older Kafka versions by @jyates in #720
- fix prometheus metrics leakage when nonexisting consumer removed from memory by @ArickNan in #708
- Revert "fix prometheus metrics leakage when nonexisting consumer removed from memory" by @bai in #722
- Update Go to 1.17.2 and bump golangci-lint by @bai in #723
- Add missing changelog entries by @bai in #721
New Contributors
- @d1egoaz made their first contribution in #657
- @aboutNisblee made their first contribution in #591
- @fr0stbyte made their first contribution in #638
- @james-bjss made their first contribution in #700
- @martianzhang made their first contribution in #695
- @shrijeet-tesla made their first contribution in #712
- @jyates made their first contribution in #716
- @Thiago-Dantas made their first contribution in #718
- @ArickNan made their first contribution in #708
Full Changelog: v1.3.6...v1.3.7
v1.3.6
v1.3.5
- #684 - @bai - Add support for Kafka 2.7.0
- #677 - @CGA1123 - Fix reporting final offset in backfill
- #678 - @EladLeev - Adding Readiness Endpoint
- #679 - @bai - Fix broken CI on master
- #661 - @bai - Bump base alpine image to 3.12, go 1.15.2
- #652 - @bai - Add support for Kafka 2.6.0
- #647 - @toddpalino - Change configuration names to allowlist and denylist
- #576 - @dellalu - send notification only change of status #538
v1.3.4
- #636 - @bai - Update sarama to the latest bugfix release, Go 1.14.3
- #632 - @bai - Update sarama with a fix for IBM/sarama#1692
- #628 - @mwain - Add Prometheus Metrics Exporter
- #598 - @rjh-yext - Add SASL-SCRAM ability to Kafka connection
- #627 - @klDen - Fixes Travis CI build of PR 598
- #631 - @bai - Add support for Kafka 2.5.0 and Go 1.14
v1.3.3
v1.3.2
- #608 - @bai - Disable travis ci integration
- #607 - @bai - Build docker image with Go 1.13.7
- #605 - @alvarolmedo - Improve zk lock method to avoid trying lock errors
- #541 - @danudey - Use system SSL store for notifiers by default
- #606 - @bai - Update sarama with fixes for zstd and deadlock
- #548 - @hoesler - feature: configure sarama logger
- #601 - @bai - Add more linters and address select issues
- #597 - @bai - Use golangci-lint instead of assorted linters, build with github actions
v1.3.2-alpha0
This is a test release to verify new binary release process. Please ignore.
v1.3.1
v1.3.0
- #595 - @bai - Update sarama to add support for kafka 2.4.0
- #592 - @jantebeest - Feature/zookeeper tls auth
- #585 - @chadjefferies - Make DisableKeepAlives configurable
- #590 - @thenom - Added 2.2.1 supporting version
- #574 - @mweigel - Set Order field on StorageRequests produced by KafkaZkClient
- #571 - @bai - Add support for Go 1.13
- #567 - @dellalu - Replace '-' with '_' for Env
- #563 - @zerowidth - Update the sarama TLS config to allow anonymous SSL connections
- #562 - @chrnola - Add support for group member metadata v3
- #557 - @khorshuheng - Remove reference to dep in Readme
- #556 - @khorshuheng - Migrate from dep to go module
- #399 - @MadDataScience - allow space in consumer name
- #555 - @khorshuheng - Upgrade sarama to support Kafka 2.3.0
- #488 - @timbertson - start-latest + backfill-earliest mode
- #390 - @vixns - parse http notifier open-url and close-url as templates.
- #528 - @timbertson - Report burrow's own progress as a fake consumer
- #524 - @bai - Run CI and build on Golang 1.12
- #523 - @bai - Update sarama to 1.22.1
- #521 - @asaf400 - Upgrade sarama to support Kafka 2.2.0
- #512 - @vvuibert - sarama 1.21.0
- #506 - @jbvmio - Groupmeta v2
- #477 - @mlongob - Only process metadata for groups with ProtocolType = consumer
- #415 - @lins05 - Fixed pid check in docker containers
- #443 - @Lavaerius - Enabling HTTPS endpoints by using ServeTLS
- #413 - @jorgelbg - Retrieve partition owners on the kafka zookeeper client
- #420 - @maxtuzz - Notifier TLS options
- #439 - @BewareMyPower - Replace topicMap with topicPartitions in cluster module
- #493 - @timbertson - travis: test output of gofmt as a single argument
- #502 - @him2994 - Fixed: *storage.brokerOffset has value nil when no leader election for partition