Skip to content

Releases: redpanda-data/redpanda

v20.12.7

21 Dec 18:04
c2c8599
Compare
Choose a tag to compare

Highlights

  • basic SCRAM infrastructure landed
  • throughput improvements by removing the timeout on replicate batcher from raft to match that of the network layer
  • supressed heartbeats while in replication (catch up) mode
  • move api docs to /usr/share
  • implemented priority based leader elections
  • reduced the timeout on Kafka api fetch
  • add basic incremental config parsing

List of Changes


v20.12.6...v20.12.7

v20.12.6

10 Dec 05:03
d3411f2
Compare
Choose a tag to compare

Highlights

  • Add --kafka-addr, --rpc-addr, --advertise-kafka-addr, --advertise-rpc-addr & --node-id flags to rpk start.
  • Use the new flags in rpk container start, instead of relying on volumes.

List of changes

v20.12.5...v20.12.6

v20.12.5

10 Dec 02:00
abb7935
Compare
Choose a tag to compare

Highlights

  • Fix a bug in rpk start which caused any
    existing seed nodes to be cleared.
  • Always use absolute paths for the config file.

List of changes

release-20.12.4...release-20.12.5

release-20.12.4

09 Dec 02:51
789ace3
Compare
Choose a tag to compare

Highlights

  • Fix the permissions for the config dir on both
    rpm & debian-based distros.

List of changes

release-20.12.2...release-20.12.4

release-20.12.2

03 Dec 22:41
2a9a086
Compare
Choose a tag to compare

Highlights

  • Fix the parsing of seed addrs in rpk start

List of changes

release-20.12.1...release-20.12.2

release-20.12.1

03 Dec 19:36
15e67a1
Compare
Choose a tag to compare

highlights

  • configuration moved to viper for all of rpk
  • hearbeat backpressure fixed as well as latency improvements for acks=-1
  • initial coproc/wasm was merged

list of changes

release-20.11.6...release-20.12.1

release-20.11.6

26 Nov 15:59
f54d86a
Compare
Choose a tag to compare
  • fixes assertion triggered when fetching multiple topics in one request
    found by community member Kyloon Chuah with Faust app

release-20.11.5

25 Nov 22:46
ad96980
Compare
Choose a tag to compare
  • Incremental fetching implemented on the kafka API
  • async prefetching for the kafka API
  • mac os signed binaries

release-20.11.4

17 Nov 20:04
e6f825d
Compare
Choose a tag to compare
release-20.11.4

release-20.11.1

13 Nov 01:34
48e1f47
Compare
Choose a tag to compare

First official, source available release!