0.21.0
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 aList[List[(String, String)]]]
instead ofList[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
- it has been configured like
- New resource step with explicit scopes in #785
- introduce new
Resource
type - new DSL
WithResource(resource: Resource)
- introduce new
Dependency updates
- Update http4s-circe, http4s-dsl, ... to 0.23.22 by @scala-steward in #782
- Update sbt to 1.9.1 by @scala-steward in #783
- Update cats-effect to 3.5.1 by @scala-steward in #784
Full Changelog: v0.20.8...v0.21.0