mirror of
https://github.com/graphql-hive/console
synced 2026-05-21 16:18:31 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8.2 KiB
8.2 KiB
@graphql-hive/core
0.10.1
Patch Changes
-
#6606
ee70018Thanks @enisdenjo! - Client can be used only for experimental persisted documents -
#6623
a003f78Thanks @ardatan! - Use ranged versions in dependencies to prevent multiple versions of the same package
0.10.0
Minor Changes
-
#6574
494697eThanks @n1ru4l! - Add support for providing a target for usage reporting with organization access tokens. This can either be a slug following the format$organizationSlug/$projectSlug/$targetSlug(e.gthe-guild/graphql-hive/staging) or an UUID (e.g.a0f4c605-6541-4350-8cfe-b31f21a4bf80)import { createHive } from '@graphql-hive/core' const hive = createHive({ enabled: true, token: 'ORGANIZATION_ACCESS_TOKEN', usage: { target: 'my-org/my-project/my-target' } })
0.9.1
Patch Changes
- #6494
ae2d16dThanks @n1ru4l! - Replace usage ofcrypto.randomUUID()with a custom UUID generation for better backwards compatability.
0.9.0
Minor Changes
- #6488
f7d65feThanks @n1ru4l! - Include and log ax-request-idheader for all requests sent to the Hive API. This helps users to share more context with Hive staff when encountering errors.
0.8.4
Patch Changes
- #6383
ec356a7Thanks @kamilkisiela! - Collect custom scalars from arguments and input object fields
0.8.3
Patch Changes
- #6118
039c66bThanks @ardatan! - Remove internal_testing_option to replace the underlyingfetchimplementation, and addfetchoption to do the same as part of the public API.
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