Skip to content

Releases: Escape-Technologies/graphql-armor

@escape.tech/[email protected]

10 Oct 10:33
Compare
Choose a tag to compare

Minor Changes

  • 3b204b6: refactor(apollo): throwOnRejection #220

    • throwOnRejection became propagateOnRejection.

    • Apollo will now report to context by default.
      Errors might be very verbose but this is the best way to handle it until Apollo Server 4 is released.
      If you want to still throw errors, you can use the onReject callback, however, you will need to handle the HTTP 500 afterwards yourself.

@escape.tech/[email protected]

10 Oct 10:33
Compare
Choose a tag to compare

Minor Changes

  • 3b204b6: refactor(apollo): throwOnRejection #220

    • throwOnRejection became propagateOnRejection.

    • Apollo will now report to context by default.
      Errors might be very verbose but this is the best way to handle it until Apollo Server 4 is released.
      If you want to still throw errors, you can use the onReject callback, however, you will need to handle the HTTP 500 afterwards yourself.

@escape.tech/[email protected]

10 Oct 10:33
Compare
Choose a tag to compare

Minor Changes

  • 3b204b6: refactor(apollo): throwOnRejection #220

    • throwOnRejection became propagateOnRejection.

    • Apollo will now report to context by default.
      Errors might be very verbose but this is the best way to handle it until Apollo Server 4 is released.
      If you want to still throw errors, you can use the onReject callback, however, you will need to handle the HTTP 500 afterwards yourself.

@escape.tech/[email protected]

10 Oct 10:33
Compare
Choose a tag to compare

Minor Changes

  • 3b204b6: refactor(apollo): throwOnRejection #220

    • throwOnRejection became propagateOnRejection.

    • Apollo will now report to context by default.
      Errors might be very verbose but this is the best way to handle it until Apollo Server 4 is released.
      If you want to still throw errors, you can use the onReject callback, however, you will need to handle the HTTP 500 afterwards yourself.

@escape.tech/[email protected]

10 Oct 10:33
Compare
Choose a tag to compare

Minor Changes

  • 3b204b6: refactor(apollo): throwOnRejection #220

    • throwOnRejection became propagateOnRejection.

    • Apollo will now report to context by default.
      Errors might be very verbose but this is the best way to handle it until Apollo Server 4 is released.
      If you want to still throw errors, you can use the onReject callback, however, you will need to handle the HTTP 500 afterwards yourself.

@escape.tech/[email protected]

10 Oct 10:33
Compare
Choose a tag to compare

Minor Changes

  • 3b204b6: refactor(apollo): throwOnRejection #220

    • throwOnRejection became propagateOnRejection.

    • Apollo will now report to context by default.
      Errors might be very verbose but this is the best way to handle it until Apollo Server 4 is released.
      If you want to still throw errors, you can use the onReject callback, however, you will need to handle the HTTP 500 afterwards yourself.

@escape.tech/[email protected]

30 Sep 13:23
f9d8d41
Compare
Choose a tag to compare

Patch Changes

@escape.tech/[email protected]

30 Sep 13:23
f9d8d41
Compare
Choose a tag to compare

Patch Changes

  • 542b49d: fix:
    Incorrect @escape.tech/graphql-armor-types dependency

@escape.tech/[email protected]

30 Sep 13:23
f9d8d41
Compare
Choose a tag to compare

Patch Changes

  • 542b49d: fix:
    Incorrect @escape.tech/graphql-armor-types dependency

@escape.tech/[email protected]

29 Sep 13:29
Compare
Choose a tag to compare

Minor Changes

  • c16a2bb: v1.3.0

    • Feat(plugins)/provide-custom-configuration-callbacks #162
    • Refactor(apollo): changed protection default behavior to contextual report #191
    • Chore(deps): new types packages (@escape.tech/graphql-armor-types)
    • Chore(deps): updated devDependencies

Patch Changes