Skip to content

Releases: RADAR-base/radar-commons

radar-commons 1.2.4

02 Sep 08:32
929e372

Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

Release v1.2.3

27 Aug 15:09
8f97f92

Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

radar-commons 1.2.2

24 Mar 11:26

Choose a tag to compare

This release is identical to Release 1.2.1, but corrects the version on the generated jar artifacts (were incorrectly versioned as 1.1.3).

radar-commons 1.2.1

24 Mar 11:20

Choose a tag to compare

This release is identical to Release 1.2.0, but corrects the version on the generated jar artifacts (were incorrectly versioned as 1.1.3).

radar-commons 1.2.0

24 Mar 10:54
692772a

Choose a tag to compare

What's Changed

  • Update GA release workflow by @mpgxvii in #179
  • Add Sentry OpenTelemetry agent support. by @ewelinagr in #181

New Contributors

  • @ewelinagr made their first contribution in #181

Full Changelog: v1.1.3...v1.2.0

radar-commons 1.1.3

02 Dec 15:59
52a509e

Choose a tag to compare

Changes since version 1.1.2:

  • Security updates
  • Added support for audience and scope params for client credentials ktor oauth (#176)
  • Added support for sentry monitoring (#171)
  • Updated dependencies (#170)
  • Updated Github Actions

Release 1.1.2

08 Mar 12:27
b38ec53

Choose a tag to compare

Changes since version 1.1.1:

  • Add List.combine function
  • Use proper interrupt support on IO
  • Updated dependencies

radar-commons 1.1.1

27 Sep 15:31
049bfc2

Choose a tag to compare

Changes since version 1.1.0:

  • Fixed header compatibility with Confluent REST Proxy and Confluent Schema Registry
  • Updated dependencies
  • Removed unnecessary @ExperimentalTime annotations
  • Disabled wildcard imports
  • Converted Java code to Kotlin

radar-commons 1.1.0

12 Sep 12:31
9161e7d

Choose a tag to compare

Changes since version 1.0.0:

  • converted all code to Kotlin
  • updated dependencies
  • documented radar-commons-kotlin
  • publish radar-commons-gradle plugin to MavenCentral
  • Added collectLicenses task and upload licenses on release
  • Allow specifying Kotlin API version in gradle plugin
  • Added String?.removeInsensitive extension function

Full Changelog: v1.0.0...v1.1.0

radar-commons 1.0.0

02 May 14:48
a69574e

Choose a tag to compare

Changes since version 0.15.0:

  • Created Gradle plugin package radar-commons-gradle
  • Created Kotlin utilities package radar-commons-kotlin
  • Converted most code to Kotlin
  • Migrated from OkHttp to Ktor client
  • Migrated from synchronous code and callbacks to coroutines
  • Migrated from Jackson serialization to kotlinx.serialization

Full Changelog: v0.15.0...v1.0.0