Releases: anthonychu/azure-functions-deno-worker
Releases · anthonychu/azure-functions-deno-worker
v0.9.0
What's Changed
- Update oak to v6.4.2 by @justinmchase in #48
- feat: Improve http trigger handling by @horihiro in #49
New Contributors
- @justinmchase made their first contribution in #48
Full Changelog: v0.8.0...v0.9.0
v0.8.0
- Fix
- [cli] Bump
semver
to v1.4.0 fordeno
v1.11.0 or later (#40)
- [cli] Bump
- Add features
Note: deno
v.1.13.0 is not supported because of denoland/deno#11713
v0.7.0
v0.6.0
- Update to use
customHandler
section in host.json - Temporarily remove bundling as running the Deno bundler hits a panic and it's unclear what the problem is. There are several reported issues with the Deno bundler so we'll skip bundling for now. Expect longer cold starts because of this.
v0.5.0
- Update to [email protected]
- Tested with Deno 1.3.1
- Change default branch to main
v0.4.0
Updated for Deno 1.2.0
v0.3.0
- Add support for deploying to Windows (thanks @horihiro 🎉)
- Update to [email protected], [email protected]
- Tested on Deno 1.0.2, 1.0.4, 1.0.5
- Local: macOS and Windows
- Azure: Linux and Windows
v0.2.0
v0.1.0
🎉 First release!
Initial support for Deno 1.0.0-rc2 and up.