From 80264e469f58a364fd9f9ee82b210b16596148f5 Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Wed, 29 Nov 2023 19:25:59 -0800 Subject: [PATCH] v1.41.0, "time escaping" - javascript filters are now passed a second, optional dicionary argument which persists between filter invocations. --- 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 165c192f4..6351b64a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM maven:3.8-jdk-11 as builder -ENV MAXWELL_VERSION=1.40.6 KAFKA_VERSION=1.0.0 +ENV MAXWELL_VERSION=1.41.0 KAFKA_VERSION=1.0.0 RUN apt-get update \ && apt-get -y upgrade \ diff --git a/README.md b/README.md index f806295a2..f008bcc74 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ that reads MySQL binlogs and writes data changes as JSON to Kafka, Kinesis, and -[↓ Download](https://github.com/zendesk/maxwell/releases/download/v1.40.6/maxwell-1.40.6.tar.gz) \| +[↓ Download](https://github.com/zendesk/maxwell/releases/download/v1.41.0/maxwell-1.41.0.tar.gz) \| [⚝ Source / Community](https://github.com/zendesk/maxwell) \| [☝ Getting Started](/quickstart) \| [☷ Reference](/config) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index fee23164d..1a3959dce 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.40.6/maxwell-1.40.6.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.40.6/maxwell-1.40.6.tar.gz) +- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.41.0/maxwell-1.41.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.41.0/maxwell-1.41.0.tar.gz) - Sources and bug tracking is available on github: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell) **curl**: ``` -curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.40.6/maxwell-1.40.6.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.41.0/maxwell-1.41.0.tar.gz \ | tar zxvf - -cd maxwell-1.40.6 +cd maxwell-1.41.0 ``` **docker**: diff --git a/pom.xml b/pom.xml index c2270cbfd..4aea73a9c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 1.40.6 + 1.41.0 jar maxwell