Releases: folio-org/raml-module-builder
Releases · folio-org/raml-module-builder
29.1.4
29.1.3
v29.1.2
- RMB-533 Performance: Fix lower/f_unaccent usage by checking all 5 index types
v29.1.1
- RMB-532 Fix Criterion get does not select id (only jsonb)
v29.1.0
- RMB-529 Upgrade Vert.x 3.8.4 fixing Netty HTTP request smuggling
- RMB-471 Fix ddlgen/Index.java StringBuilder code smells
- RMB-486 Use indexed id fields in foreign tables, such as
holdingsRecords.permanentLocationId==abc*
from mod-inventory-storage - RMB-487 support also field[*] notation
- RMB-404 Use org.folio.okapi.common.SemVer rather than copying Apache
Maven code - RMB-506 Estimate hit counts
- RMB-522 TenantLoading in sequence - rather than parallel
- RMB-523 TenantLoading Retry with 422 for PUT/POST attempt
- RMB-524 TenantLoading does not work on Windows (path problem)
- RMB-528 schema.json's fromModuleVersion messy and buggy
v29.0.1
- Release, but bump version for Jenkins to build artifacts
v29.0.0
- #559 Update jackson to 2.10.1
- RMB-518 Extract index2sqlText and index2sqlJson for reuse
- RMB-516 Rename Cql2SqlUtil.hasCqlWildCardd to hasCqlWildCard
- RMB-514 Update to aspectj 1.9.4 and aspectj-maven-plugin 1.11
- RMB-511 Use log4js MDC class, rather than slf4j
- RMB-510 Breaking change: POST
/_/tenant
requires JSON body with module_to - RMB-509 POST /_/tenant returns invalid JSON:
"[ ]"
- RMB-508 Integration tests for
/_/tenant
with X-Okapi-Request-Id - RMB-507 TenantAPI POST NullPointerException if tenant already exists
- RMB-497 Replace JSQL parser by using SqlSelect from CQL2PgJSON