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

v2.0.0 #13

Merged
merged 40 commits into from
Jun 17, 2022
Merged

v2.0.0 #13

merged 40 commits into from
Jun 17, 2022

Conversation

ejhayes
Copy link
Owner

@ejhayes ejhayes commented May 14, 2022

This is a major update that covers the following:

  • Update to Node16
  • Update to Nest 8
  • Update all packages (with exception of chalk -- that is staying at version 4)
  • Nestjs-redis -- there is an issue with Nest 8 + redis bug skunight/nestjs-redis#82. This is currently fixed in the repo so this projects references the github repo

And some other updates

  • Fix broken tests
  • Get context logging working again (this has issues with setContext not existing)
  • Ensure proper repopulation of queues in the UI in the event that redis connectivity is lost (otherwise the UI remains empty)
  • Better handling of redis errors -- this is currently throwing redis unhandled errors
  • Support for redis passwords - fixes Allow Redis with a password #3
  • Update test.ts to support bullmq. This was previously using bull instead of bullmq so it'll need to be slightly refactored. Also add a helper script to package.json to assist with local development
  • Redis - loss of connectivity
  • Add support for bull-master
  • Build/deployment updates

📦 Published PR as canary version: 2.0.0--canary.13.ccd5fc3

@github-actions github-actions bot added code Code related changes config Changes affect core configuration dependencies Update one or more dependencies version documentation Changes only affect the documentation tests Add or improve existing tests yaml large labels Jun 17, 2022
@ejhayes ejhayes removed the yaml label Jun 17, 2022
@ejhayes ejhayes added the major Increment the major version when merged label Jun 17, 2022
@ejhayes ejhayes added major Increment the major version when merged and removed major Increment the major version when merged labels Jun 17, 2022
@ejhayes ejhayes marked this pull request as ready for review June 17, 2022 02:19
@ejhayes ejhayes merged commit ab4fd9c into main Jun 17, 2022
@ejhayes ejhayes deleted the feat-node16-nest8 branch June 17, 2022 02:21
@github-actions
Copy link

🚀 PR was released in v2.0.0 🚀

@ejhayes ejhayes changed the title WIP: Node16 / Nest 8 Support v2.0.0 Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Code related changes config Changes affect core configuration dependencies Update one or more dependencies version documentation Changes only affect the documentation large major Increment the major version when merged released tests Add or improve existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Redis with a password
1 participant