What's Changed
- We're upgrading to Connect-ES and Protobuf-ES version 2.
- Query keys have been revamped and support finer grained control.
- We're introducing a new core package.
Tip
If you are already using Connect, see our migration guide to upgrade to version 2.
Full Changelog
- Introduce connect-query-core package by @paul-sachs in #357
- Handle structural sharing by @timostamm in #414
- Port to v2 by @srikrsna-buf in #389
- Remove option for AbortSignal from useMutation by @timostamm in #422
- Support disabled queries consistently by @timostamm in #427
- Replace disableQuery with skipToken by @timostamm in #428
- Remove CallOptions by @timostamm in #436
- Introduce function to create transport keys by @timostamm in #437
- Use
createMessageKey
to create query keys by @gilwong00 in #440 - Update query keys for partial matching by @timostamm in #441
- Add utility to support explicit key on transport by @paul-sachs in #444
- Update createProtobufSafeUpdater by @timostamm in #447
- Remove defaultOptions by @timostamm in #445
- Replace
MethodUnaryDescriptor
withDescMethodUnary
from@bufbuild/protobuf
by @srikrsna-buf in #448 - Enforce cardinality as required prop for key by @paul-sachs in #450