Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependencies supporting NestJS 10 #526

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

TheRealMkadmi
Copy link

No description provided.

@TheRealMkadmi
Copy link
Author

FYI: tests are successful, seems nothing has broken
image

TheRealMkadmi and others added 13 commits January 10, 2024 14:43
# 1.0.0 (2024-01-10)

### Bug Fixes

* broken prototype-chain for custom exceptions ([9b9978e](9b9978e))
* **ci:** add missing step to release pipeline ([18d4d69](18d4d69))
* **ci:** fix version in package.json ([ff95014](ff95014))
* **ci:** reference to coverage folder ([b38a3f1](b38a3f1))
* **client/http:** error when used in context without Segment ([a2b7dd3](a2b7dd3))
* **client/http:** subsegments get lost in parallel calls ([6f2bdae](6f2bdae))
* **client/http:** TracingService not available in module context ([fcd1566](fcd1566))
* **deps:** remove rimraf from peerDeps ([bb45875](bb45875))
* **deps:** update dependency aws-xray-sdk to v3 ([2f87b3d](2f87b3d))
* duplicate TracingService instances without configuration ([4d89a75](4d89a75))
* **env/http:** query parameter included twice [narando#140](https://github.com/TheRealMkadmi/nest-xray/issues/140) ([395b42c](395b42c))
* **env/http:** segment has invalid URL when sampling decision is made ([dda8d58](dda8d58))
* **hooks:** throw named exception if async id is unknown ([cbdbd59](cbdbd59))
* **http-env.e2e-spec.ts:** fix package name ([f709b0d](f709b0d))
* **http:** ignore missing tracing context in HttpService [narando#75](https://github.com/TheRealMkadmi/nest-xray/issues/75) ([b03160d](b03160d))
* **lib:** linting after prettier update ([080c949](080c949))
* **lib:** typings after upgrading to typescript 4.5 ([faefd16](faefd16))
* support aws xray sdk 3.3.3 ([9e596cd](9e596cd))
* **test:** broken imports of SegmentEmitter ([39ab6d7](39ab6d7))
* **test:** hotpatch regex for subsegments ([e242114](e242114))
* **tests:** support new types (I'm not a ts dev) ([e9b5853](e9b5853))
* throw special exception if TracingService is used in unknown context ([688087c](688087c))

### Features

* add Github Actions CI ([e3040c5](e3040c5))
* add initial implementation ([65311a5](65311a5))
* add initial project setup ([ff161bc](ff161bc))
* add MIT license ([b201115](b201115))
* allow usages with Nestjs v7 ([13e19f0](13e19f0))
* **ci:** add automatic changelog and releases on npm ([262b150](262b150))
* **core:** allow setting custom XRay plugins ([c82f824](c82f824))
* **deps:** bump to node 16 ([134771b](134771b))
* **deps:** support NestJS 8 and @nestjs/axios ([1b15ba7](1b15ba7))
* export custom exceptions ([27a381c](27a381c))
* NestJS v9 Compatibility ([narando#392](https://github.com/TheRealMkadmi/nest-xray/issues/392)) ([9b34c04](9b34c04))
* refactor code to enable multiple environments ([96bec82](96bec82))

### 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.0.1](v1.0.0...v1.0.1) (2024-01-10)

### Bug Fixes

* **package.json:** add access to package.json ([73fb1b2](73fb1b2))
## [1.0.2](v1.0.1...v1.0.2) (2024-01-11)

### Bug Fixes

* **package.json:** remove support for nestjs 8 and add support for @nestjs/axios ^3.0.0 ([a24b890](a24b890))
@Maxime-p
Copy link

Any update ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants