Azure Functions for Swift v0.6.0 Release Notes

Release Date: 2020-06-08 // almost 4 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