Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libcouchbase3 for merge #3570

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

lemenkov
Copy link
Contributor

@lemenkov lemenkov commented Feb 2, 2025

Summary
Make module cachedb_couchbase compatible with @couchbase's libcouchbase ver. 3.

Details
libcouchbase ver. 3 broke API and already 5 years old. Let's make this module compatible with this library. See also PR #2913 and #2389.

Compatibility
Module will require libcouchbase >= 3.0.0.

Closing issues
N/a.

It's no longer practical since API V3 is completely different.

Signed-off-by: Peter Lemenkov <[email protected]>
Signed-off-by: Peter Lemenkov <[email protected]>
Signed-off-by: Peter Lemenkov <[email protected]>
Signed-off-by: Peter Lemenkov <[email protected]>
Signed-off-by: Peter Lemenkov <[email protected]>
Signed-off-by: Peter Lemenkov <[email protected]>
Signed-off-by: Peter Lemenkov <[email protected]>
Copy link

github-actions bot commented Mar 5, 2025

Any updates here? No progress has been made in the last 30 days, marking as stale.

@github-actions github-actions bot added the stale label Mar 5, 2025
@bogdan-iancu
Copy link
Member

@lemenkov , thank you for this great work. As I do not have much experience with CouchDB, I have to 100% rely on your testing and consistency on this work.
BTW, I assume the new version is no longer compatible with pre ver. 3 CouchDB API, right? If so, is this something to worry?

@bogdan-iancu bogdan-iancu self-assigned this Mar 5, 2025
@stale stale bot removed stale labels Mar 5, 2025
@lemenkov
Copy link
Contributor Author

lemenkov commented Mar 7, 2025

@lemenkov , thank you for this great work. As I do not have much experience with CouchDB, I have to 100% rely on your testing and consistency on this work. BTW, I assume the new version is no longer compatible with pre ver. 3 CouchDB API, right? If so, is this something to worry?

Yes, unfortunately. It's not compatible anymore with pre-3.xy versions. I've tried to keep it compatible but the amount of work was too much at that time.

@bogdan-iancu
Copy link
Member

I see... any idea of how widely the pre-2.xy versions are still used by distros? as if not, we should consider acceptable the lost of compatibility with the old versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants