Skip to content

HyP3 v9.0.0

Latest
Compare
Choose a tag to compare
@tools-bot tools-bot released this 13 Nov 23:05
865f4c6

Changed

  • All failed jobs now have a processing_times value of null.

Fixed

  • Resolve a regression introduced by the previous release (v8.0.0) in which a processing step could report a negative processing time if the underlying AWS Batch job had a failed attempt that did not include a StartedAt field. Fixes #2485
  • Upgrade from Flask v2.2.5 to v3.0.3. Fixes #2491
  • Specify our custom JSON encoder by subclassing flask.json.provider.JSONProvider. See pallets/flask#4692