Skip to content

Commit 8736933

Browse files
committed
v1.13.2, "I just bought them to sleep in"
- fix a bug with CHARACTER SET = DEFAULT - maxwell now eclipse-friendly. - configurable bind-address for maxwell's http server
1 parent cc45231 commit 8736933

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM maven:3.5-jdk-8
2-
ENV MAXWELL_VERSION=1.13.1 KAFKA_VERSION=0.11.0.1
2+
ENV MAXWELL_VERSION=1.13.2 KAFKA_VERSION=0.11.0.1
33

44
COPY . /workspace
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metrics collection, search indexing and inter-service communication.
1616
parser for create/alter/drop statements (nope, there was no other way).
1717

1818
→ Download:
19-
[https://github.com/zendesk/maxwell/releases/download/v1.13.1/maxwell-1.13.1.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.13.1/maxwell-1.13.1.tar.gz)
19+
[https://github.com/zendesk/maxwell/releases/download/v1.13.2/maxwell-1.13.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.13.2/maxwell-1.13.2.tar.gz)
2020
<br/>
2121
&rarr; Source:
2222
[https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)

docs/docs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
### Download
22
***
3-
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.13.1/maxwell-1.13.1.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.13.1/maxwell-1.13.1.tar.gz)
3+
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.13.2/maxwell-1.13.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.13.2/maxwell-1.13.2.tar.gz)
44
- Sources and bug tracking is available on github: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)
55
- Obligatory copy/paste to terminal:
66

77
```
8-
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.13.1/maxwell-1.13.1.tar.gz \
8+
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.13.2/maxwell-1.13.2.tar.gz \
99
| tar zxvf -
10-
cd maxwell-1.13.1
10+
cd maxwell-1.13.2
1111
```
1212

1313
or get the docker image:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.zendesk</groupId>
66
<artifactId>maxwell</artifactId>
7-
<version>1.13.1</version>
7+
<version>1.13.2</version>
88
<packaging>jar</packaging>
99

1010
<name>maxwell</name>

0 commit comments

Comments
 (0)