Skip to content

Releases: creek-service/creek-kafka

v0.4.1

22 Apr 01:03
50768b8
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Dependency Updates

  • Bump io.github.gradle-nexus:publish-plugin from 1.2.0 to 1.3.0 by @dependabot in #261
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.16.0 to 6.17.0 by @dependabot in #260
  • Bump gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin from 2.12.0 to 2.12.2 by @dependabot in #262
  • Bump org.mockito:mockito-junit-jupiter from 5.1.1 to 5.2.0 by @dependabot in #263
  • Bump amazoncorretto from 19 to 20 in /test-service by @dependabot in #271
  • Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.0.13 to 5.0.14 by @dependabot in #273
  • Bump pl.allegro.tech.build.axion-release from 1.14.4 to 1.15.0 by @dependabot in #278
  • Bump com.bmuschko.docker-remote-api from 9.2.1 to 9.3.0 by @dependabot in #275
  • Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #277
  • Bump amazoncorretto from ac2d30e to 3abed63 in /test-service by @dependabot in #285
  • Bump org.mockito:mockito-junit-jupiter from 5.2.0 to 5.3.0 by @dependabot in #293
  • Bump com.gradle.publish:plugin-publish-plugin from 1.1.0 to 1.2.0 by @dependabot in #294
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.17.0 to 6.18.0 by @dependabot in #296
  • Bump com.bmuschko.docker-remote-api from 9.3.0 to 9.3.1 by @dependabot in #295
  • Bump testContainersVersion from 1.17.6 to 1.18.0 by @dependabot in #297
  • Bump org.junit-pioneer:junit-pioneer from 2.0.0 to 2.0.1 by @dependabot in #298
  • Bump creekVersion from 0.4.1-SNAPSHOT to 0.4.1 by @dependabot in #300

Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 Mar 12:58
919b3f6
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • Bump amazoncorretto from a197d79 to ec346fa in /test-service by @dependabot in #258
  • Bump io.github.gradle-nexus:publish-plugin from 1.1.0 to 1.2.0 by @dependabot in #257
  • Bump log4jVersion from 2.19.0 to 2.20.0 by @dependabot in #255
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.15.0 to 6.16.0 by @dependabot in #256
  • Bump creekVersion from 0.3.3-SNAPSHOT to 0.4.0 by @dependabot in #264

Full Changelog: v0.3.2...v0.4.0

v0.3.2

16 Feb 20:07
07e4ea0
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • Bump org.mockito:mockito-junit-jupiter from 5.1.0 to 5.1.1 by @dependabot in #234
  • Bump org.junit-pioneer:junit-pioneer from 1.9.1 to 2.0.0 by @dependabot in #245
  • Update Kafka dependencies to 3.4.0 by @big-andy-coates in #238
  • Bump pl.allegro.tech.build.axion-release from 1.14.3 to 1.14.4 by @dependabot in #244
  • Bump com.bmuschko.docker-remote-api from 9.0.1 to 9.2.1 by @dependabot in #242
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.14.0 to 6.15.0 by @dependabot in #240
  • Bump creekVersion from 0.3.2-SNAPSHOT to 0.3.2 by @dependabot in #246

Full Changelog: v0.3.1...v0.3.2

v0.3.1

30 Jan 22:36
ae8ecbc
Compare
Choose a tag to compare

What's Changed

Dependency Updates

Known security vulnerabilities in dependencies

At the time of release the following known security vulnerabilities existing in dependencies of the released Creek jars:

Jackson core's Uncontrolled Resource Consumption

See sonatype-2022-6438.

At the time of writing, this is marked with High priority. However, if you
read up on this vulnerability, this is also about parsing
data from untrustworthy source.

This is not an issue for Creek, as all data being deserialized is from a trusted source, i.e. you, the
user, running Creek system tests written in YAML.

There is already a fix in Jackson. Creek will update to 2.15.0
of Jackson when it is released.

Kafka Stream's divide by zero

See sonatype-2019-0422

This seems to be a vulnerability detected by SonaType OSS Index scanning a PR that fixed a potential divide-by-zero issue. The PR was never merged, hence the vulnerability report. However, from the PR comments it looks as though this issue is unlikely, or even impossible, to be hit.

An issue has been raised to track a potential fix.
Creek will be updated should a fix become available.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

12 Jan 10:41
45be556
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Dependency Updates

Less Exciting Things

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Nov 20:56
32f929e
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Dependency Updates

Less Exciting Things

Full Changelog: v0.1.30...v0.2.0