Releases: antongolub/npm-registry-firewall
Releases · antongolub/npm-registry-firewall
v1.29.1
1.29.1 (2022-10-04)
Bug Fixes
- set 3xx, 404 log level to info (5028c87)
v1.29.0
1.29.0 (2022-10-02)
Features
- export
getCtx
as a part of plugin api (bde1fec)
v1.27.0
1.27.0 (2022-10-01)
Features
- assert http method in firewall mware (5fb8c10)
- return 304 if etag matches if-none-match header (ba8ea16)
v1.26.1
1.26.1 (2022-09-30)
Bug Fixes
- add dot to tarball/packument regexps (6ccddc1)
v1.26.0
1.26.0 (2022-09-28)
Features
- log req.method and req.url on end event. (c9f7a70)
- make log level configurable, add debug logs for http layer (9231fb7)
- provide custom http(s) agent cfg (df46e2f), closes #59
v1.25.4
1.25.4 (2022-08-04)
Performance Improvements
- rm redundant regex chunks memo (75aebc8)
v1.25.3
1.25.3 (2022-08-04)
Bug Fixes
- handle url-encoded slashes case-insensitively (ef9a937)