Releases: Netflix/mantis
Releases · Netflix/mantis
v1.3.40
What’s Changed
- Fix SlaEnforcer error from no previous job record (#125) @Andyz26
- Move deploymentStrategy out of schedulingInfo (#124) @Andyz26
- Completely shaded apache curator-* and their dependencies (#126) @calvin681
- Reduce some chatty logs to debug level (#123) @Andyz26
- Trival fix code snippet highlight in iceberg.md (#121) @liuml07
v1.3.39
What’s Changed
- Allow Mantis Job object to be passed in to stage executor as an option (#120) @calvin681
- Applying automated formatting to all files (#119) @sundargates
- Support inherit stage level worker count during job submission (#114) @Andyz26
- Autoformatting mantis-runtime (#117) @sundargates
- applying formatting to all subprojects under mantis-server (#116) @sundargates
- Adding autoformatting to one subproject with the plan to eventually include all subprojects (#115) @sundargates
- Change meaning of resubmission limit to take time duration into account (#113) @calvin681
- Refactor TimedChunker to fix data drop due to race condition (#112) @calvin681
Add metrics to TimedChunker to track potential dropped events
What’s Changed
- Add metrics to TimedChunker to track potential dropped events (#111) @calvin681
Shade all com.google classes in mantis-shaded
Fix DataDrop metric, Clutch config enhancement
Upgrade to gradle-netflixoss-project-plugin
Feeds backpressure back to drop operator on SSE connection
See PR #103
What’s Changed
- Feeds backpressure back to drop operator on SSE connection (#103) @calvin681
- Update netflixoss to 9.4.1 (#101) @rpalcolea
Fix sonatype publish (staging profile)
v1.3.33 fix staging profile
Fix sonatype publish
v1.3.32 Configure staging profile for sonatype
Increment mantisEventsDropped metric when there is an exception during processing, create new Map in Event by default
What’s Changed
- Increment mantisEventsDropped metric when there is an exception during processing, create new Map in Event by default (#97) @calvin681