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(): v9.0.0 release #9588

Merged
merged 172 commits into from Jul 7, 2022
Merged

chore(): v9.0.0 release #9588

merged 172 commits into from Jul 7, 2022

Conversation

kamilmysliwiec
Copy link
Member

@kamilmysliwiec kamilmysliwiec commented May 17, 2022

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe: Major release

What is the current behavior?

Issue Number: N/A

What is the new behavior?

PRs:

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

diesal11 and others added 30 commits September 10, 2021 00:04
Provide access to kafkajs commitOffset by using @ctx() decorator when handeling an event.

This commit closes Kafka commitOffsets #9283.
Error thrown by event handling method are no longer being caught by RcpExecptionFilter.
Instead errors are passed to kafkajs's eachMessage.
This results in proper interaction with kafka.

This commit closes Kafka commitOffsets #9283.
Provide access to native consumer of kafkajs using @ctx() decorator.
i saw reflectMetadata public method in scanner.ts use params backwards
same levele methods in scanner.ts like insertInjectable,
insertExportedProvider, insertController use pararms forward
i think this params order should be fixed
and only params reversed order in reflectMetadata can get hard to read
@yufengwang
Copy link

yufengwang commented Jul 5, 2022

Hi, why this pr is labeled Draft, and when will nestjs version 9 be final released ? thanks

@kamilmysliwiec kamilmysliwiec marked this pull request as ready for review July 7, 2022 07:23
@kamilmysliwiec kamilmysliwiec merged commit 21bd8c3 into master Jul 7, 2022
@delete-merged-branch delete-merged-branch bot deleted the 9.0.0 branch July 7, 2022 07:26
@kamilmysliwiec kamilmysliwiec changed the title chore(): v9.0.0 release (wip) chore(): v9.0.0 release Jul 7, 2022
@yufengwang
Copy link

Great work, but when the new npm package will be published ? thank you

@nestjs nestjs locked and limited conversation to collaborators Jul 7, 2022
@nestjs nestjs locked and limited conversation to collaborators Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet