Skip to content

Releases: n1ru4l/envelop

October 17, 2023

17 Oct 22:29
2277ce2
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

  • 27c0f705
    Thanks @ardatan! - Downgrade graphql-jit to the latest working
    version

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Minor Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

October 16, 2023

16 Oct 08:11
f3cc96c
Compare
Choose a tag to compare

@envelop/[email protected]

Major Changes

  • #1986
    68e7a2a5
    Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
    is dropped.

  • #1939
    f7ef03c0
    Thanks @EmrysMyrddin! - The addPlugin function now insert the
    plugin in place in the plugin list, leading to a more predictable execution order.

    Breaking Change: This change alter the execution order of plugins. This can break some plugins
    that was relying on the fact the addPlugin allowed to push a plugin to the end of the plugin
    list.

    If it is the case, the best fix is to reorder the plugin list and ensure the plugin is in the
    right position, after all its dependencies.

Patch Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

Patch Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

Patch Changes

@envelop/[email protected]

Major Changes

Patch Changes

  • #1999
    [aba3c5c6](https:...
Read more

October 12, 2023

12 Oct 12:24
ffe21e3
Compare
Choose a tag to compare

@envelop/[email protected]

Minor Changes

  • #1970
    b2ce17e2
    Thanks @EmrysMyrddin! - Automatically add the entities id to
    the request document. This change allows the plugin to not require anymore each query to carefuly
    include all keys of all entities.

@envelop/[email protected]

Patch Changes

October 11, 2023

11 Oct 12:21
1de7f25
Compare
Choose a tag to compare

@envelop/[email protected]

Major Changes

Patch Changes

@envelop/[email protected]

Minor Changes

@envelop/[email protected]

Patch Changes

September 28, 2023

28 Sep 19:40
6d623c4
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

  • #1964
    6f55fe9a
    Thanks @ardatan! - Provide a custom JSON serializer in stringify
    property so you can use it in your server implementation like;

    const result = await enveloped.execute(...);
    const resultInStr = result.stringify(result);

September 28, 2023

28 Sep 00:27
395727a
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

  • #1911
    dee6b8d2
    Thanks @EmrysMyrddin! - The context is now referentialy stable.
    It means the context passed to all hooks and to all resolver is guaranted to always be the same
    object instance. This unique object instance will be mutated as needed to extend the context.

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

Read more

September 08, 2023

08 Sep 14:35
a08a9d1
Compare
Choose a tag to compare

@envelop/[email protected]

Minor Changes

@envelop/[email protected]

Patch Changes

August 31, 2023

31 Aug 12:45
9eeb391
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Minor Changes

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

June 22, 2023

22 Jun 15:12
2a56794
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

  • #1606
    58085615
    Thanks @ardatan! - Fix
    Cannot read properties of null (reading 'namestate') error when NewRelic env vars are invalid

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Minor Changes

  • #1603
    ea907c60
    Thanks @ardatan! - Support for
    directive @cacheControl(maxAge: Int) on FIELD_DEFINITION | OBJECT | INTERFACE | UNION

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

June 14, 2023

14 Jun 12:59
1278d6e
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

  • #1873
    914d78c3
    Thanks @ardatan! - Do not revisit cached parser result which adds
    extra __typename properties in the execution result

@envelop/[email protected]

Patch Changes