5.11.0 (2024-07-19)
Features
- 1813 start using 415 code for invalid content-types instead constantly inferring it (df475fc)
- adds more standard compliant request body handling (#2260) (3b56cb7)
- Allow JSON Schema Faker configuration in specification (b72dd03)
- better validation for optional auth (#2401) (e2d9f0f)
- deps: bump node from 16 to 18.20 (#2520) (4b175a6)
- deps: bump xcode version (#2522) (939f749)
- http: added support to Deprecation header for deprecated operations #1563 (1415319)
- http: detect complex schema error, improve error message (#2327) (07af511)
- proxy: add a flag to skip request validation (71d04c8)
- STOP-243 - create prism instance with full spec (#2501) (ed41dca)
- support circular refs (#1835) (d287dd7)
Bug Fixes
- #1881 fixed memory leak for validation (931fc0f)
- #1881 fixed memory leak for validation (bfc258a)
- #1881 fixed memory leak for validation (1a05283)
- #7839 fixed handling of number with format: double (e10a1e5)
- 1917 fixed handling of example request for invalid requests (444012b)
- another fix for memory leak of schema validation (ded2a9b)
- ci: release please simpler config (#2489) (b6be539)
- ci: release please with checkout (#2492) (ea378fc)
- ci: release please with root (#2497) (6043a9b)
- ci: remove root from release please (#2494) (ad1743e)
- ci: STOP-267 add release please manifest (#2484) (82fe01e)
- ci: STOP-267 automate release branch creation (#2479) (182e4f9)
- ci: STOP-267 improve auto-release config (#2481) (bb29592)
- decode path before matching it (ed5bce8)
- deps: bump sanitize-html for security (#1828) (3fc86f4)
- fixed #1860 performance regression (fe6345d)
- http-negotiator: #2381 add additional warn log message (#2550) (64a23fc)
- http-server: discard request body if the content-length header i… (#2103) (c172f42)
- http: add explicit dependency on chalk (#2263) (55b07c9)
- json schema faker fillProperties not working (#2398) (e8acebd)
- keep encoded value if uri decoding fails. (#2387) (aba9bee)
- mock issue resolve for similar templated requests (#2564) (b8e9fd8)
- readme: npm downloads badge (#1849) (3245a22)
- readOnly objects in arrays are handled correctly (#2513) (7670236)
- remove deprecated usage of parse (#1959) (ea5b445)
- replace date-time validator with our bug fixed version (#1856) (44186db)
- testing circle ci build (0d2deb0)
- update http-spec (#2037) (72d6882)
- upgrade dependencies and resolve breaking http spec changes (#2105) (ebbc6c1)
- upgrade deps to clean up last security vulnerabilities (#2076) (b1ac6f4)
- upgrade jsrp to 9.2.4 to allow basic auth (#2279) (2148a2b)
- use proper client call in memory leak tests (c223192)
- validateOutput() when schema contains internal reference (#2363) (8e143e6)