From ba87817bbe4f3bf3fbdb265bce8faff9abd0196e Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Mon, 25 May 2020 22:18:58 -0700 Subject: [PATCH] v1.26.3, "the worst song in the goddamn world" - use pooled redis connections, fixes corruption when redis was accessed from multiple threads (bootstrap/producer), thanks @lucastex - fix date handling of '0000-01-01' - fix race condition in binlog reconnect logic --- 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 2c07d96aa..865d2fd8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM maven:3.6-jdk-11 -ENV MAXWELL_VERSION=1.26.2 KAFKA_VERSION=1.0.0 +ENV MAXWELL_VERSION=1.26.3 KAFKA_VERSION=1.0.0 RUN apt-get update \ && apt-get -y upgrade \ diff --git a/README.md b/README.md index c0c769166..924d7658e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ search indexing and inter-service communication. Maxwell gives you some of the benefits of event sourcing without having to re-architect your entire platform. Download:
-[https://github.com/zendesk/maxwell/releases/download/v1.26.2/maxwell-1.26.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.26.2/maxwell-1.26.2.tar.gz) +[https://github.com/zendesk/maxwell/releases/download/v1.26.3/maxwell-1.26.3.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.26.3/maxwell-1.26.3.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 3dab99130..159678d44 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.26.2/maxwell-1.26.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.26.2/maxwell-1.26.2.tar.gz) +- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.26.3/maxwell-1.26.3.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.26.3/maxwell-1.26.3.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.26.2/maxwell-1.26.2.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.26.3/maxwell-1.26.3.tar.gz \ | tar zxvf - -cd maxwell-1.26.2 +cd maxwell-1.26.3 ``` or get the docker image: diff --git a/pom.xml b/pom.xml index df54871de..9ba6140d5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 1.26.2 + 1.26.3 jar maxwell