All Versions
65
Latest Version
Avg Release Cycle
21 days
Latest Release
1733 days ago

Changelog History
Page 2

  • v3.6.8 Changes

    December 01, 2020

    Patch Changes

    • ๐Ÿ”Œ [3.x.x/plugins] backport fix for generation of self referencing types #949 @dariuszkuc
  • v3.6.7 Changes

    November 13, 2020

    Patch Changes

    • โšก๏ธ [3.x.x] Update error message for invalid field selection (#936) @smyrick
  • v3.6.6 Changes

    October 29, 2020

    Patch Changes

    • [3.x.x][generator] Only add directives with valid locations (#924) @smyrick
  • v3.6.5 Changes

    October 25, 2020

    Patch Changes

    ๐Ÿ›  [3.x.x] backport fixes for client concurrency and custom scalars bug #917

    ๐Ÿ›  Fixes:

    • update parameterizedType cache used by the clients to use concurrent hash map - when client was used in multithreaded environment it was possible to encounter ConcurrentModificationException when multiple threads attempted to compute parameterized type. .
    • fix client generation when selecting custom scalars - when custom scalars (with converters) were referenced multiple times from selection set (e.g. from a common fragment) we would attempt to unwrap the converted scalar type when comparing generated object properties and next selection set fields. As a result even though it was the same selection we could still end up with multiple duplicate classes. Added explicit check to verify whether unwrapped property type is auto converted scalar type.
  • v3.6.4 Changes

    September 21, 2020

    ๐Ÿš€ Rerelease of 3.6.3 as there was publishing issues

  • v3.6.3 Changes

    September 17, 2020

    Patch Changes

    • [client 3.x.x] fix generation of duplicate classes (#884)
  • v3.6.2 Changes

    September 04, 2020

    Patch Changes

    • ๐Ÿšš [client] Remove duplicate header (#867) @smyrick
  • v3.6.1 Changes

    August 04, 2020

    Urgent bug fix. Do not use 3.6.0

    Patch Changes

    • [generator] Nullability additional input checks (#829) @smyrick
  • v3.6.0 Changes

    August 03, 2020

    ๐Ÿฑ โš ๏ธ DO NOT USE โš ๏ธ

    ๐Ÿš‘ There was a critical bug for schema generation fixed here: #829 and 3.6.1

    Minor Changes

    • โž• Add new hook to override the isValidAdditionalType check (#826) @smyrick
  • v3.5.1 Changes

    July 31, 2020

    Patch Changes

    • [generator] Do not add interfaces for input additional types (#821) @smyrick

    Non-version Changes

    • ๐Ÿš€ [docs] update latest released version to 3.5.0 (#820) @dariuszkuc