-
-
Notifications
You must be signed in to change notification settings - Fork 277
Comparing changes
Open a pull request
base repository: golevelup/nestjs
base: @golevelup/nestjs-graphql-request@0.1.12
head repository: golevelup/nestjs
compare: @golevelup/nestjs-graphql-request@0.1.13
- 18 commits
- 40 files changed
- 12 contributors
Commits on Jul 16, 2022
-
feat!(stripe, hasura): named execution contexts
BREAKING CHANGE: 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
Configuration menu - View commit details
-
Copy full SHA for 132c6c5 - Browse repository at this point
Copy the full SHA 132c6c5View commit details -
- @golevelup/nestjs-hasura@3.0.0 - @golevelup/nestjs-rabbitmq@3.0.0 - @golevelup/nestjs-stripe@0.4.0
Configuration menu - View commit details
-
Copy full SHA for 48bf315 - Browse repository at this point
Copy the full SHA 48bf315View commit details
Commits on Jul 17, 2022
-
build(deps): bump parse-url from 6.0.0 to 6.0.2 (#468)
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/IonicaBizau/parse-url/releases) - [Commits](https://github.com/IonicaBizau/parse-url/commits) --- updated-dependencies: - dependency-name: parse-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for be6b286 - Browse repository at this point
Copy the full SHA be6b286View commit details -
build(deps): bump cross-fetch from 3.1.4 to 3.1.5 (#431)
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ec8d41e - Browse repository at this point
Copy the full SHA ec8d41eView commit details
Commits on Jul 22, 2022
-
feat(rabbitmq): expose consumer tag for cancel & resume
* Returns the ConsumerTag from the setup*Channel() functions, and provides it via an optional callback in the create*() functions
Configuration menu - View commit details
-
Copy full SHA for 3f554c2 - Browse repository at this point
Copy the full SHA 3f554c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13a8fd9 - Browse repository at this point
Copy the full SHA 13a8fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b81b923 - Browse repository at this point
Copy the full SHA b81b923View commit details -
- rabbitmq-integration@2.5.0 - @golevelup/nestjs-rabbitmq@3.1.0
Configuration menu - View commit details
-
Copy full SHA for 6dbc2cd - Browse repository at this point
Copy the full SHA 6dbc2cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d26ad5 - Browse repository at this point
Copy the full SHA 1d26ad5View commit details
Commits on Jul 25, 2022
-
feat(rabbitmq): Added a new decorator @RabbitHeader()
* feat(add_header_decorator): @RabbitHeader() decorator added now we can access provided headers inside consumers * fix(merged): branch merged with parent * fix(rabbit_header): index modified inside RabbitRpcParamsFactory * fix(namedconnectionmodule): rabbit uri changed to its default * fix(doc): emir muhammadzadeh added
Configuration menu - View commit details
-
Copy full SHA for b283945 - Browse repository at this point
Copy the full SHA b283945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8677988 - Browse repository at this point
Copy the full SHA 8677988View commit details
Commits on Jul 27, 2022
-
fix(rabbitmq): properly close the AMQP connections on application shu…
…tdown Rather than returning a Promise from our map() callback, we were returning the function to be called. fix #482
Configuration menu - View commit details
-
Copy full SHA for cc9ed6d - Browse repository at this point
Copy the full SHA cc9ed6dView commit details -
chore: update Nestjs to v9 (#481)
* chore: update nest.js to 9 * fix: raw body middleware tests Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a1ae3dd - Browse repository at this point
Copy the full SHA a1ae3ddView commit details -
fix:(hasura) Fixes schedule event handlers payload (#440)
* fix: scheduled events fix #Fixes schedule event handlers payload * Removed comment Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86db549 - Browse repository at this point
Copy the full SHA 86db549View commit details -
fix(rabbitmq): update uuid library using crypto module
* fix(rabbitmq): update uuid version npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. * fix(rabbitmq): use bulit in uuid * feat: start from v14 ensure we support v14 onwards * fix: mistake Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 87d67e5 - Browse repository at this point
Copy the full SHA 87d67e5View commit details
Commits on Jul 28, 2022
-
feat(rabbitmq): new config property "handlers" (#446)
* feat(component): add a new property handlers to RabbitMQModule config It was added a new property called handlers to RabbitMQModule config in order to be able to use dynamic values in handler configs. fix #445 * fix(rabbitmq): add correct comments in the new properties * feat(rabbitmq): improve constants definition to use the decorator config as default * refactor(rabbitmq): change handlers array to use object instead Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9986b3d - Browse repository at this point
Copy the full SHA 9986b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed1b80 - Browse repository at this point
Copy the full SHA 1ed1b80View commit details -
- rabbitmq-integration@2.6.0 - @golevelup/nestjs-graphql-request@0.1.13 - @golevelup/nestjs-hasura@3.0.1 - @golevelup/nestjs-modules@0.6.1 - @golevelup/nestjs-rabbitmq@3.2.0 - @golevelup/nestjs-stripe@0.4.1 - @golevelup/nestjs-webhooks@0.2.14
Configuration menu - View commit details
-
Copy full SHA for 3d177ad - Browse repository at this point
Copy the full SHA 3d177adView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @golevelup/nestjs-graphql-request@0.1.12...@golevelup/nestjs-graphql-request@0.1.13