Skip to content

v24.0.0

Choose a tag to compare

@adamdickmeiss adamdickmeiss released this 25 Apr 11:17
· 2165 commits to master since this release
  • RMB-368 Update RMB for non-schema usage and CQLPG-90
    CQL2PgJSON constructors removed:
     CQL2PgJSON(Map<String,String> fieldsAndSchemaJsons)
     CQL2PgJSON(String field, String schemaJson)
     CQL2PgJSON(Map<String,String> fieldsAndSchemaJsons, List<String> serverChoiceIndexes)

Public Criteria removes:

     Criteria(String schema)
     boolean isJSONB()
     String getArrayField()
     void setArrayField(String arrayField)
     String getForceCast()
     Criteria setForceCast(String forceCast)
  • PostgresClient.streamGet: use Void for stream async result handler
  • RMB-357 Increase code coverage of PostgresClient
  • RMB-352 Increase code coverage of PgUtil