Releases: connectrpc/connect-query-es
Releases · connectrpc/connect-query-es
v2.0.0
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
v2.0.0-rc.3
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.
- Fix createinfinitequeryoptions skiptoken usage by @paul-sachs in #478
- Introduce connect-query-core package by @paul-sachs in #357
- Remove queryKeyHashFn to allow default query client access to queries by @paul-sachs in #470
- Add overload to make sure createQueryOptions only returns skipToken when could be passed skipToken by @paul-sachs in #469
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.3
v2.0.0-rc.2
v2.0.0-rc.1
What's Changed
This is a release candidate for version 2.
Full Changelog: v2.0.0-beta.2...v2.0.0-rc.1
2.0.0-beta.3
What's Changed
- Fix and update peer dependencies by @timostamm in #458
Full Changelog: v2.0.0-beta.2...2.0.0-beta.3
v2.0.0-beta.1
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
v2.0.0-beta.2
v1.4.2
What's Changed
- Remove "module" export condition to prevent confusion with webpack by @paul-sachs in #407
Full Changelog: v1.4.1...v1.4.2
v1.4.1
v1.4.0
What's Changed
- Need mutation context generic to support passing context by @paul-sachs in #359
- Make sure generated keys include defaults by @paul-sachs in #366
Full Changelog: v1.3.1...v1.4.0