Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
1
-
SDK13: Coll/Txn/Docs More Chip
Description
There are a few legacy internal interfaces that need to be removed. For sdk3, there is new public interface for most of this functionality either implemented or to be implemented.
Attachments
For Gerrit Dashboard: PYCBC-784 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
125484,5 | PYCBC-784: Remove/move/mark "internal" Admin methods/class | master | couchbase-python-client | Status: MERGED | +2 | +1 |
This isn't part of the public API so these functions should probably be one of:
1. moved back to couchbase_core
2. marked as @internal
3. moved to the most relevant management class
4. removed if obsolete