mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
5.5 KiB
5.5 KiB
@graphql-hive/core
0.8.2
Patch Changes
- #5676
c728803Thanks @kamilkisiela! - Correct collection of enum values when used in a list
0.8.1
Patch Changes
- #5667
be5d39cThanks @kamilkisiela! - Report enum values when an enum is used as an output type
0.8.0
Minor Changes
- #5401
3ffdb6eThanks @n1ru4l! - Deduplicate persisted document lookups from the registry for reducing the amount of concurrent HTTP requests.
0.7.1
Patch Changes
- #5367
a896642Thanks @kamilkisiela! - Move createSupergraphSDLFetcher to @graphql-hive/core package
0.7.0
Minor Changes
Patch Changes
- #5361
3f03e7bThanks @kamilkisiela! - Fixed issue where usage reports were sent only on app disposal or max batch size, now also sent at set intervals.
0.6.1
Patch Changes
- #5304
f2fef08Thanks @kamilkisiela! - Fixed a logging issue where both initiated requests and successful responses were being recorded. This was causing the logs to be filled with unnecessary information and affectedhive artifact:fetch --artifactcommand.
0.6.0
Minor Changes
0.5.0
Minor Changes
- #5116
f1e43c6Thanks @dotansimha! - AddedcollectRawUsageto Hive Client core package
0.4.0
Minor Changes
- #5097
b8998e7Thanks @kamilkisiela! - Add retry mechanism to the http client
0.3.1
Patch Changes
- #4932
cbc8364Thanks @n1ru4l! - Prevent failing usage reporting when returning an object with additional properties aside fromnameandversionfrom the client info object/factory function.
0.3.0
Minor Changes
-
#4573
06d465eThanks @kamilkisiela! - Moved most of @graphql-hive/client code here -
#4494
c5eeac5Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+
0.2.4
Patch Changes
- #4328
bb0ff23Thanks @Hebilicious! - Use node specifier for crypto import
0.2.3
Patch Changes
- #668
e116841Thanks @kamilkisiela! - Fix ESM/CJS issue
0.2.2
Patch Changes
ad66973: Bump
0.2.1
Patch Changes
0a5dbeb: Point to graphql-hive.com
0.2.0
Minor Changes
- ac9b868c: Support GraphQL v16
0.1.0
Minor Changes
- d7348a3: Hide literals and remove aliases
Patch Changes
- d7348a3: Pick operation name from DocumentNode
0.0.5
Patch Changes
- c6ef3d2: Bob update
0.0.4
Patch Changes
- 4a7c569: Share operation hashing
0.0.3
Patch Changes
- 6b74355: Fix sorting
0.0.2
Patch Changes
- 094c861: Normalization of operations