Skip to content

Commit 3f63bc8

Browse files
committed
Prepare for 2.2.3 release
1 parent c5b1de6 commit 3f63bc8

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.2.3 (2022-09-27)
2+
--------------------------
3+
Fix: loader cannot start with InitialPosition = AT_TIMESTAMP (#267)
4+
Bump scala version to 2.13.9 (#270)
5+
16
Version 2.2.2 (2022-07-21)
27
--------------------------
38
Ensure docker image has latest libfreetype6 version (#265)

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ The records are treated as byte arrays containing UTF-8 encoded strings (whether
2727
#### Docker
2828

2929
We publish three flavours of the docker image:
30-
- Pull the `:2.2.1` tag if you only need GZip output format
31-
- Pull the `:2.2.1-lzo` tag if you also need LZO output format
32-
- Pull the `:2.2.1-distroless` tag for an lightweight alternative to `:2.2.1`
30+
- Pull the `:2.2.3` tag if you only need GZip output format
31+
- Pull the `:2.2.3-lzo` tag if you also need LZO output format
32+
- Pull the `:2.2.3-distroless` tag for an lightweight alternative to `:2.2.3`
3333

3434

3535
```bash
36-
docker run snowplow/snowplow-s3-loader:2.2.1 --help
37-
docker run snowplow/snowplow-s3-loader:2.2.1-lzo --help
38-
docker run snowplow/snowplow-s3-loader:2.2.1-distroless --help
36+
docker run snowplow/snowplow-s3-loader:2.2.3 --help
37+
docker run snowplow/snowplow-s3-loader:2.2.3-lzo --help
38+
docker run snowplow/snowplow-s3-loader:2.2.3-distroless --help
3939
```
4040

4141
#### Download jar
4242

4343
```bash
44-
curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.2.1/snowplow-s3-loader-2.2.1.jar
44+
curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.2.3/snowplow-s3-loader-2.2.3.jar
4545
java -jar snowplow-s3-loader.jar --help
4646
```
4747

@@ -68,7 +68,7 @@ $ sudo apt-get install lzop liblzo2-dev
6868
The Snowplow S3 Loader has the following command-line interface:
6969

7070
```
71-
snowplow-s3-loader: Version 2.2.1
71+
snowplow-s3-loader: Version 2.2.3
7272
7373
Usage: snowplow-s3-loader [options]
7474
@@ -88,7 +88,7 @@ You will need to edit all fields in the config. Consult [the configuration refe
8888
Next, start the sink, making sure to specify your new config file:
8989

9090
```bash
91-
$ java -jar snowplow-s3-loader-2.2.1.jar --config my.conf
91+
$ java -jar snowplow-s3-loader-2.2.3.jar --config my.conf
9292
```
9393

9494
## Find out more
@@ -114,7 +114,7 @@ limitations under the License.
114114
[travis-image]: https://travis-ci.org/snowplow/snowplow-s3-loader.png?branch=master
115115
[travis]: http://travis-ci.org/snowplow/snowplow-s3-loader
116116

117-
[release-image]: http://img.shields.io/badge/release-2.2.1-blue.svg?style=flat
117+
[release-image]: http://img.shields.io/badge/release-2.2.3-blue.svg?style=flat
118118
[releases]: https://github.com/snowplow/snowplow-s3-loader/releases
119119

120120
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

0 commit comments

Comments
 (0)