Skip to content

Releases: RADAR-base/RADAR-Gateway

radar-gateway 0.5.5

20 Apr 07:36
17a8a94
Compare
Choose a tag to compare

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

22 Mar 08:49
eb678aa
Compare
Choose a tag to compare

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

22 Oct 11:56
6e7e441
Compare
Choose a tag to compare

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

19 Oct 09:38
fc6e130
Compare
Choose a tag to compare

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

06 Aug 10:07
5f832ab
Compare
Choose a tag to compare

Changes since version 0.5.0:

  • Fix Schema Registry credential settings
  • Optionally disable source checks

deprecated: radar-gateway version 0.5.0

13 Jul 11:01
1c025cd
Compare
Choose a tag to compare

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

03 Oct 10:40
69516e8
Compare
Choose a tag to compare

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

20 May 13:42
a4c2e1a
Compare
Choose a tag to compare

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

14 May 11:45
75ae94f
Compare
Choose a tag to compare

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

14 Mar 14:19
4f6ea20
Compare
Choose a tag to compare

Changes from release 0.3.6

  • Upgrade kotlin-gradle-plugin version
  • Upgrade to radar-auth:0.5.4