Skip to content

Releases: edgedb/edgedb-java

v0.3.0

03 May 19:46
Compare
Choose a tag to compare

This release adds branching support, v2 protocol & backwards compatible protocol negotiation, and the multirange data type.

Added

  • Add Protocol v2 support (#17)
  • Add MultiRange (#25)
  • Add branch argument support (#32)

Fixed

  • Fix multi-link deserialization (#28)
  • Fix: Don't parse if no args and result (#30)

Full Changelog: 0.2.3...0.3.0

v0.2.3

20 Oct 18:05
Compare
Choose a tag to compare

This release includes more bug fixes

Fixed

  • Fixed cloud connection argument bug with JSON (a89822d)
  • Fixed deadlock in reconnection logic (#23)

v0.2.2

10 Oct 16:14
Compare
Choose a tag to compare

This release fixes a few bugs with the binding.

Added

  • Added AutoCloseable to EdgeDBClient (2a54501).

Fixed

  • Fixed a deadlock with transactions (#22).
  • Fixed deserializing primitives on object types (#20).

v0.2.1

26 Jul 13:22
Compare
Choose a tag to compare

This release fixes an issue with deserializing large data sets.

Fixed

  • Fixed data deserialization issues when spanning >16k bytes by @quinchs in #16

v0.2.0

21 Jul 21:14
Compare
Choose a tag to compare

This release adds cloud instance support, HTTP binary protocol support, and general bug fixes.

Added

  • Added message timeout & default for builders by @quinchs in #4
  • Added cloud instance support by @quinchs in #11
  • Added HTTP binary client by @quinchs in #10
  • Added support for database config in project metadata by @quinchs in #14

Fixed

Full Changelog: https://github.com/edgedb/edgedb-java/commits/0.2.0