2.0.0-rc.1 • Pedestal 2.0 first release candidate¶
Progress¶
The progress management, originally a part of Pedestal State, has been split into its own Pedestal Progress project. To facilitate usage into projects with specific requirements, it is organized as a main project and a compatibility module to use with Kotlin Coroutines.
State¶
Completely reworked the failure management. Previously, failure was a single class, whereas it became an interface. This allows code to declare its own sealed classes of possible failures, making testing easier.
Backbone¶
Spine¶
Build and deployment¶
- Enabled the Gradle Build Cache (#76, !55, !56)
- Exposed Dokka as a review app (#78, !57)
- The library is now published as 'opensavvy.pedestal:
: ' instead of 'opensavvy: : ' (#69, !68)
Browse the documentation for this version • View release in GitLab