Releases: folio-org/raml-module-builder
Releases · folio-org/raml-module-builder
v33.1.1
v33.1.0
Fixes:
- RMB-863 Free streamGet PreparedStatement fixing Aggressive DB Memory Consumption
- RMB-538 JSON validation: read-only sub-fields, translation code
- RMB-850 Fix sonarqube bugs + vulnerabilities + security hot spots
New features:
- RMB-403 The 422 message should be human readable (duplicate key, foreign key, invalid uuid, ...)
- RMB-868 PostgresClient.runSQL should append the database exception message
Documentation:
v33.0.3
Fixes:
- RMB-589 Response With Schema Name For Some AdminAPIs
- RMB-628 PgUtil.put should find super.setId(String)
- RMB-859 Remove xerces:xmlParserAPIs dependency
- RMB-862 Update Vert.x to 4.1.2
- RMB-864 Ignore deleted index in schema.json
- RMB-865 Ensure that PgUtil returns 400 (not 500) on invalid CQL and 500 (not 400) on invalid table name
v33.0.2
v33.0.1
v32.2.3
v33.0.0
Unlike pre4, this is using Vert.x 4.1.0.CR1. Use that version in your
project or later version in 4.1.0-series.
Fixes:
- RMB-843 Use percent encoding, not url encoding, for HTTP requests
- RMB-844 Properly report POST tenant with null exception message
Other:
- RMB-847 Update to Vert.x 4.1.0CR1
- Use okapi-common 4.8.0
- Remove loading db conf from url, see discussion of RMB-855.
Upgrading notes: https://github.com/folio-org/raml-module-builder/blob/master/doc/upgrading.md#version-330
v33.0.0-pre4
v33.0.0-pre3
This release fixes a serious problem with pre2 release (RMB-840).
RMB is using Vert.x 4.0.3. Use same Vert.x version in module.
New feature:
- RMB-832 Implement updateBatch for optimistic locking
Fixes:
- RMB-832 Fix upsert for optimistic locking
- RMB-840 IllegalStateException in handleClosed (ConnectionPool)
- RMB-838 Publish source jar and javadoc jar on repository.folio.org
- Bump jersey-media-json-jackson from 2.29.1 to 2.34 (CVE-2021-28168)
- RMB-837 Upgrade vertx-sql-client to v4.0.3-FOLIO
- RMB-834 Fix form key is lost for large value
- RMB-833 Update commons-io from 2.6 to 2.8.0
- RMB-831 raml plugin no generated clients
- RMB-830 foreign key non-alias sub-field - "missing FROM-clause"