From f657cfdbb89fff597e35fe950f47c6709e2c930d Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Mon, 14 May 2018 17:16:28 -0700 Subject: [PATCH] v1.14.5, "he looks funny, he moves funny" - reduce docker image footprint - add benchmarking framework - performance improvements for date/datetime columns - fix parser error on UPGRADE PARTITIONING --- Dockerfile | 2 +- README.md | 2 +- docs/docs/quickstart.md | 6 +++--- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7610c4ca9..d7c48bd39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM openjdk:8u151-jdk-alpine -ENV MAXWELL_VERSION=1.14.4 KAFKA_VERSION=0.11.0.1 +ENV MAXWELL_VERSION=1.14.5 KAFKA_VERSION=0.11.0.1 COPY . /workspace diff --git a/README.md b/README.md index 1788b5d82..18a889542 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ metrics collection, search indexing and inter-service communication. parser for create/alter/drop statements (nope, there was no other way). → Download: -[https://github.com/zendesk/maxwell/releases/download/v1.14.4/maxwell-1.14.4.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.4/maxwell-1.14.4.tar.gz) +[https://github.com/zendesk/maxwell/releases/download/v1.14.5/maxwell-1.14.5.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.5/maxwell-1.14.5.tar.gz)
→ Source: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index c3aee7bdc..701f352f5 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -1,13 +1,13 @@ ### Download *** -- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.14.4/maxwell-1.14.4.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.4/maxwell-1.14.4.tar.gz) +- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.14.5/maxwell-1.14.5.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.5/maxwell-1.14.5.tar.gz) - Sources and bug tracking is available on github: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell) - Obligatory copy/paste to terminal: ``` -curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.14.4/maxwell-1.14.4.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.14.5/maxwell-1.14.5.tar.gz \ | tar zxvf - -cd maxwell-1.14.4 +cd maxwell-1.14.5 ``` or get the docker image: diff --git a/pom.xml b/pom.xml index 0dd6d0bff..e11dba9ce 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 1.14.4 + 1.14.5 jar maxwell