2.1.0 (2022-09-30)
2.0.0 (2022-01-22)
- deps: support NestJS 8 and @nestjs/axios (1b15ba7)
- 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)
- lib: typings after upgrading to typescript 4.5 (faefd16)
1.5.2 (2022-01-12)
- lib: linting after prettier update (080c949)
1.5.1 (2022-01-12)
- 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)
- deps: bump to node 16 (134771b)
1.4.2 (2020-10-15)
- env/http: segment has invalid URL when sampling decision is made (dda8d58)
1.4.1 (2020-10-12)
- deps: update dependency aws-xray-sdk to v3 (2f87b3d)
1.4.0 (2020-08-06)
- broken prototype-chain for custom exceptions (9b9978e)
- export custom exceptions (27a381c)
1.3.2 (2020-07-17)
1.3.1 (2020-06-08)
- deps: remove rimraf from peerDeps (bb45875)
1.3.0 (2020-05-29)
- core: allow setting custom XRay plugins (c82f824)
1.2.4 (2020-05-29)
- duplicate TracingService instances without configuration (4d89a75)
1.2.3 (2020-05-23)
- client/http: error when used in context without Segment (a2b7dd3)
1.2.2 (2020-05-15)
- client/http: TracingService not available in module context (fcd1566)
1.2.1 (2020-05-14)
- client/http: subsegments get lost in parallel calls (6f2bdae)
1.2.0 (2020-04-15)
- refactor code to enable multiple environments (96bec82)
1.1.1 (2020-04-09)
- 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)
- allow usages with Nestjs v7 (13e19f0)
1.0.1 (2020-01-25)
- ci: fix version in package.json (ff95014)