Skip to content

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.

  • Extracted Progress from the State project (#58, !54)

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

  • Hide the cache as an implementation detail instead of exposing it (#71, !61)

Spine

  • Spine is deprecated, and will be removed in the future (#73, !59)

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 versionView release in GitLab