All Versions
14
Latest Version
Avg Release Cycle
18 days
Latest Release
1412 days ago

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, 2019

    Fix access modifier for inputBindings & outputBindings in Context