News¶
0.3.0 • Pedestal Spine: RESTful typesafe APIs
Pedestal Spine is a typesafe multiplatform RESTful framework.
Changes
- State management has been extracted from Backbone as Pedestal State
- Cache management has been extracted from Backbone as Pedestal Cache
- Created the Pedestal Spine project
- Implemented Pedestal Spine for Ktor
- Licensed the project under Apache 2.0
0.2.0 • Request batching and authentication
New features: - Identification & authentication API (#10, !6) - Request batching for Backbone implementations (#8, !8)
Code quality: - The API documentation is exposed on GitLab Pages (#5, !9) - Minimal code coverage is enforced (#11, !7)
0.2.1 • Bug fixes
Fixed: - Infinite recomposition when reading from a flow originating from the MemoryCache (!11)
Project organization: - We do not publish beta versions anymore (previously built from the 'main' branch, #13, !10)
0.1.3 • Various bug fixes
This version only contains bug fixes. - f28c88da Cache.expire only expired the first layer - 5b34b2db ExpirationCache did not expire its contents - 5cdf5940 MemoryCache did not transfer new updates to previously-expired elements - 6efd6b8d MemoryCache starts a new request if subscribers are waiting, even if they don't explicitely request one - 00325e2d MemoryCache resubscribes to the previous layer if it failed
More release information: https://gitlab.com/opensavvy/pedestal/-/releases/0.1.3
0.1.1 • GitLab Maven Repository
Pedestal is now available on the GitLab Maven Repository.