Skip to content

Commit

Permalink
v1.42.2, "bunch of baby bunnies"
Browse files Browse the repository at this point in the history
- update jdk on docker image
- support rabbitmq + SSL
- small fixes for latest maria
- get tests running under mysql 8.4
- remove Kinesis internal TTL, see #2147 for details
- support bootstrapping from a replica that doesn't contain the maxwell database
  • Loading branch information
osheroff committed Jan 9, 2025
1 parent 00f1eb7 commit f22a247
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM maven:3.9.9-eclipse-temurin-23 AS builder
ENV MAXWELL_VERSION=1.42.1 KAFKA_VERSION=1.0.0
ENV MAXWELL_VERSION=1.42.2 KAFKA_VERSION=1.0.0


RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.42.1/maxwell-1.42.1.tar.gz) \|
[↓ Download](https://github.com/zendesk/maxwell/releases/download/v1.42.2/maxwell-1.42.2.tar.gz) \|
[⚝ Source / Community](https://github.com/zendesk/maxwell) \|
[☝ Getting Started](/quickstart) \|
[☷ Reference](/config)
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Download
***
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.42.1/maxwell-1.42.1.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.42.1/maxwell-1.42.1.tar.gz)
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.42.2/maxwell-1.42.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.42.2/maxwell-1.42.2.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.42.1/maxwell-1.42.1.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.42.2/maxwell-1.42.2.tar.gz \
| tar zxvf -
cd maxwell-1.42.1
cd maxwell-1.42.2
```

**docker**:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.zendesk</groupId>
<artifactId>maxwell</artifactId>
<version>1.42.1</version>
<version>1.42.2</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit f22a247

Please sign in to comment.