Releases: folio-org/raml-module-builder
Releases · folio-org/raml-module-builder
v33.0.0-pre2
Changes and improvements:
- RMB-826 Only use postgresTester (testContainers) on "empty" db configuration
- RMB-602 PostgresClient futurisation for Vert.x 4, Part 1
- RMB-814 PostgresClient futurisation for Vert.x 4, Part 2
- RMB-783 ClientGenerator futurisation for Vert.x 4
- RMB-789 Remove support of EmbeddedPostgres
- RMB-796 ClientGenerator: add new HttpClient constructor, explain "close"
- RMB-717 Deprecate HttpClientInterface, HttpModuleClient2, HttpClientMock2
- RMB-812 Make PostgresClientStreamResult public
Fixes:
- RMB-829 Suppress "Table audit_... NOT FOUND" in loadDbSchema()
- RMB-823 Update maven.indexdata.com url
- RMB-819 Atomic batch PostgresClient.execute with List
- RMB-810 domain-models-maven-plugin can not be resolved
- RMB-808 METHOD_URL of AnnotationGrabber should not be a "half" regular expression
- RMB-784 Reenable DB_CONNECTIONRELEASEDELAY
- RMB-586 == foreign key sub-field query causes "missing FROM-clause" error
v32.2.1
v33.0.0-pre1
v32.2.0
New API features:
- RMB-741 PostgresClient.withTransaction
- RMB-483 TestContainers instead of postgresql-embedded
- RMB-601 PgUtil futurisation for Vert.x 4
- RMB-806 TenantClient: async utility
Other changes:
- RMB-519 Default
Accept: */*
,Content-Type: application/json
- RMB-768 Default log4j2 logging should be line based patternlayout
- RMB-786 Change OL trigger notice level
Bugs fixed:
v32.0.2
v32.1.0
v32.0.1
v32.0.0
New features (some of which are breaking changes):
- RMB-609 Update to Vert.x 4.0.0
- RMB-655 Add default metrics to RMB: Outgoing API calls
- RMB-669 Add default metrics to RMB: incoming API calls
- RMB-720 Replace DropWizard with Micrometer InfluxDB metrics options
- RMB-727 Implement support for optimistic locking
- RMB-754 Provide implementation for the async tenant API
- RMB-772 Persist tenant operation
- RMB-389 PgUtil.delete by CQL
- RMB-388 PostgresClient.getById with transaction, with "SELECT … FOR UPDATE"
- RMB-735 Reject unsupported sort modifiers in getWithOptimizedSql
- RMB-736 Enable Prometheus support for micrometer metrics
- Use okapi-common 4.5.0 (which is also using Vert.x 4.0.0)
Fixes: