Skip to content

Latest commit

 

History

History
124 lines (56 loc) · 5.7 KB

CHANGELOG.md

File metadata and controls

124 lines (56 loc) · 5.7 KB

3.2.1 (2024-04-23)

Bug Fixes

  • return error body with 412 response (ecc8037)

3.2.0 (2024-04-23)

Bug Fixes

  • if not trusting proxy then put port in returned URL (065952c)

Features

  • require content-type of text/plain (632e52a)
  • set default maximum payload size to 4KB (03350b6)
  • use unstable errcode prefix for M_CONCURRENT_WRITE (4d0d8e3)

3.1.0 (2024-04-09)

Features

  • set Cache-Control and Pragma headers (0971868)

3.0.1 (2024-04-05)

Bug Fixes

  • return CORS headers with non-OPTIONS responses (6adf872)

3.0.0 (2024-04-05)

Features

  • support for MSC4108 rendezvous protocol (#9) (5ac3f34)

BREAKING CHANGES

  • support for MSC3886 has been dropped

Bumped all dependencies

2.2.2 (2024-04-05)

Bug Fixes

  • deps: bump express from 4.18.1 to 4.19.2 (#8) (35a1112)
  • deps: bump ip from 2.0.0 to 2.0.1 (#7) (380a62e)

2.2.1 (2024-01-09)

Bug Fixes

  • deps: bump semver from 5.7.1 to 5.7.2 (#6) (12a3457)
  • deps: upgrade nodemon to 3.0.2 (fe52f28)

2.2.0 (2024-01-09)

Bug Fixes

  • deps: bump http-cache-semantics from 4.1.0 to 4.1.1 (#2) (84fb13e)

Features

2.1.1 (2023-01-09)

Bug Fixes

  • deps: bump json5 from 1.0.1 to 1.0.2 (#1) (f3d9f74)

2.1.0 (2022-09-16)

Features

2.0.2 (2022-09-09)

Bug Fixes

  • expose X-Max-Bytes and make allowed headers explicit (f4f0526)

2.0.1 (2022-09-09)

Bug Fixes

  • include last-modified time in etag calculation (063cef2)
  • respect RZ_PORT environment variable (2b982b2)

2.0.0 (2022-09-07)

Features

  • use Location and X-Max-Bytes headers for POST response (02e37dc)

BREAKING CHANGES

  • POST / no longer returns JSON

1.0.0 (2022-09-07)

Features

  • initial prototype for MSC3886 (c95dca4)