Skip to content

Latest commit

 

History

History
172 lines (80 loc) · 6.88 KB

CHANGELOG.md

File metadata and controls

172 lines (80 loc) · 6.88 KB

2.1.0 (2022-09-30)

Features

2.0.0 (2022-01-22)

Features

  • deps: support NestJS 8 and @nestjs/axios (1b15ba7)

BREAKING CHANGES

  • deps: Drop support for NestJS <8 and the HttpService from @nestjs/common. Instead add support for NestJS 8 and the HttpService from @nestjs/axios.

1.5.3 (2022-01-12)

Bug Fixes

  • lib: typings after upgrading to typescript 4.5 (faefd16)

1.5.2 (2022-01-12)

Bug Fixes

  • lib: linting after prettier update (080c949)

1.5.1 (2022-01-12)

Bug Fixes

  • support aws xray sdk 3.3.3 (9e596cd)
  • test: broken imports of SegmentEmitter (39ab6d7)
  • test: hotpatch regex for subsegments (e242114)

1.5.0 (2022-01-12)

Features

1.4.2 (2020-10-15)

Bug Fixes

  • env/http: segment has invalid URL when sampling decision is made (dda8d58)

1.4.1 (2020-10-12)

Bug Fixes

  • deps: update dependency aws-xray-sdk to v3 (2f87b3d)

1.4.0 (2020-08-06)

Bug Fixes

  • broken prototype-chain for custom exceptions (9b9978e)

Features

  • export custom exceptions (27a381c)

1.3.2 (2020-07-17)

Bug Fixes

  • env/http: query parameter included twice #140 (395b42c)

1.3.1 (2020-06-08)

Bug Fixes

  • deps: remove rimraf from peerDeps (bb45875)

1.3.0 (2020-05-29)

Features

  • core: allow setting custom XRay plugins (c82f824)

1.2.4 (2020-05-29)

Bug Fixes

  • duplicate TracingService instances without configuration (4d89a75)

1.2.3 (2020-05-23)

Bug Fixes

  • client/http: error when used in context without Segment (a2b7dd3)

1.2.2 (2020-05-15)

Bug Fixes

  • client/http: TracingService not available in module context (fcd1566)

1.2.1 (2020-05-14)

Bug Fixes

  • client/http: subsegments get lost in parallel calls (6f2bdae)

1.2.0 (2020-04-15)

Features

  • refactor code to enable multiple environments (96bec82)

1.1.1 (2020-04-09)

Bug Fixes

  • http: ignore missing tracing context in HttpService #75 (b03160d)
  • throw special exception if TracingService is used in unknown context (688087c)
  • hooks: throw named exception if async id is unknown (cbdbd59)

1.1.0 (2020-03-14)

Features

  • allow usages with Nestjs v7 (13e19f0)

1.0.1 (2020-01-25)

Bug Fixes

  • ci: fix version in package.json (ff95014)

1.0.0 (2020-01-15)

Bug Fixes

  • ci: add missing step to release pipeline (18d4d69)
  • ci: reference to coverage folder (b38a3f1)

Features

  • ci: add automatic changelog and releases on npm (262b150)
  • add Github Actions CI (e3040c5)
  • add initial implementation (65311a5)
  • add initial project setup (ff161bc)
  • add MIT license (b201115)