Skip to content

0.21.0

Compare
Choose a tag to compare
@agourlay agourlay released this 08 Jul 06:59
· 229 commits to master since this release

This release contains various types of breaking changes ⚠️

Breaking changes

  • Eventually has been simplified to not retain intermediary error states 9dac8cd
    • only the last error is shown in case of error or success
    • EventuallyDiscard has been removed
    • the mode to detect oscillations has been removed
    • it should decrease the memory pressure (see #778 for background)
  • CornichonJson.parseDataTableRaw returns a List[List[(String, String)]]] instead of List[Map[String, String]]] 3b64300
    • the raw data with ordering and duplicates is preserved
    • the maps can be rebuilt manually if required

Improvements

  • Migrate to Http4s Ember client in #427
    • it has been configured like blaze but it could still be the source of unexpected errors
  • New resource step with explicit scopes in #785
    • introduce new Resource type
    • new DSL WithResource(resource: Resource)

Dependency updates

Full Changelog: v0.20.8...v0.21.0