v2.0.0-beta.1
Pre-release
Pre-release
What's Changed
This is a pre-release for version 2, which includes a couple of new features, namely revamped query keys, and supports Protobuf-ES v2.
- Port to v2 by @srikrsna-buf in #389
- Update documentation for plugin options import_extension and ts_nocheck by @timostamm in #413
- Handle structural sharing by @timostamm in #414
- Introduce function to create message keys by @timostamm in #416
- 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 - Update docs by @timostamm in #449
- Enforce cardinality as required prop for key by @paul-sachs in #450
New Contributors
- @gilwong00 made their first contribution in #440
Full Changelog: v1.4.2...v2.0.0-beta.1