Skip to content

Commit 26f3cb5

Browse files
committed
Prep for v0.16.0
1 parent 833c404 commit 26f3cb5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Changelog
22

3-
### Version 0.16.0 (TBD)
3+
#### Version 0.16.0 (2018-11-23)
44

55
Implemented:
6+
* [#156](https://github.com/mailgun/kafka-pixy/pull/156)
7+
[#151](https://github.com/mailgun/kafka-pixy/pull/151) Added formal support
8+
for Kafka versions up to v2.1.0.
69
* [#155](https://github.com/mailgun/kafka-pixy/pull/155) When the last group
710
member leaves a consumer group, all group records are removed from ZooKeeper.
811
Group records were never deleted from ZooKeeper before, that could cause
912
issues with disposable groups.
10-
* [#151](https://github.com/mailgun/kafka-pixy/pull/151) Added formal support
11-
for Kafka versions up to v2.0.0.
1213
* [#144](https://github.com/mailgun/kafka-pixy/pull/144) Added support for
1314
specifying and receiving Kafka record headers over both the HTTP and gRPC
1415
produce and consume interfaces.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.11.1-alpine3.8 AS builder
1+
FROM golang:1.11.2-alpine3.8 AS builder
22
RUN mkdir -p /go/src/github.com/mailgun/kafka-pixy
33
COPY . /go/src/github.com/mailgun/kafka-pixy
44
WORKDIR /go/src/github.com/mailgun/kafka-pixy

0 commit comments

Comments
 (0)