Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golevelup/nestjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @golevelup/nestjs-graphql-request@0.1.12
Choose a base ref
...
head repository: golevelup/nestjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @golevelup/nestjs-graphql-request@0.1.13
Choose a head ref
  • 18 commits
  • 40 files changed
  • 12 contributors

Commits on Jul 16, 2022

  1. 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
    sgarner authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    132c6c5 View commit details
    Browse the repository at this point in the history
  2. chore: publish

     - @golevelup/nestjs-hasura@3.0.0
     - @golevelup/nestjs-rabbitmq@3.0.0
     - @golevelup/nestjs-stripe@0.4.0
    WonderPanda committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    48bf315 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. 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>
    dependabot[bot] and underfisk authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    be6b286 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] and underfisk authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    ec8d41e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. 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
    craigotis authored and WonderPanda committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    3f554c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a8fd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b81b923 View commit details
    Browse the repository at this point in the history
  4. chore: publish

     - rabbitmq-integration@2.5.0
     - @golevelup/nestjs-rabbitmq@3.1.0
    WonderPanda committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    6dbc2cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d26ad5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. 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
    muhammadzadeh authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b283945 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8677988 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. 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
    craigotis-hh authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    cc9ed6d View commit details
    Browse the repository at this point in the history
  2. chore: update Nestjs to v9 (#481)

    * chore: update nest.js to 9
    
    * fix: raw body middleware tests
    
    Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
    alko89 and underfisk authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a1ae3dd View commit details
    Browse the repository at this point in the history
  3. 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>
    ivorpad and underfisk authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    86db549 View commit details
    Browse the repository at this point in the history
  4. 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>
    HHongSeungWoo and underfisk authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    87d67e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. 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>
    lucas-silveira and underfisk authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    9986b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed1b80 View commit details
    Browse the repository at this point in the history
  3. chore: publish

     - 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
    WonderPanda committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3d177ad View commit details
    Browse the repository at this point in the history
Loading