Skip to content

Conversation

@pingyu
Copy link
Collaborator

@pingyu pingyu commented Jan 20, 2026

Summary

  • Remove the apiv2-no-prefix Cargo feature and make API V2 “no prefix” behavior always available.

What changed

  • Delete apiv2-no-prefix feature from Cargo.toml and remove it from Makefile feature/test flags (Cargo.toml, Makefile).
  • Make Keyspace::ApiV2NoPrefix and TransactionClient::new_with_config_api_v2_no_prefix unconditional (no longer #[cfg(feature = "apiv2-no-prefix")]) (src/request/keyspace.rs, src/transaction/client.rs).
  • Mark Keyspace as #[non_exhaustive].
  • Update README dependency version to 0.4 (README.md:20).

Notes

  • Breaking changes are expected for the 0.4.0 bump

Signed-off-by: Ping Yu <yuping@pingcap.com>
Signed-off-by: Ping Yu <yuping@pingcap.com>
Signed-off-by: Ping Yu <yuping@pingcap.com>
@ti-chi-bot ti-chi-bot bot added dco-signoff: yes Indicates the PR's author has signed the dco. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 20, 2026
@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Jan 20, 2026
@ti-chi-bot ti-chi-bot bot added the lgtm label Jan 20, 2026
@ti-chi-bot
Copy link

ti-chi-bot bot commented Jan 20, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: coocood, iosmanthus

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot removed the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Jan 20, 2026
@ti-chi-bot
Copy link

ti-chi-bot bot commented Jan 20, 2026

[LGTM Timeline notifier]

Timeline:

  • 2026-01-20 14:12:56.900573318 +0000 UTC m=+503204.514530164: ☑️ agreed by iosmanthus.
  • 2026-01-20 15:39:57.131346019 +0000 UTC m=+508424.745302865: ☑️ agreed by coocood.

@ti-chi-bot ti-chi-bot bot merged commit 061c8d1 into tikv:master Jan 20, 2026
7 checks passed
pingyu added a commit to pingyu/client-rust that referenced this pull request Jan 21, 2026
 

Signed-off-by: Ping Yu <yuping@pingcap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved dco-signoff: yes Indicates the PR's author has signed the dco. lgtm size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants