Skip to content

Releases: RADAR-base/radar-commons

radar-commons 0.12.2

23 Jul 10:08
b61a2ba
Compare
Choose a tag to compare

Changes since version 0.12.1:

  • Added example
  • Use nexus for publishing instead of artifactory
  • Updated dependencies

radar-commons version 0.12.1

21 May 06:57
672d99a
Compare
Choose a tag to compare

Changes since version 0.12.0:

  • Updated dependencies
  • Do not include slf4j-simple in radar-commons-testing pom

radar-commons version 0.12.0

11 Mar 11:17
67600a7
Compare
Choose a tag to compare

Changes since version 0.11.3:

  • Converted to RADAR-base package and group name
  • Compatible with Kafka 2.1.0
  • Bumped dependencies
  • Upgraded Gradle and PMD
  • Store stream collector data using Avro state
  • Removed unused KafkaAvroSerializer and AbstractKafkaAvroSerde
  • In radar-commons-testing, use Path instead of File and OpenCSV instead of self-made CSV parser and writer.

radar-commons version 0.11.3

13 Nov 15:56
a9a26df
Compare
Choose a tag to compare

Changes since 0.11.2:

  • Fixed buffer underflow
  • Fixed null error condition

radar-commons version 0.11.2

01 Nov 12:30
99dc7f4
Compare
Choose a tag to compare

Changes since version 0.11.1:

  • When reporting errors, limit the amount of information that is re-read

radar-commons version 0.11.1

30 Oct 16:33
7af4735
Compare
Choose a tag to compare

Changes since version 0.11.0:

  • Fixed SchemaRetriever auto-registration. It should only register automatically if no schema is listed at all.

radar-commons version 0.11.0

23 Oct 08:20
f44e594
Compare
Choose a tag to compare

Changes since version 0.10.1:

  • Sender now converts local data to the schema of the receiver. This allows forward-compatible schemas to be released on the server, and multiple local version of data to exist, e.g. by upgrading a local version with a new schema while retaining some old data with an old schema.
  • Test the size of a binary record
  • Fixed SchemaRetriever cache timeout

radar-commons version 0.10.1

02 Oct 08:33
33ff57a
Compare
Choose a tag to compare

Changes since version 0.10.0:

  • Bugfix: binary encoding error fixed
  • More consistent downgrade of the connection if the server does not support newer protocol
  • On re-throwing UncheckedException, always throw an IOException for consistency.

radar-commons version 0.10.0

28 Aug 06:40
2cd9200
Compare
Choose a tag to compare

Changes since version 0.9.0:

  • Bumped dependencies, including Confluent 5.0.0
  • Use single key per recordset
  • implemented binary sender protocol
  • Do schema validation when sending
  • Use OkHttp interceptor and connection pool management

radar-commons version 0.9.0

03 Jul 10:27
ce7c553
Compare
Choose a tag to compare

Changes since version 0.8.2:

  • Refactor modules into multiple parts
  • Refresh schema IDs regularly
  • Add unsafe confluent code repository
  • Optimisations in reservoir sampling algorithm