cloudant / java-cloudant

A Java client for Cloudant
Apache License 2.0
79 stars 68 forks source link

Is it compatible with CouchDB 3.1.1? #519

Closed lazycodersps closed 3 years ago

lazycodersps commented 3 years ago

Please read these guidelines before opening an issue.

Bug Description

1. Steps to reproduce and the simplest code sample possible to demonstrate the issue

Hi, I am not sure if it is the right place to ask this question or it's a silly question, but just wanted to check if we can use this with CouchDB 3.1.1. Currently we are using ektorp and planning to migrate it to some other java client like yours(java-cloudant, if it is compatible). Thanks for your support.

2. What you expected to happen

3. What actually happened

Environment details

mojito317 commented 3 years ago

Hi @lazycodersps!

Yeah, this lib can be used with CouchDB 3.1.1, but please keep in mind that we don't have any plans to do another major release of this library before it is replaced by our new cloudant-java-sdk(beta) which is also compatible with CouchDB 3.1.1 for data operations.

lazycodersps commented 3 years ago

@mojito317 , Thank you very much for the information.