etcdv3 / etcd-client

An etcd v3 API client
Apache License 2.0
210 stars 51 forks source link

Add GetResponse::take_kvs() & KeyValue::into_key_value() #70

Closed tisonkun closed 11 months ago

tisonkun commented 11 months ago

cc @davidli2010 I just noticed that GetResponse#take_kvs are ignored in my previous PR - it's needed to avoid copy kvs also.

tisonkun commented 11 months ago

You can take https://github.com/GreptimeTeam/greptimedb/pull/2786/files#r1400126884 as a reference.

tisonkun commented 11 months ago

@davidli2010 Thank you! https://github.com/GreptimeTeam/greptimedb/pull/2786 CI passed. So I assume that this is all the upstream changes we need. I'll appreciate it if you can trigger a new release.

davidli2010 commented 11 months ago

v0.12.3 is released!

tisonkun commented 11 months ago

Thanks a lot!