Releases: RADAR-base/radar-output-restructure
output-restructure 3.0.4
What's Changed
- release-3.0.4 by @pvannierop in #566
- release-3.0.4-update by @pvannierop in #567
Full Changelog: v3.0.3...v3.0.4
output-restructure 3.0.3
What's Changed
- Add weekly Snyk Docker image scan to Github actions by @pvannierop in #562
- Apply security upgrades March 2025 platform upgrade by @pvannierop in #563
- Add support for Sentry monitoring by @pvannierop in #559
- release-3.0.3 by @pvannierop in #565
Full Changelog: v3.0.2...v3.0.3
output-restructure 3.0.2
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
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
- [Security] Update avro dependency by @pvannierop in #560
Full Changelog: v2.3.4...v2.3.5
output-restructure 3.0.1
What's Changed
- Use Management Portal Client library by @blootsvoets in #544
- Implement formatted bucket name by @blootsvoets in #544
- Allow users to exclude fields from output by @blootsvoets in #546
- Added a StorageIndex for the source storage to reduce LIST calls by @blootsvoets in #547
- Remove HDFS support from code by @blootsvoets in #548
- Fix configuration bug by @Bdegraaf1234 in #552
- Various security updates by @Bdegraaf1234 in #550
Full Changelog: v2.3.2...v3.0.1
radar-output 3.0.0
What's Changed
- Use Management Portal Client library by @blootsvoets in #544
- Implement formatted bucket name by @blootsvoets in #544
- Allow users to exclude fields from output by @blootsvoets in #546
- Added a StorageIndex for the source storage to reduce LIST calls by @blootsvoets in #547
- Remove HDFS support from code by @blootsvoets in #548
- Fix configuration bug by @Bdegraaf1234 in #552
- Various security updates by @Bdegraaf1234 in #550
Full Changelog: v2.3.2...v3.0.0
radar-output 2.3.4 EOL
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
- Fix issue #554 by @Bdegraaf1234 in #555
- bump version by @Bdegraaf1234 in #556
- snyk update by @Bdegraaf1234 in #557
Full Changelog: v2.3.3...v2.3.4
radar-output 2.3.3 EOL
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
- Security updates by @Bdegraaf1234 in #553
Full Changelog: v2.3.2...v2.3.3
radar-output 2.3.2
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
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.