Releases: SalehAlbuga/azure-functions-swift
Releases · SalehAlbuga/azure-functions-swift
0.6.3-beta
- Change httpWorker to customHandler in host.json template
0.6.2
- An option to set exec path in the exported host/WorkerConf files to the default value "/home/site/wwwroot/.."
- Publish command was added to CLI tools to publish & run Swift functions in a consumption plan 🎉⚡️
- Fixing an error caused by breaking change in a dependency
0.6.1
- Fix InvocationResponse properties access level
0.6.0
- 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
0.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
0.6.0-beta.2
- Custom Handlers support (HTTP worker)
- Update swift-grpc to alpha.12
v0.1.5
Minor fix in release folder path
v0.1.4
- Fix an issue with converting Blob properties
- Adding examples!
v0.1.3
- Bindings mapping issue fix that affected blob output and other bindings.
- Auto-generating HttpResponse binding when it's missing
- Bug fixes
v0.1.2
Fix access modifier for inputBindings
& outputBindings
in Context