All Versions
14
Latest Version
Avg Release Cycle
18 days
Latest Release
1747 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.0 Changes
June 08, 2020- โก๏ธ 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
-
v0.6-dev
June 05, 2020 -
v0.6.0-beta.3 Changes
June 07, 2020- ๐ 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
-
v0.6.0-beta.2 Changes
June 05, 2020- ๐ท Custom Handlers support (HTTP worker)
- โก๏ธ Update swift-grpc to alpha.12
-
v0.6.0-beta.1
June 05, 2020 -
v0.6-beta
June 05, 2020 -
v0.1.5 Changes
May 30, 2020๐ Minor fix in release folder path
-
v0.1.4 Changes
December 26, 2019- ๐ Fix an issue with converting Blob properties
- โ Adding examples!
-
v0.1.3 Changes
December 07, 2019- Bindings mapping issue fix that affected blob output and other bindings.
- Auto-generating HttpResponse binding when it's missing
- ๐ Bug fixes
-
v0.1.2 Changes
November 30, 2019Fix access modifier for
inputBindings
&outputBindings
in Context