All Versions
65
Latest Version
Avg Release Cycle
21 days
Latest Release
1733 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.6.8 Changes
December 01, 2020Patch Changes
- ๐ [3.x.x/plugins] backport fix for generation of self referencing types #949 @dariuszkuc
-
v3.6.7 Changes
November 13, 2020 -
v3.6.6 Changes
October 29, 2020 -
v3.6.5 Changes
October 25, 2020Patch 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.
- update parameterizedType cache used by the clients to use concurrent hash map - when client was used in multithreaded environment it was possible to encounter
-
v3.6.4 Changes
September 21, 2020๐ Rerelease of 3.6.3 as there was publishing issues
-
v3.6.3 Changes
September 17, 2020Patch Changes
- [client 3.x.x] fix generation of duplicate classes (#884)
-
v3.6.2 Changes
September 04, 2020 -
v3.6.1 Changes
August 04, 2020 -
v3.6.0 Changes
August 03, 2020 -
v3.5.1 Changes
July 31, 2020Patch Changes
Non-version Changes
- ๐ [docs] update latest released version to 3.5.0 (#820) @dariuszkuc