Skip to content

Releases: H4ad/serverless-adapter

v4.4.0

01 Dec 21:37
a7e1a11
Compare
Choose a tag to compare

4.4.0 (2024-12-01)

Features

  • express-v5: added support to express v5 and body-parser v2 (e435b97)
  • fastify-v5: ensure support to fastify v5 (bd09e46)
  • firebase: ensure support to v5 and v6 sdk (bc6886e)

Miscellaneous Chores

  • bump cross-spawn and @swc/cli in /benchmark (0e4db68)
  • bump cross-spawn from 7.0.3 to 7.0.6 in /www (ce1d0cd)
  • bump micromatch from 4.0.5 to 4.0.8 in /benchmark (1ddc2a9)
  • bump webpack from 5.89.0 to 5.96.1 in /www (47392b0)
  • http-deepkit: ensure is working with version 1.0.1-alpha-155 (b1ee6d4)
  • packages: bump lib package versions (15bc6ad)

v4.3.2

09 Nov 02:46
785da36
Compare
Choose a tag to compare

4.3.2 (2024-11-09)

Continuous Integration

  • coverage: do not fail when fail coverage & fix issue with test (ff9702b)

v4.3.1 (broken release due to issue on ci)

09 Nov 02:36
9835d18
Compare
Choose a tag to compare

4.3.1 (2024-11-09)

Miscellaneous Chores

  • bump cookie and express in /www (22d850f)
  • bump serve-static and express in /benchmark (249af0c)
  • codecov: fix issues with upload coverage (4b5b39e)
  • reflect-metadata: allow more general versions for reflect metadata (816cc51)

v4.3.0

19 Sep 00:51
ed671ae
Compare
Choose a tag to compare

4.3.0 (2024-09-18)

Features

  • aws-stream-handler: add flag to customize callbackWaitsForEmptyEventLoop (#264) (30a59f9)

v4.2.3

09 Sep 22:02
53d431b
Compare
Choose a tag to compare

4.2.3 (2024-09-09)

Bug Fixes

  • response-stream: improve chunk identification (fixes #260) (2aa474e)

Documentation

  • response-stream: add comments and references explaining implementation (d39db53)

Tests

  • response-stream: test eagerly flushed headers (0f33c29)

v4.2.2

06 Sep 18:52
5022260
Compare
Choose a tag to compare

4.2.2 (2024-09-06)

Bug Fixes

  • apig-v1-adapter: lowercase request headers (4fbb588)

Documentation

  • fix Apollo Server package name in npm command (4d4cece)
  • getting-started: update npm install command (ee4661f)

Miscellaneous Chores

  • bump express from 4.18.2 to 4.19.2 in /benchmark (98e84d1)

v4.2.1

29 Feb 12:57
640dfc1
Compare
Choose a tag to compare

4.2.1 (2024-02-29)

Bug Fixes

  • response-stream: fix response with no content doesn't correctly end the writable stream (bded8cf)

Code Refactoring

  • apollo-server-mutation: better types for adapter (79f3383)
  • response-stream: avoid creating object on log while parsing headers (1effcae)

Tests

  • all: cleaning tests and fixing ts issues (c3dcfff)
  • aws-stream: add tests to cover #206 (c853149)

v4.2.0

08 Jan 23:19
250221f
Compare
Choose a tag to compare

4.2.0 (2024-01-08)

Features

  • frameworks: added support for polka (39377cb)

Miscellaneous Chores

  • bump @apollo/server from 4.9.5 to 4.10.0 (cf4e1d9)
  • bump @rushstack/node-core-library from 3.62.0 to 3.63.0 (19c88e0)
  • bump @vitest/coverage-v8 from 1.1.0 to 1.1.3 (3e67b23)
  • bump eslint-plugin-prettier from 5.1.1 to 5.1.2 (83fc5e5)
  • bump fastify from 4.25.1 to 4.25.2 (e048b11)
  • bump follow-redirects from 1.15.3 to 1.15.4 in /www (af12bbd)
  • bump koa from 2.14.2 to 2.15.0 (164c97b)
  • bump vite from 5.0.10 to 5.0.11 (0478492)

v4.1.0

03 Jan 14:06
788346b
Compare
Choose a tag to compare

4.1.0 (2024-01-03)

Features

  • network: support buffering transfer-encoding: chunked (f19ffd1)

v4.0.1

26 Dec 23:00
7727a94
Compare
Choose a tag to compare

4.0.1 (2023-12-26)

Bug Fixes

  • ci: missing build part while releasing new version (5b7d184)

Documentation

  • blog: added note about bug related to missing package files (1d75d91)