Skip to content

Releases: SalehAlbuga/azure-functions-swift

0.6.3-beta

19 Sep 22:32
9b9bc08
Compare
Choose a tag to compare
0.6.3-beta Pre-release
Pre-release
  • Change httpWorker to customHandler in host.json template

0.6.2

19 Aug 16:56
015026c
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • 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

25 Jun 22:22
96e7bd8
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Fix InvocationResponse properties access level

0.6.0

08 Jun 01:18
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • 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

07 Jun 21:51
Compare
Choose a tag to compare
0.6.0-beta.3 Pre-release
Pre-release
  • 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

05 Jun 01:36
Compare
Choose a tag to compare
0.6.0-beta.2 Pre-release
Pre-release
  • Custom Handlers support (HTTP worker)
  • Update swift-grpc to alpha.12

v0.1.5

30 May 15:40
e9f0aa4
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

Minor fix in release folder path

v0.1.4

26 Dec 21:02
c2706be
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Fix an issue with converting Blob properties
  • Adding examples!

v0.1.3

07 Dec 17:59
6dd3fb1
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Bindings mapping issue fix that affected blob output and other bindings.
  • Auto-generating HttpResponse binding when it's missing
  • Bug fixes

v0.1.2

30 Nov 20:42
161b626
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Fix access modifier for inputBindings & outputBindings in Context