Releases: anthonychu/azure-functions-deno-worker
Releases · anthonychu/azure-functions-deno-worker
v0.9.0
20 Nov 00:06
Compare
Sorry, something went wrong.
No results found
v0.8.0
22 Aug 00:06
Compare
Sorry, something went wrong.
No results found
Fix
[cli] Bump semver to v1.4.0 for deno v1.11.0 or later (#40 )
Add features
[cli] Check function name duplication (#41 )
[cli] Support adding permissions to worker (#39 )
Note: deno v.1.13.0 is not supported because of denoland/deno#11713
v0.7.0
30 May 23:55
Compare
Sorry, something went wrong.
No results found
Fix
[worker] Handle output bindigs (#32 , #34 )
[cli] Optimize app settings (#33 )
[cli] ASCII art logo (#31 )
Add features
[cli] Deploy as a single executable (#29 )
[cli] Deploy to deploytment slots (#30 )
v0.6.0
06 Dec 07:42
Compare
Sorry, something went wrong.
No results found
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
26 Aug 23:33
Compare
Sorry, something went wrong.
No results found
Update to std@0.66.0
Tested with Deno 1.3.1
Change default branch to main
v0.4.0
18 Jul 06:54
Compare
Sorry, something went wrong.
No results found
v0.3.0
07 Jun 06:49
Compare
Sorry, something went wrong.
No results found
Add support for deploying to Windows (thanks @horihiro 🎉)
Update to std@0.56.0, oak@v5.1.0
Tested on Deno 1.0.2, 1.0.4, 1.0.5
Local: macOS and Windows
Azure: Linux and Windows
v0.2.0
25 May 06:15
Compare
Sorry, something went wrong.
No results found
Fixed some issues with Windows (#5 , #8 )
Split dependencies so that workers don't reference unstable APIs needed by denofunc (#7 )
Update to std@0.53.0 to work with Deno 1.0.2 (#6 )
v0.1.0
13 May 08:07
Compare
Sorry, something went wrong.
No results found
🎉 First release!
Initial support for Deno 1.0.0-rc2 and up.