Skip to content

Releases: weXsol/Couchbase

Midsummer delight

27 Jun 16:25
Compare
Choose a tag to compare
Midsummer delight Pre-release
Pre-release

Highlights

  • JSON conversion to Xquery3 & vice versa has been simplified and thus stabilized
    • Fixed NPEs in cornercases in conversion after not public release v0.5.6
  • Upgrade of drivers

JSON conversion improvement

29 Mar 18:46
Compare
Choose a tag to compare
Pre-release

This release addresses some issue where Maps with long values could not be converted.

JSON conversion

26 Mar 17:47
Compare
Choose a tag to compare
JSON conversion Pre-release
Pre-release

Highlights:

  • This release addresses some issues with the conversion of the XQuery3.1 JSON classes into the CouchbaseJSON classes.
  • Upgrade to latest version of the driver.
  • Changed values voor connectionTimeout and kvTimeout. More to be found in the documentation.

Preparing for eXist-db 3.0

15 Feb 21:06
Compare
Choose a tag to compare
Pre-release
  • checked compatibility
  • updated documentation in wiki
  • static code checks
  • made nice library with icon

Full native JSON support

09 Nov 20:43
Compare
Choose a tag to compare
Pre-release

Fix of some JSON conversion bugs: now it is possible to convert XQuery JSON to Couchbase JSON and vice versa ! Even large complex structures :-)

All functions that

  • handle JSON as input, now accept both JSON as a string and as a JSON structure.
  • that produce JSON, return a native JSON object.

I think this version should be a Release candidate....

Native JSON support

02 Nov 21:23
Compare
Choose a tag to compare
Native JSON support Pre-release
Pre-release

This pre-release introduces native xquery 3.1 JSON support for some functions.

a newer version is at https://github.com/dizzzz/Couchbase/releases/tag/v0.5.2

Ready for eXist-db v3.x

19 Oct 18:19
Compare
Choose a tag to compare
Pre-release

This release is the same as release https://github.com/dizzzz/Couchbase/tree/v0.1.1 but

  • made compatible with eXist-db 3.0
  • updated driver to latest version

Indian Summer Release mkII

14 Oct 20:58
Compare
Choose a tag to compare
Pre-release

Improved errorhandling

compatible with eXist-db 2.2

Indian summer release

13 Oct 19:05
Compare
Choose a tag to compare
Indian summer release Pre-release
Pre-release

Small changes

note: I havent seen the n1ql working, yet (there is an endless loop probing a not-existing port it seems). A database restart is required to get things solved again

This release is made to have a startpoint to start development of exist v3 compatibility

Manage design documents

08 Jul 19:55
Compare
Choose a tag to compare
Pre-release

Added management of design documents
Upgraded jar files