Releases: RADAR-base/RADAR-Gateway
Releases · RADAR-base/RADAR-Gateway
radar-gateway 0.5.5
Changes since version 0.5.4:
- Added docker login and docker healthcheck test in Github Actions
- Updated dependencies (removed jcenter dependencies)
- Use fixed versions again, combined with the
dependencyUpdates
plugin for easy dependency updates.
radar-gateway 0.5.4
Changes since version 0.5.3:
- Fixed: JSON processing with fields with default null.
- Updated dependencies (including migration to Jakarta EE 9)
- More verbose error messages on invalid JSON values
- Moved AvroProcessor code related to parsing to a separate AvroRecordProcessor class
radar-gateway 0.5.3
Changes since version 0.5.2:
- URGENT: fixes data loss, only one record per data packet was processed
See line src/main/kotlin/org/radarbase/gateway/io/BinaryToAvroConverter.kt line 65, the record was being reused and all values are overwritten. This issue was introduced in version 0.5.0. - Upgraded dependencies
deprecated: radar-gateway 0.5.2
Changes since version 0.5.1:
- Upgraded dependencies (improves logging, cached value implementation)
- Updated build to use Kotlin DSL
- Simplified Docker build
- Added Kafka health metric
deprecated: radar-gateway version 0.5.1
Changes since version 0.5.0:
- Fix Schema Registry credential settings
- Optionally disable source checks
deprecated: radar-gateway version 0.5.0
Changes since version 0.4.0:
- Directly submit data to Apache Kafka, instead of via Confluent's REST Proxy
- Moved from Travis to Github Actions
- Docker-compose configuration in Gradle
- Use radar-jersey for authorisation and exception handling
- Modularized configuration
radar-gateway version 0.3.10
Changes from Release 0.3.9
- Conditionally add JMX
- Improve logging
- Fixes HTTP Status when gateway times out
- Dependency upgrades
radar-gateway version 0.3.9
Changes since version 0.3.8:
- Fix health check by adding curl
- Do not allow repeatable requests (like response to HTTP status code 408) by using
RequestBody.isOneShot()
. That means that the client just has to repeat the request. - Write proxied requests to log
- Test avro converter
RADAR-Gateway version 0.3.8
Changes since version 0.3.7:
- Update to Java 11
- Update dependencies
- Kotlinified integration tests
- Limit decompressed memory size, by default to 24 MB.
- Add support for LZFSE compressed data
RADAR-Gateway version 0.3.7
Changes from release 0.3.6
- Upgrade kotlin-gradle-plugin version
- Upgrade to radar-auth:0.5.4