Skip to content

Commit

Permalink
v1.14.5, "he looks funny, he moves funny"
Browse files Browse the repository at this point in the history
- reduce docker image footprint
- add benchmarking framework
- performance improvements for date/datetime columns
- fix parser error on UPGRADE PARTITIONING
  • Loading branch information
osheroff committed May 15, 2018
1 parent 1562461 commit f657cfd
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 openjdk:8u151-jdk-alpine
ENV MAXWELL_VERSION=1.14.4 KAFKA_VERSION=0.11.0.1
ENV MAXWELL_VERSION=1.14.5 KAFKA_VERSION=0.11.0.1

COPY . /workspace

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.14.4/maxwell-1.14.4.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.4/maxwell-1.14.4.tar.gz)
[https://github.com/zendesk/maxwell/releases/download/v1.14.5/maxwell-1.14.5.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.5/maxwell-1.14.5.tar.gz)
<br/>
&rarr; Source:
[https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)
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.14.4/maxwell-1.14.4.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.4/maxwell-1.14.4.tar.gz)
- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.14.5/maxwell-1.14.5.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.14.5/maxwell-1.14.5.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.14.4/maxwell-1.14.4.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.14.5/maxwell-1.14.5.tar.gz \
| tar zxvf -
cd maxwell-1.14.4
cd maxwell-1.14.5
```

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.14.4</version>
<version>1.14.5</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit f657cfd

Please sign in to comment.