Skip to content

Releases: H4ad/serverless-adapter

v4.0.0

26 Dec 22:48
7ea6f4c
Compare
Choose a tag to compare

4.0.0 (2023-12-26)

⚠ BREAKING CHANGES

  • Now we support dual package publish, and the import can fail.

Features

  • added support for dual package publish (dd0803f)

Bug Fixes

  • dual-package-publish: issue with imports lib when moduleResolution is node (4dac8aa)

Documentation

  • blog: added blogpost about dual package publish (006e8a9)
  • updated documentation for dual package publish (03ee217)

Continuous Integration

  • release: fixed issue with release-please skipping release (8dfb582)

v3.2.0

24 Dec 20:47
6304849
Compare
Choose a tag to compare

3.2.0 (2023-12-22)

Features

  • firebase: bump supported firebase functions to 4.x (b717240)

Documentation

  • readme: removed semantic release badge (fe85304)

Miscellaneous Chores

  • benchmark: bump package versions (b6aa539)
  • bootstrap releases for path: . (e68506e)
  • bump @apollo/server from 4.7.4 to 4.9.3 (52c8b83)
  • bump semver from 5.7.1 to 5.7.2 in /benchmark (0a6a3e0)
  • bump semver from 5.7.1 to 5.7.2 in /www (49c7baf)
  • bump vite from 4.3.5 to 4.4.9 (ecd1252)
  • bump vite from 4.4.9 to 5.0.10 (8eadf40)
  • bump word-wrap from 1.2.3 to 1.2.4 (218d3a9)
  • docs: update to docusaurus v3 (51a104e)
  • package: bump package versions (fe0a0fc)
  • release-please: set latest version (69110ec)
  • semantic-release: removed unused package (2c60275)

Continuous Integration

  • codeql: run only when changing code files (93d8f1c)
  • codeql: updated configuration (9ffa3e8)
  • docs: only trigger when update workflows of docs (c1e7f8a)
  • pr: only run when update specific files (0085520)
  • pr: stop running the pr on main (7c7a05a)
  • release-please: try fix issues with release please config (46577f2)
  • release: added coverage (57f1e09)
  • release: added provenance during publish (1161e42)
  • release: include all commits on release (9185a0b)
  • release: moved configuration to the correct place (b8c6156)
  • release: use release manager instead of merge-and-release (ef278e6)
  • workflows: bump action versions (647e694)

v3.1.0

01 Jul 03:40
Compare
Choose a tag to compare

3.1.0 (2023-07-01)

Bug Fixes

  • build: disable minify identifiers (0a285a6)
  • package: types not being emitted (2bc1244)

Features

  • aws: added adapter for request lambda edge (b8791da)

v3.0.0

09 Jun 23:02
Compare
Choose a tag to compare

3.0.0 (2023-06-09)

Bug Fixes

  • api-gateway-v1: probably missing query string value when multiple (78b9f18)

Features

  • trpc: bump support for 10.x (5d3124a)

Performance Improvements

  • api-gateway-v1: faster getRequest (70f7020)
  • api-gateway-v2: faster getRequest method (3b08708)
  • api-gateway-v2: single pass when collecting headers and cookies on response (3d65895)
  • aws: optimized strip base path (f72967a)
  • default-handler: always log using fn (36950b3)
  • headers: use object.keys + reduce instead of entries (41339c6)
  • logger: faster logger (103817c)
  • optional: use strict equal instead of typeof (1fba12c)
  • tsconfig: do not use define because is slower (35ce7c7)

Tests

  • vitest: replaced jest for vitest (7505fad)

Other Changes

  • core: removed support for regex on binary validation and case-sensitive headers (4fb3a39)
  • nodejs: deprecate node 12.x, 14.x and 16.x (4c734d4)

BREAKING CHANGES

  • now we don't flatten the headers
  • now regex is not support anymore due the slow performance and we don't lower case
    all the headers, so the content-encoding and content-type must be lowercase
  • vitest: removed support for fastify 3.0.0 & hapi 20.x & firebase-admin < 11
  • Now we will no longer support old nodejs versions

v2.17.0

29 Apr 03:45
d98fddd
Compare
Choose a tag to compare

2.17.0 (2023-04-29)

Features

  • aws-stream: added support for aws lambda stream (6782563)

v2.16.0

04 Jan 23:39
1e1c89b
Compare
Choose a tag to compare

2.16.0 (2023-01-04)

Features

  • firebase-v2: added support for gen2 of firebase functions (90eba3f)

v2.15.1

31 Dec 19:30
e4d9806
Compare
Choose a tag to compare

2.15.1 (2022-12-31)

Performance Improvements

  • logging: add defer log for util inspect (2a7389e)

v2.15.0

26 Dec 20:36
148e835
Compare
Choose a tag to compare

2.15.0 (2022-12-26)

Features

v2.14.1

20 Dec 20:35
29b8320
Compare
Choose a tag to compare

2.14.1 (2022-12-20)

Bug Fixes

  • alb: alb not working when header value is not string (10d72ac)

v2.14.0

20 Dec 15:14
7ab7087
Compare
Choose a tag to compare

2.14.0 (2022-12-20)

Bug Fixes

  • docs: simple adapters now throw error when status is different than success (2cf72e5)

Features

  • batch-support: added aws simple adapter to abstract batch support to simple aws adapters (e6c17bb)