Releases: RADAR-base/radar-commons
Releases · RADAR-base/radar-commons
radar-commons version 0.9.0
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
radar-commons version 0.8.2
Changes since version 0.8.1:
- Additional fix to reduce memory immediately after the reservoir is being used.
radar-commons version 0.8.1
radar-commons version 0.8.1
Changes since version 0.8.0:
- Use a bounded-memory numeric stream collector
- Do not interpret 422 HTTP status code as unauthorised.
radar-commons version 0.8.0
radar-commons version 0.8.0
Changes since version 0.7:
- Moved DoubleArrayCollector to AggregateListCollector
- Moved DoubleCollector to NumericAggregateCollector
- Added functionality to add entire records to collectors
- Fixed MockProducer closing sequence to avoid deadlock
- Added configurable ObservationKey to CsvGenerator
radar-commons version 0.7
Changes since version 0.6.3:
- Updated dependencies
- Reduced sender complexity
- Reduced object allocation during sending
- Fixed authentication error propagation
radar-commons version 0.6.3
Minor update: throw authentication exceptions on checking the server connection
radar-commons 0.6.2
Hotfix: use authentication exception when there is a data/authentication mismatch.
radar-commons version 0.6.1
radar-commons version 0.6.1
Changes since version 0.6:
- Prefer
HttpUrl
overURL
inRestClient
- Added asynchronous call to
RestClient
- Fixed compatibility with Android
org.json
- Added utility functions for OkHttp response handing
radar-commons version 0.6
radar-commons version 0.6
Changes since version 0.6-alpha.1:
- Updated RADAR-Schemas and commons versions
- Fixed Travis badge link
radar-commons version 0.6-alpha.1
radar-commons version 0.6-alpha.1
Changes since version 0.5:
- Updated radar-schemas to version 0.2 (pending).
- Use
org.json
instead ofcom.fasterxml.jackson
for smaller code footprint - Use Kafka 0.11.0.1 / Confluent 3.3.0
- Added usability methods to RestClient, RestSender and AvroTopic