Skip to content

Releases: RADAR-base/radar-commons

RADAR-Commons version 0.4.2

20 Jul 15:16
Compare
Choose a tag to compare

RADAR-Commons version 0.4.2

Changes since version 0.4.1:

RADAR-Commons version 0.4.1

06 Jul 09:14
Compare
Choose a tag to compare

RADAR-Commons version 0.4.1

Changes since version 0.4:

  • Updated Travis build
  • Added headers and authenticationexceptions to RestSender
  • Created SNAPSHOT package hosting
  • Pulled up AvroConfig class out of existing MockDataConfig
  • Moved some AvroTopic verification to a new SensorTopic subclass.

RADAR Commons version 0.4

30 May 10:15
Compare
Choose a tag to compare

RADAR Commons version 0.4.

Changes since version 0.3:

  • Prevent bad things when RestClient#close() gets called multiple times
  • Refactored radar-commons-testing code:
    • Reduced number of classes
    • Moved testing code from RADAR-CNS/RADAR-RestApi

RADAR Commons version 0.3

17 May 14:58
Compare
Choose a tag to compare

RADAR Commons version 0.3

Changes since version 0.2.1:

  • Allow connections to unsafe HTTPS hosts
  • Use a global connection pool only if the user wants this
  • Use a potentially shared connection state to reduce the amount of HEAD requests checking the connection.
  • Use a builder to construct RestSender
  • Reduce the amount of redundant code in the testing package

RADAR Commons version 0.2.1

10 May 11:43
Compare
Choose a tag to compare

RADAR Commons version 0.2.1 utilities and testing.

Changes since version 0.2:

  • fixed ServerConfig path issue
  • allow compression in RestSender
  • use shared ConnectionPool in RestClient
  • added a lot of mocking code in the testing project

RADAR Commons version 0.2

06 Apr 08:48
Compare
Choose a tag to compare

RADAR Commons version 0.2 utilities and testing:

  1. Removes the schemas from this repository, and move them to the radar-schemas-commons package instead.
  2. Moves testing code to a separate module and package.
  3. Increases the amount of testing code, including a CsvGenerator.

RADAR-Commons version 0.1

22 Mar 10:48
Compare
Choose a tag to compare

This is the first stable release of the RADAR-Commons library. It contains code needed in multiple RADAR-CNS projects, including an Android application, backend processing code and REST API. It is focussed on the Confluent Kafka platform. Notably, it has facilities to:

  1. Produce mock data to send to Apache Kafka.
  2. Interface with the Kafka REST Proxy and Schema Registry.
  3. Encode data with Avro, including some of the common Avro schemas used in the RADAR-CNS project.

It also contains some common utility classes and functions.

Updated String utils

03 Mar 15:37
Compare
Choose a tag to compare
0.1-alpha.4

version upgrade

radar-commons alpha 3

28 Feb 16:01
Compare
Choose a tag to compare

Release radar-commons v0.1-alpha.3 according to conventions

Radar-commons sychronised with bintray

27 Feb 16:36
Compare
Choose a tag to compare
Merge pull request #5 from RADAR-CNS/dev

Merge dev to master