Skip to content

Latest commit

 

History

History
168 lines (78 loc) · 6.81 KB

CHANGELOG.md

File metadata and controls

168 lines (78 loc) · 6.81 KB

Changelog

2.2.0 (2024-12-03)

Features

Bug Fixes

  • remove log query string from url for every ctx log (#56) (60dc7d9)

2.1.0 (2024-10-21)

Features

2.0.1 (2024-10-14)

Bug Fixes

  • update express and cookie-parser (#54) (9da8f4f)

2.0.0 (2024-10-11)

⚠ BREAKING CHANGES

  • add logging ctx data to every log (#47)

Features

  • add logging ctx data to every log (#47) (6493595)

Bug Fixes

1.5.0 (2024-09-30)

Features

1.4.0 (2024-07-26)

Features

  • deps: update deps & peer dependency for nodekit (#41) (e468c17)

1.3.0 (2024-07-04)

Features

  • add express cookie secret as array for rotation (#38) (df34df1)

1.2.1 (2024-02-02)

Bug Fixes

  • sensitive-tokens: hide sensitive tokens on 'Request starter' log (#31) (860da65)

1.2.0 (2023-10-18)

Features

Bug Fixes

  • prevent socket unlinking in worker threads (#30) (c27fdd8)

1.1.2 (2023-09-14)

Bug Fixes

1.1.1 (2023-09-14)

Bug Fixes

  • socket: only delete socket if current process is primary one (#23) (592a048)

1.1.0 (2023-09-07)

Features

  • body-parsers: increase default limits, add option for extended error info (#21) (79b1bc6)

1.0.0 (2023-08-31)

⚠ BREAKING CHANGES

  • package: move nodekit to peer dependencies (#18)

chore

  • package: move nodekit to peer dependencies (#18) (f74f0f3)

0.5.0 (2023-08-28)

Features

  • router: allow connecting user router via mount route (#15) (aded6ed)

Bug Fixes

  • router: fix route auth handler

Features

  • export types AppErrorHandler, NextFunction (#12)

Bug Fixes

  • move cookie-parser from dev to production deps (#8)

Features

  • add AppConfig.telemetryChEnableSelfStats (#7)

Features

  • expand express Request type (#6)

Features

  • export Request and Response types (#4)

Bug Fixes

  • remove beforeAuth & afterAuth from routeInfo
  • replace authPolicyMiddleware with routeInfoMiddleware (#5)
  • minor fixes for sockets and routing (#1)

0.1.0

Initial release.