Skip to content

Releases: katanox/tabour

1.0.4

06 Jan 07:21
1c9d977
Compare
Choose a tag to compare

Full Changelog: v1.0.3...1.0.4

v1.0.3

04 Jan 15:05
31334f6
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump com.google.protobuf:protobuf-java-util from 4.28.3 to 4.29.1 by @dependabot in #293
  • build(deps): bump software.amazon.awssdk:sqs from 2.29.20 to 2.29.29 by @dependabot in #292
  • build(deps): bump org.jetbrains.kotlin:kotlin-reflect from 2.0.21 to 2.1.0 by @dependabot in #291
  • build(deps): bump software.amazon.awssdk:sqs from 2.29.29 to 2.29.34 by @dependabot in #294
  • Remove plugs, adjust cancellation to not throw CancellationException when shutting down by @gpopides in #295
  • build(deps): bump org.springframework.boot:spring-boot-autoconfigure from 3.4.0 to 3.4.1 by @dependabot in #300
  • build(deps): bump com.google.protobuf:protobuf-java-util from 4.29.1 to 4.29.2 by @dependabot in #299
  • build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10.1 by @dependabot in #298
  • build(deps): bump org.jetbrains.dokka from 1.9.20 to 2.0.0 by @dependabot in #296
  • build(deps): bump software.amazon.awssdk:sqs from 2.29.34 to 2.29.39 by @dependabot in #297
  • build(deps): bump software.amazon.awssdk:sqs from 2.29.39 to 2.29.43 by @dependabot in #301
  • Create an acknowledgement channel per consumer by @gpopides in #302

Full Changelog: 1.0.1...v1.0.3

1.0.1

28 Nov 10:21
3b94b24
Compare
Choose a tag to compare

What's Changed

  • Update dependencies and re-format the project by @gpopides in #286
  • Use toml dependencies and update them by @gpopides in #287
  • build(deps): bump com.ncorti.ktfmt.gradle from 0.20.1 to 0.21.0 by @dependabot in #288

Full Changelog: v0.2.2...1.0.1

v0.2.2

26 Oct 11:56
22787c5
Compare
Choose a tag to compare

What's Changed

  • feature(core): allow implementers to override the action done when a message is failed to be consumed #216 by @ahmadshabib in #217
  • dependency: bump sqs from 2.17.99 to 2.17.139 by @dependabot in #229
  • dependency: bump protobuf-java-util from 3.19.1 to 3.21.1 by @dependabot in #247
  • dependency: bump testcontainers from 1.16.2 to 1.17.2 by @dependabot in #242
  • mention the support only for fifo queues on consumption by @ahmadshabib in #266

Full Changelog: v0.2.1...v0.2.2

v0.2.1

25 Jan 15:21
8df5943
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.1

v0.2.0-rc1

03 Jan 14:12
ca8bf07
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0-rc1

v0.1.2

02 Jul 14:04
Compare
Choose a tag to compare
  • The release includes:

v0.1.1

02 Jul 10:24
Compare
Choose a tag to compare
  • The release includes:

    • Proto Support for serialization and deserialization of event messages.

v0.1.0

02 Jul 10:23
Compare
Choose a tag to compare
  • The release includes:

    • Support of SQS FIFO queue through message group id.
    • Detekt integration.
    • Maven central deployments.

v0.0.1

18 Jun 10:21
0c9305f
Compare
Choose a tag to compare
  • The release includes:

    • Core structure of publishers and consumers.
    • AWS SQS support for pub/cons.