Skip to content

Commit

Permalink
v1.10.8, "what doesn't kill you makes you stronger"
Browse files Browse the repository at this point in the history
 - Fix docker builds
 - Add Google Cloud Pub/Sub producer
 - RabbitMQ producer enhancements
  • Loading branch information
xuebingli committed Oct 12, 2017
1 parent 373c7bd commit 1864bb8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM java:openjdk-8
ENV MAXWELL_VERSION=1.10.7 KAFKA_VERSION=0.10.1.0
ENV MAXWELL_VERSION=1.10.8 KAFKA_VERSION=0.10.1.0

RUN apt-get update \
&& apt-get -y upgrade \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.7/maxwell-1.10.7.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.10.7/maxwell-1.10.7.tar.gz)
[https://github.com/zendesk/maxwell/releases/download/v1.10.8/maxwell-1.10.8.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.10.8/maxwell-1.10.8.tar.gz)
<br/>
&rarr; Source:
[https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/compat.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Notes:
### MySQL binlog connector
***

As of 1.10.7, maxwell uses [shyiko/mysql-binlog-connector-java][] as its underlying
As of 1.10.8, maxwell uses [shyiko/mysql-binlog-connector-java][] as its underlying
replication library (previously it was opt-in via `--binlog_connector`). This is
largely compatible with the previous OpenReplicator implementation, but there are some differences:

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.10.7/maxwell-1.10.7.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.10.7/maxwell-1.10.7.tar.gz)
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.10.8/maxwell-1.10.8.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.10.8/maxwell-1.10.8.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.10.7/maxwell-1.10.7.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.10.8/maxwell-1.10.8.tar.gz \
| tar zxvf -
cd maxwell-1.10.7
cd maxwell-1.10.8
```

or get the docker image:
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.10.7</version>
<version>1.10.8</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 1864bb8

Please sign in to comment.