0.11.0.0
- Add support for cancellable requests within
withProgress
andwithIndefiniteProgress
- Align
withProgress
andwithIndefiniteProgress
types to be inIO
like the rest of the library (Look at usingmonad-control
andunliftio
if you need to use them with a Monad transformer stack) - Fix
window/progress/cancel
notification being a from server notification when it should be a from client notification