这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: synadia-io/flink-connector-nats

3.0.1 Upgrade Flink API

03 Nov 21:20
180609f

Choose a tag to compare

This release upgrades the build environment and modernizes the codebase to ensure compatibility with newer Gradle, Flink, and Java versions. It removes deprecated APIs, updates dependencies, and aligns the project with current ecosystem standards.

Note: A minimum of JRE 17 is now required to build and run the project.

Changes

  • flink upgrade to 2.1.0 #84 @tilakraj94 @scottf
    • Build and Dependency Updates
    • Upgraded Gradle wrapper to 8.10
    • Upgraded JaCoCo to 0.8.12
    • Removed deprecated Gradle APIs
    • Increased Java version from 11 → 17

3.0.0 Upgrade Flink API REPLACED BY 3.0.1

03 Nov 22:16
519d307

Choose a tag to compare

2.3.1 Durability

04 Sep 19:34
6dac77f

Choose a tag to compare

Features

Testing

2.2.0 Ack Wait

30 Jul 14:45
786417c

Choose a tag to compare

Changes

Version Note Regarding 2.1.4 and 2.2.0

There was technically a violation of semver. An api that was renamed in 2.1.4 should only have been deprecated.
2.2.0 fixes this by changing the name back.

In JetStreamSubjectConfiguration.Builder, ackMode() was incorrectly renamed to ackBehavior()

This has been "fixed" as in

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."

Very sorry, we appreciate your understanding, at least we didn't steal your stapler.

2.1.4 Performance, bug fixes and AckBehavior

18 Jul 21:49
fab86e2

Choose a tag to compare

2.1.3 Fix readers to lazy init the connection in case of restart

22 May 12:05
684d684

Choose a tag to compare

2.1.2 Re-release 2.1.1 to Sonatype Central

15 May 20:20
6ad116c

Choose a tag to compare

This is a re-release of 2.1.1 to test the migration to Sonatype Central from legacy Sonatype. The original notes are as follows:

2.1.1 JetStream Support

  • This release contains the brand new implementation of JetStreamSink and JetStreamSource.
  • It provide a major overhaul and cleanup of the organization of class files.
  • It provides support for JSON and YAML file configuration for sinks and sources.
  • It updates and adds examples with plenty of comments.
  • The README has been updated with everything you need to get started.

2.1.1 JetStream Support

09 May 20:12
d88d879

Choose a tag to compare

  • This release contains the brand new implementation of JetStreamSink and JetStreamSource.
  • It provide a major overhaul and cleanup of the organization of class files.
  • It provides support for JSON and YAML file configuration for sinks and sources.
  • It updates and adds examples with plenty of comments.
  • The README has been updated with everything you need to get started.

2.0.0-beta4

10 Feb 14:21
720f80f

Choose a tag to compare

2.0.0-beta3 Bug Fixes

09 Jan 18:49
5afe11c

Choose a tag to compare

JetStream

Tests

  • Fix Assertion Logic in Flink Source Tests and Validate End-to-End Data Flow with Improved Cleanup #19 @somratdutta

Misc