Releases: bitnine-oss/agensgraph-jdbc
Releases · bitnine-oss/agensgraph-jdbc
1.4.3.42_2_27.jre7
- 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
- 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
feat: Support getKeys()
and getTypedValue()
AgensGraph JDBC Driver 1.4.1
JsonbUtil
,JsonbArrayBuilder
, andJsonbObjectBuilder
now supportIterable
andMap
for their values.- Support
containsKey()
and getters with default value
AgensGraph JDBC Driver 1.4.0
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