Releases: folio-org/raml-module-builder
Releases · folio-org/raml-module-builder
v35.3.0
Ramsons (2024 R2) release, see upgrade notes.
New features:
- RMB-993 Set db connection application_name for Postgres' pg_stat_activity
- RMB-994 Cache loading of schema.json in CQL2PgJSON
- RMB-997 Avoid left(...,600) for sqlExpression/sqlExpressionQuery
- RMB-998, RMB-1007 Upgrade dependencies for Ramsons; add license
- RMB-985 Avoid SET ROLE/SET SCHEMA in Shared Pool
- RMB-1000 Provide ObjectMapperTool.valueAsString
- RMB-975 Define DB_HOST_ASYNC_READER, DB_PORT_ASYNC_READER
- RMB-1003 Replace deprecated io.vertx.core.logging.Logger by org.apache.logging.log4j.Logger
- RMB-1008 Upgrade PostgreSQL from 12 to 16 for Ramsons
- RMB-360 db init without superuser/create rule/create schema privileges
Bug fixes:
v35.2.2
v35.2.1
v35.1.3
v35.2.0
Quesnelia release, see upgrade notes.
New features:
- RMB-990 Quesnelia dependencies: Vert.x 4.5.4, jakarta.validation, …
v35.1.2
v35.1.1
Bug fixes:
- RMB-981: maven-shade-plugin 3.5.1 and disabling reduced pom
- RMB-983: Vert.x 4.4.6 fixing netty-codec-http2 DoS (CVE-2023-44487)
v35.1.0
New features:
- RMB-979: Poppy dependencies: Vert.x 4.4.5, log4j 2.20.0, ...
- RMB-978: TESTCONTAINERS_POSTGRES
- RMB-971: Update to Java 17
- RMB-973: If CQL is invalid PgUtil.getStream should log it
- CIRCSTORE-377: Set correct db search_path for tenant_module user
- RMB-970: Add PgExceptionFacade.isVersionConflict()
- RMB-938: Provide postgres-testing containers with read/write split
- RMB-966: sendResponse 204 with body: Content-Length/chunked error
- FOLIO-3678, RMB-964: Use GitHub Workflows api-lint and api-schema-lint and api-doc
- RMB-965: runSqlFile with failed Future on SQL failure
- RMB-962: Report missing snippetPath file in schema.json
- RMB-955: Set search_path when doing "SET ROLE" for shared pool conn
Upgrade notes: https://github.com/folio-org/raml-module-builder/blob/master/doc/upgrading.md#version-351
v35.0.6
v35.0.5
Bug fixes:
- RMB-957 "duplicate key" error on parallel CREATE EXTENSION
- RMB-959, UXPROD-3833: Logging adjustment (NFR) includeTimeMillis
- RMB-960 Upgrade dependencies: Vert.x 4.3.7, aspectj-maven-plugin 1.13.1, ...