Azure Functions for Swift v0.6.0 Release Notes
Release Date: 2020-06-08 // almost 3 years ago-
- โก๏ธ Update swift-grpc to alpha.12
- ๐ Support Azure Functions Custom Handlers (HTTP worker) using Vapor with predefined InvocationRequest & InvocationResponse object.
- ๐ Support specifying custom Extension bundle id and version
- ๐ Support providing bindings using a dictionary (just like function.json) instead the framework types only. Mixing them also supported.
- โก๏ธ Update generated Dockerfiles to run projects in Functions runtime V3.
- โฌ๏ธ Bump version to 0.6.0
Previous changes from v0.6.0-beta.3
-
- ๐ Warn when running locally with unregistered functions (as it's not supported when exporting functions)
- ๐จ Minor syntax refactoring
- ๐ Support specifying custom Extension bundle id and version
- Vapor 4.8.0
- Doc markup