- Add new Microsoft.FSharpLu.Azure module, upgraded to latest version of Azure nugets and migrate from WindowsAzure.Storage to Microsoft.Azure.Storage.
Includes number of F# helpers to access Azure Compute, Storage, Network, ARM API
- Add HttpCommunication module, a strongly-typed HTTP client thin library
- Add support for environment variable and error output capture in `startProcess` API
- Add Knuth-Morris-Pratt implementation for searching a string in a file stream
- Add state machine and agent module used to implement long-running operations in services
- Add Windows/Linux platform helpers
- Adds the Combine functor for the TraceTags statically-typed global logger
- Many other utility functions added: SMB, sysprep, parsing, shutdown, EXE type, IDisposable helpers, Compression, certificate, CacheMap collection...
- Bump up version to 0.11.0
- Hardening of startProcess API to handle corner cases (e.g. process ends too quickly or too slowly)