0.7.0
Summary
This release includes two important improvements:
- The agent dependencies have been optimized. It resulted in 4 times decrease of the bundle JAR size - 3 Mb instead of 12 Mb (#91)
- Switching to UUID version 5 in combination with a few other changes allowed to make the agent output deterministic.It helps deduplicating lineage of recurring jobs which reduces the Spline database size and load on the server. (#323)
Bugfixes
#314 - KafkaDispatcher: set max.in.flight.requests.per.connection to 1 by default to avoid reordering
#328 - Lineage harvester output is not deterministic
Improvements
#91 - Optimize dependencies
#323 - Support for multiple types of ID
#326 - Logging: Spline init errors in BEST_EFFORT mode should be logged as WARN
Documentation
#297 - Document versioning strategy