Skip to content

Releases: apollographql/apollo-utils

@apollo/[email protected]

03 Apr 19:18
353e9da
Compare
Choose a tag to compare

Patch Changes

@apollo/[email protected]

03 Apr 19:18
353e9da
Compare
Choose a tag to compare

Patch Changes

@apollo/[email protected]

03 Apr 19:18
353e9da
Compare
Choose a tag to compare

Patch Changes

  • #266 ba46d81 Thanks @renovate! - Start building packages with TypeScript v5, which should have no effect for consumers

@apollo/[email protected]

03 Apr 19:18
353e9da
Compare
Choose a tag to compare

Patch Changes

  • #266 ba46d81 Thanks @renovate! - Start building packages with TypeScript v5, which should have no effect for consumers

@apollo/[email protected]

03 Apr 19:18
353e9da
Compare
Choose a tag to compare

Patch Changes

  • #266 ba46d81 Thanks @renovate! - Start building packages with TypeScript v5, which should have no effect for consumers

@apollo/[email protected]

03 Apr 19:18
353e9da
Compare
Choose a tag to compare

Patch Changes

  • #266 ba46d81 Thanks @renovate! - Start building packages with TypeScript v5, which should have no effect for consumers

@apollo/[email protected]

03 Apr 19:18
353e9da
Compare
Choose a tag to compare

Patch Changes

@apollo/[email protected]

07 Mar 02:48
1658066
Compare
Choose a tag to compare

Patch Changes

  • #260 957493f Thanks @trevor-scheer! - Fix issue with KeyvAdapter where Keyv.getMany returns undefined,
    causing KeyvAdapter to violate the DataLoader contract.

    DataLoader always expects a Promise<Array<V>> having the same length
    as the keys that were given to it. This problem stems from a
    shortcoming of the Keyv typings, since it doesn't declare that a
    get([...keys]) can return a singular undefined (but it can in
    the case of errors / Store.getMany can return a singular undefined).

@apollo/[email protected]

09 Dec 21:11
2125ded
Compare
Choose a tag to compare

Minor Changes

  • #236 675409f Thanks @glasser! - New static methods PrefixingKeyValueCache.cacheDangerouslyDoesNotNeedPrefixesForIsolation and PrefixingKeyValueCache.prefixesAreUnnecessaryForIsolation allows you to opt a particular cache out of the prefixing done by a PrefixingKeyValueCache.

@apollo/[email protected]

23 Nov 17:50
c5aaa55
Compare
Choose a tag to compare

Patch Changes

  • #226 bcf0981 Thanks @trevor-scheer! - Fix the version range specified for lru-cache which was previously invalid. Unpin the range now that we've dropped support for node@12
    and this was originally a @types/node@12 issue.