Skip to content

Releases: n1ru4l/envelop

April 02, 2024

02 Apr 12:26
d7f6da0
Compare
Choose a tag to compare

@envelop/graphql-jit@8.0.3

Patch Changes

@envelop/opentelemetry@6.3.0

Minor Changes

@envelop/sentry@9.0.0

Major Changes

  • #2163
    7686b33
    Thanks @MarcelCutts! - Removed includedResolverArgs from
    SentryPluginOptions as it lead to no functionality.

March 18, 2024

18 Mar 21:43
40f7d1b
Compare
Choose a tag to compare

@envelop/graphql-jit@8.0.2

Patch Changes

March 13, 2024

13 Mar 14:04
62c5e10
Compare
Choose a tag to compare

@envelop/prometheus@9.4.0

Minor Changes

January 24, 2024

24 Jan 14:04
beb4c75
Compare
Choose a tag to compare

@envelop/prometheus@9.3.1

Patch Changes

January 18, 2024

18 Jan 15:23
cdb6b4d
Compare
Choose a tag to compare

@envelop/prometheus@9.3.0

Minor Changes

January 18, 2024

18 Jan 14:45
13bb9ff
Compare
Choose a tag to compare

@envelop/prometheus@9.2.0

Minor Changes

  • #2142
    4c11530
    Thanks @ardatan! - - Ability to hide operationName and operationType
    in the labels
    • Count schema changes
    • Catch errors during the context creation

January 18, 2024

18 Jan 12:13
8476c3d
Compare
Choose a tag to compare

@envelop/opentelemetry@6.2.1

Patch Changes

January 18, 2024

18 Jan 11:43
c7c5f5e
Compare
Choose a tag to compare

@envelop/opentelemetry@6.2.0

Minor Changes

Patch Changes

December 12, 2023

12 Dec 10:05
a978d73
Compare
Choose a tag to compare

@envelop/sentry@8.0.0

Major Changes

  • aff6ea0
    Thanks @EmrysMyrddin! - Allow to provide the context type as a
    generic parameter

    Breaking Change: Since this introduces a typed context as a generic, TS will not always infer
    the correct type for you. If you have a custom Context type, please consider explicitly pass this
    context type as a generic argument:

    cont yoga = createYoga<CustomContext>({
      plugins: [
        useSentry<CustomContext>({
          //...
        })
      ]
    })

December 12, 2023

12 Dec 09:55
c8fbe64
Compare
Choose a tag to compare

@envelop/sentry@7.1.1

Patch Changes

  • 398564c
    Thanks @EmrysMyrddin! - Revert the addition of a typed context
    since it is a breaking change. This will be re-added in a major release.