Skip to content

Releases: RADAR-base/radar-output-restructure

output-restructure 3.0.4

03 Sep 09:16
8c0f98d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

output-restructure 3.0.3

03 Sep 07:56
db47065
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

output-restructure 3.0.2

09 Oct 06:45
ccab7f2
Compare
Choose a tag to compare

What's Changed

  • [Security] Various fixes for vulnerabilities and prepare for release-3.0.2 by @pvannierop in #561

Full Changelog: v3.0.1...v3.0.2

radar-output 2.3.5 EOL

07 Oct 12:15
eb81e6e
Compare
Choose a tag to compare

This release is an EOL release for support of managementportal 0.x

If you are using this version be aware that you are using deprecated versions and that even this update does not fix all vulnerabilities.

Please update to MP 2.x as soon as possible.

What's Changed

Full Changelog: v2.3.4...v2.3.5

output-restructure 3.0.1

10 Sep 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v3.0.1

radar-output 3.0.0

10 Sep 12:25
3d79613
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v3.0.0

radar-output 2.3.4 EOL

23 May 17:10
ea5e983
Compare
Choose a tag to compare

This release is an EOL release for support of managementportal 0.x

If you are using this version be aware that you are using deprecated versions and that even this update does not fix all vulnerabilities.

Please update to MP 2.x as soon as possible.

What's Changed

Full Changelog: v2.3.3...v2.3.4

radar-output 2.3.3 EOL

03 Apr 10:06
d422954
Compare
Choose a tag to compare

This release is an EOL release for support of managementportal 0.x

If you are using this version be aware that you are using deprecated versions and that even this update does not fix all vulnerabilities.

Please update to MP 2.x as soon as possible.

What's Changed

Full Changelog: v2.3.2...v2.3.3

radar-output 2.3.2

05 Dec 09:20
459d7e2
Compare
Choose a tag to compare

Changes since version 2.3.1:

  • Added more messages on null checks
  • Catch all exceptions to print them
  • Only incorporate non-empty environment variables in config
  • Updated dependencies
  • Improved Github Actions

Full Changelog: v2.3.1...v2.3.2

radar-output 2.3.1

17 Oct 10:24
042e00e
Compare
Choose a tag to compare

Changes since version 2.3.0:

  • Use more memory-efficient deduplication, using MD5 hashes instead of full line contents
  • Simplify some Kotlin code
  • If a FileNotFoundException is thrown (usually because of file corruption), open a new output file instead.