3.2.1 (2024-04-23)
- return error body with 412 response (ecc8037)
3.2.0 (2024-04-23)
- if not trusting proxy then put port in returned URL (065952c)
- 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)
- set
Cache-Control
andPragma
headers (0971868)
3.0.1 (2024-04-05)
- return CORS headers with non-OPTIONS responses (6adf872)
3.0.0 (2024-04-05)
- support for MSC3886 has been dropped
Bumped all dependencies
2.2.2 (2024-04-05)
- 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)
2.2.0 (2024-01-09)
2.1.1 (2023-01-09)
2.1.0 (2022-09-16)
- add /health endpoint (51879b1)
2.0.2 (2022-09-09)
- expose X-Max-Bytes and make allowed headers explicit (f4f0526)
2.0.1 (2022-09-09)
- include last-modified time in etag calculation (063cef2)
- respect RZ_PORT environment variable (2b982b2)
2.0.0 (2022-09-07)
- use Location and X-Max-Bytes headers for POST response (02e37dc)
- POST / no longer returns JSON
- initial prototype for MSC3886 (c95dca4)