Skip to content

Commit 786417c

Browse files
committed
Start 2.2.0
1 parent fb4b504 commit 786417c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Synadia NATS to Flink Connector
44

5-
**Current Release**: 2.1.4   **Current Snapshot**: 2.1.5-SNAPSHOT
5+
**Current Release**: 2.2.0   **Current Snapshot**: 2.2.1-SNAPSHOT
66

77
[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
88
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.synadia/flink-connector-nats/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.synadia/flink-connector-nats)
@@ -32,6 +32,18 @@ The JNats library is built with Java 8 and is compatible with being run by a lat
3232
This project will adhere to semver except where a class is commented as "INTERNAL" and annotated with the `@Internal` annotation
3333
(`org.apache.flink.annotation.Internal`)
3434

35+
### Version Note Regarding 2.1.4 and 2.2.0
36+
There was technically a violation of semver. An api that was renamed in 2.1.4 should only have been deprecated.
37+
2.2.0 fixes this by changing the name back.
38+
39+
In `JetStreamSubjectConfiguration.Builder`, `ackMode()` was incorrectly renamed to `ackBehavior()`
40+
41+
This has been "fixed" as in
42+
> Bob Slydell: "We, uh, we fixed the glitch. So he won't be receiving a paycheck anymore, so it'll just work itself out naturally."
43+
44+
Very sorry, we appreciate your understanding, at least we didn't steal your stapler.
45+
![Red Swingline](swingline.jpg "Swingline")
46+
3547
## Builders
3648

3749
There are fluent builders throughout the code.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'signing'
1414
}
1515

16-
def jarVersion = "2.1.5"
16+
def jarVersion = "2.2.0"
1717
group = 'io.synadia'
1818

1919
def isMerge = System.getenv("BUILD_EVENT") == "push"

swingline.jpg

780 Bytes
Loading

0 commit comments

Comments
 (0)