v1.0.0-beta-004
Pre-release
Pre-release
AngelMunoz
released this
02 Oct 23:31
·
40 commits
to vnext
since this release
Changes in this version
- Serialization API
- Split into Configuration Serializer and Migration Serializer - this was made in order to make it easier to construct the services and replace them individually where needed vs the previous API that required a nested set of interfaces to get to the correct API
- Migrate from the internal async implementation to IcedTasks - Iced tasks keeps the benefit of using a performant Task-based API keeping the benefits of the async model from F# so there's less
Async <-> Task
conversion interop - Implement the missing bits of the Migrondi Service's Async API so you can start coding against it!
Also, docs are starting to get in shape I think there's less things to worry about now and if I don't get any crazy ideas we might get an RC version soon.
Full Changelog: v1.0.0-beta-003...v1.0.0-beta-004