Skip to content

Releases: bitnine-oss/agensgraph-jdbc

1.4.3.42_2_27.jre7

05 Jan 05:43
80e1ff2
Compare
Choose a tag to compare
  • feat: Support the graph array
  • fix: Cannot convert jsonb string to number. (AG-120)
  • Upgrade PostgreSQL JDBC Driver to 42.2.27.jre7

https://github.com/bitnine-oss/agensgraph-jdbc/blob/master/VERSION.md

1.4.3

05 Jan 06:46
df4f0de
Compare
Choose a tag to compare
  • feat: Support the graph array
  • fix: Cannot convert jsonb string to number. (AG-120)
  • Upgrade PostgreSQL JDBC Driver to 42.5.1

https://github.com/bitnine-oss/agensgraph-jdbc/blob/master/VERSION.md

AgensGraph JDBC Driver 1.4.2

11 Jan 02:13
Compare
Choose a tag to compare

feat: Support getKeys() and getTypedValue()

AgensGraph JDBC Driver 1.4.1

19 Dec 03:04
Compare
Choose a tag to compare
Pre-release
  • JsonbUtil, JsonbArrayBuilder, and JsonbObjectBuilder now support Iterable and Map for their values.
  • Support containsKey() and getters with default value

AgensGraph JDBC Driver 1.4.0

14 Oct 13:14
Compare
Choose a tag to compare
feat: Reorganize code

* Improve `Vertex`, `Edge`, and `Path` class
* Fix bugs in parsing routine for `graphpath` type
  * Merge the logic into `Path` and remove `TopCommaTokenizer`
* Change `GID` to `GraphId` and improve it
* Improve `Jsonb` and move it to `net.bitnine.agensgraph.util` package
* Introduce `AgConnection`, `AgStatement`, and `AgResultSet`
  * Remove surrounding '"' character from JSON string
  * Handle JSON values properly
* Improve named parameter feature
  * Introduce `AgPreparedStatement`
  * Merge features in `NamedParameterStatement` into `AgPreparedStatement`
  * Improve parsing routine for named parameters
* Rewrite the API to create JSON value
  * Introduce `JsonUtil`, `JsonbArrayBuilder`, and `JsonbObjectBuilder`
  * Remove `JsonArray` and `JsonObject`
* Remove unused classes
  * `AbstractDatabaseMetaData`
  * `AgensGraphConnection`
  * `AgensGraphDatabaseMetaData`
* Remove all existing tests and write unit tests
* Upgrade PostgreSQL JDBC Driver from 42.1.1.jre7 to 42.1.4.jre7
* Change version from 1.3.2 to 1.4.0
* Update README