Functions 1.0.10893
Main things in this release:
- Added support for C# 7.0 (Updated C# compiler - Roslyn)
- Improvements to Node binding data handling, exposing additional metadata to Node functions (#1346 and additional information here)
- Implementation of a blob storage backed repository for secrets (#1320)
- API keys can now be stored in blob storage, decoupling that information from the mounted file system
- Implementation of HTTP throttling options (#1369)
- see wiki page here for more info
- Configurable settings for HTTP queue length, concurrency level, etc. (more details here)
- Fix to add content-type header to Node request (#1344)
- Miscellaneous bug fixes and improvements