From ef330c208a139a7ae31ef8f24600a9588f6c9da9 Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Thu, 19 Nov 2020 14:02:18 -0800 Subject: [PATCH] v1.28.0, "stardew mania" - schema compaction! with the new --max_schemas option, maxwell will periodically roll up the `maxwell`.`schemas` table, preventing it from growing infinitely long. - fix metricsAgeSloMS calculation - support SRID columns - fix parsing of complex INDEX(CAST()) statements - various dependency bumps --- 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 376a1ea39..b957d90a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM maven:3.6-jdk-11 -ENV MAXWELL_VERSION=1.27.1 KAFKA_VERSION=1.0.0 +ENV MAXWELL_VERSION=1.28.0 KAFKA_VERSION=1.0.0 RUN apt-get update \ && apt-get -y upgrade \ diff --git a/README.md b/README.md index 3e59a588a..943a60ddc 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.27.1/maxwell-1.27.1.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.27.1/maxwell-1.27.1.tar.gz) +[https://github.com/zendesk/maxwell/releases/download/v1.28.0/maxwell-1.28.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.28.0/maxwell-1.28.0.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 bedd5e82f..ce8a944f0 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.27.1/maxwell-1.27.1.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.27.1/maxwell-1.27.1.tar.gz) +- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.28.0/maxwell-1.28.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.28.0/maxwell-1.28.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.27.1/maxwell-1.27.1.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.28.0/maxwell-1.28.0.tar.gz \ | tar zxvf - -cd maxwell-1.27.1 +cd maxwell-1.28.0 ``` **docker**: diff --git a/pom.xml b/pom.xml index 2b3e79e5a..f0e2b4a2e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 1.27.1 + 1.28.0 jar maxwell