Skip to content

Latest commit

 

History

History
120 lines (76 loc) · 3.59 KB

File metadata and controls

120 lines (76 loc) · 3.59 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased - yyyy-mm-dd

1.1.0 - 2025-09-18

  • feat: Implement logresponse & request for native fetch
  • chore: remove axios

1.0.0 - 2025-08-21

  • Update @digipolis/log to 1.1.1
  • cleanup / reduce dependencies

0.9.0 - 2025-05-07

  • re-release 0.7.1

0.7.0 - 2025-05-08

  • compatibility older node

0.7.0 - 2025-05-07

  • Add support for fetch requests
  • node 24 tests
  • remove node 14.x, 16.x compatibility is kept but not new fetch features

[0.6.0] - 2023-12-01

  • Remove query params from log by default but keep option

0.5.4 - 2023-10-20

  • node 21 testing

0.5.3 - 2023-08-16

  • bump log module

0.5.2 - 2023-08-10

  • node 20 support

0.5.1 - 2022-11-23

  • only log http connections not tcp

0.4.0 - 2022-10-12

  • Use logging module fallback for correlationId if undefined

0.3.0 - 2022-06-18

  • Add fallback option for missing correlationId

0.2.1 - 2022-02-22

  • update @digipolis/log@0.2.1
  • add silent option

0.2.0 - 2022-01-31

  • proxy on data instead of override

0.1.0 - 2022-01-19

  • Add option to log req.id from req instead of header
  • bump axios for venerability

0.0.8 - 2021-12-22

  • Add support for (url, options, cb) format
  • Support for url and URL, support for get

0.0.5 - 2021-12-20

  • Bugfix: callback is optional & catch host as alternative of hostname

0.0.4 - 2021-12-17

  • Updated documentation for release

0.0.3 - 2021-12-17

  • Updated documentation for release

0.0.2 - 2021-12-16

  • Fix link in package

0.0.1 - 2021-12-16

  • Setup & format log to digipolis spec