Skip to content

Latest commit

History

History
238 lines (123 loc) 路 11 KB

File metadata and controls

238 lines (123 loc) 路 11 KB

Change Log

3.0.0

Major Changes

  • Upgraded TypeScript peer dependency from v4 to v5. Internal tests migrated from Jest to Vitest.

Patch Changes

  • Updated dependencies: @golevelup/nestjs-discovery@7.0.0

2.0.0

Major Changes

@golevelup/ts-jest: Limit DeepMocked recursion depth to 4 levels to fix type-checking performance regression on complex types (e.g. S3Client, PrismaClient). Fix RegExp.test throwing "Cannot convert object to primitive value" on mocked properties by handling Symbol.toPrimitive.

@golevelup/ts-vitest: Limit DeepMocked recursion depth to 4 levels to fix type-checking performance regression on complex types. Fix RegExp.test throwing "Cannot convert object to primitive value" on mocked properties by handling Symbol.toPrimitive.

@golevelup/ts-sinon: Fix RegExp.test throwing "Cannot convert object to primitive value" on mocked properties by handling Symbol.toPrimitive in the mock proxy.

@golevelup/nestjs-rabbitmq: Fix RPC shared queue multiplexing by routing key to prevent message mis-routing. Fix handler this context binding for class instances. Add support for per-exchange bindings in @RabbitSubscribe via a new bindings option.

@golevelup/nestjs-stripe: Switch to constructEventAsync to fix SubtleCryptoProvider errors in Bun and Node 24+. Fix unhandled exception in Sentry global filter when a webhook handler throws. Update default Stripe API version to 2026-02-25.clover.

1.2.0

Minor Changes

  • Includes dev dependencies upgrades such as Vite, Vitest and nestjs CLI and a new Stripe upgrade

1.1.1

Patch Changes

  • An update to the copy README pipeline, relevant to the NPM package profile
  • Updated dependencies: @golevelup/nestjs-discovery@6.1.1

1.1.0

Minor Changes

  • Contains an improvement to the documentation readme copy pipeline

Patch Changes

  • Updated dependencies: @golevelup/nestjs-discovery@6.1.0

1.0.0

Major Changes

  • Several changes across the new release pipeline including readme files

Patch Changes

  • Updated dependencies: @golevelup/nestjs-discovery@6.0.0

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.9.3 (2025-05-08)

Note: Version bump only for package @golevelup/nestjs-stripe

0.9.2 (2025-02-18)

Note: Version bump only for package @golevelup/nestjs-stripe

0.9.1 (2025-01-24)

Note: Version bump only for package @golevelup/nestjs-stripe

0.9.0 (2024-11-06)

Bug Fixes

Features

0.8.2 (2024-09-03)

Note: Version bump only for package @golevelup/nestjs-stripe

0.8.1 (2024-08-09)

Note: Version bump only for package @golevelup/nestjs-stripe

0.8.0 (2024-05-03)

Features

  • stripe: extend webhook config for test mode secrets (#732) (d7bba4b), closes #731

0.7.0 (2024-04-10)

  • chore!: bump stripe version to 14.19.0 (#705) (1dc545a), closes #705

BREAKING CHANGES

  • Updates the underlying stripe dependency

0.6.5 (2024-02-09)

Note: Version bump only for package @golevelup/nestjs-stripe

0.6.4 (2023-11-21)

Note: Version bump only for package @golevelup/nestjs-stripe

0.6.3 (2023-07-18)

Note: Version bump only for package @golevelup/nestjs-stripe

0.6.2 (2023-07-03)

Note: Version bump only for package @golevelup/nestjs-stripe

0.6.1 (2023-03-28)

Note: Version bump only for package @golevelup/nestjs-stripe

0.6.0 (2023-02-23)

Features

  • module: allow to configure two secrets for different stripe webhooks types(account & connect) (#522) (47332bc)

BREAKING CHANGES

  • module: Stripe module webhookConfig

  • fix(test): amend stripe module test config

Co-authored-by: Rodrigo monstawoodwow@gmail.com

0.5.0 (2022-09-21)

Bug Fixes

  • package.json: add stripe v10 as optional peerDependency (#503) (46ec6fe), closes #502

BREAKING CHANGES

  • package.json: Removed stripe v8 and v9 as peerDependecies. stripe ^10.8.0 is required in peerDependencies now

  • add stripe as dev dependency

  • feat: stripe version update

updates to the latest known version

Co-authored-by: Rodrigo monstawoodwow@gmail.com

0.4.1 (2022-07-28)

Note: Version bump only for package @golevelup/nestjs-stripe

0.4.0 (2022-07-16)

  • feat!(stripe, hasura): named execution contexts (132c6c5)

BREAKING CHANGES

  • Switches to using named contexts for stripe and hasura which might have an impact on how interceptors and other NestJS enhancers work with methods that are decorated with the corresponding library handlers

0.3.4 (2022-07-16)

Note: Version bump only for package @golevelup/nestjs-stripe

0.3.3 (2022-04-18)

Note: Version bump only for package @golevelup/nestjs-stripe

0.3.2 (2022-02-04)

Bug Fixes

  • logging: use Logger instead of ConsoleLogger (#388) (a0f2597), closes #351

0.3.1 (2022-02-01)

Note: Version bump only for package @golevelup/nestjs-stripe

0.3.0 (2022-01-24)

  • feat!: update libraries to support Nest 8 (#342) (de7cd35), closes #342

BREAKING CHANGES

  • Nest dependencies have been bumped from 6.x -> 8.x and we will no longer be supporting versions older than 8.x for future development

Co-authored-by: Christophe BLIN cblin@monkeyfactory.fr Co-authored-by: danocmx glencocomaster@centrum.cz Co-authored-by: Rodrigo monstawoodwow@gmail.com Co-authored-by: Jesse Carter jesse.r.carter@gmail.com

0.2.3 (2022-01-19)

Note: Version bump only for package @golevelup/nestjs-stripe

0.2.2 (2021-10-06)

Note: Version bump only for package @golevelup/nestjs-stripe

0.2.1 (2021-06-08)

Note: Version bump only for package @golevelup/nestjs-stripe

0.2.0 (2021-05-17)

Features

  • stripe: add ability to use custom decorators on controller (ebe8e72)

0.1.0 (2020-09-02)

Features

  • stripe: restrict event string to valid set (76d8119), closes #170

0.0.5 (2020-05-13)

Bug Fixes

  • stripe, hasura: forRootAsync dynamic controllers (c4d10bf), closes #148

0.0.1-rc.0 (2020-04-08)

Features

  • stripe: new stripe package (ffbcc86)