0.0.33
Major Changes
None
Minor Changes
- Enable coroutine support in default KotlinDataFetcher (#148)
- Functions can now be suspend functions and will be wrapped as a
CompletableFuturewhich we can handle like any other function that returns aCompletableFuture
- Functions can now be suspend functions and will be wrapped as a
Patch Change
None