Skip to content

Releases: vercel-community/deno

3.1.1

16 Jul 18:12
Compare
Choose a tag to compare

Patches

  • Default to Deno to v1.44.4: #155

Credits

Huge thanks to @lishaduck for helping!

3.1.0

09 Apr 20:33
Compare
Choose a tag to compare

Minor Changes

  • Support AL2023 build image: ea7ea28

3.0.5

01 Feb 01:05
Compare
Choose a tag to compare

Patches

  • Default to Deno v1.40.2: #150

Credits

Huge thanks to @ebanDev for helping!

3.0.4

19 Aug 04:24
Compare
Choose a tag to compare

Patches

  • Update pnpm to v8.5.0 in CI: 82412fe
  • Update Node to v16 in CI: a338180
  • Default to Deno v1.36.1: #147

3.0.3

19 Jun 04:58
Compare
Choose a tag to compare

Patches

  • Update v3-migration-guide.md: a13d48c
  • Default to Deno v1.34.3: #141

3.0.2

25 Feb 08:27
Compare
Choose a tag to compare

Patches

  • Default to Deno v1.31.1: 6c07828
  • Include node_modules/.deno: b0fee22

3.0.1

23 Feb 04:02
Compare
Choose a tag to compare

Patches

  • Support multiple response headers with the same name: #135

3.0.0

19 Feb 20:49
Compare
Choose a tag to compare

The main breaking change in version 3 is that the function signature now uses the W3C standard Request and Response classes directly:

export default (req: Request) => {
  return new Response(`Hello, from Deno v${Deno.version.deno}!`);
};

Please see the migration guide for further details.

Major Changes

  • Remove legacy interfaces, implement Vercel style interface: #132
  • Remove deprecated syntax from dev server: 554900e
  • Remove shebang flag file path relativization: 2ed3652

Minor Changes

  • Extract build logic into DenoLambda class: #133

Patches

  • Update Deno std used by dev server: #102
  • Default to Deno v1.30.3: d3ce5c1

Credits

Huge thanks to @katsuki-yuri and @kidonng for helping!

2.0.3

19 Jan 08:44
Compare
Choose a tag to compare

Patches

  • Default to Deno v1.29.4: #127
  • Use pnpm: #129

Credits

Huge thanks to @katsuki-yuri for helping!

2.0.2

08 Sep 18:35
Compare
Choose a tag to compare

Patches

  • Add support for AWS_LAMBDA_EXEC_WRAPPER: #119
  • Fix api/dump.ts "ms" import: #121
  • Default to Deno v1.25.1: #122