Releases: folio-org/raml-module-builder
Releases · folio-org/raml-module-builder
v27.1.2
- RMB-485 RMB modules leak PostgreSQLConnection objects
- RMB-476 PgUtil.post: Return after-trigger value (INSERT ... RETURNING jsonb)
- RMB-482 Dropwizard metrics disabling
- RMB-427 StatsTracker not being synchronized can fail PostgresClient operations when run in parallel
- RMB-469 "multiFieldNames": "firstName , lastName" fails on spaces around the comma
- RMB-470 "multiFieldNames" fail on nested fields (subfields) like proxy.personal.firstName
- RMB-462 fullText / defaultDictionary not used in queries
v27.1.1
- RMB-479 Fix mvn install leaves embedded postgres running
- RMB-478 Fix RMB echoes all headers / FOLIO-2281
v25.0.2
- RMB-478 Fix RMB echoes all headers
v27.1.0
See also 27.1 upgrading instructions.
- RMB-444 Documentation: Name of generated .java files (resource, model)
- RMB-385 add 'queryIndexName' to schema.json and allow compound indexes
- RMB-421 422 JSON error message for PgUtil
- RMB-457 option to enable: analyze explain queries
- RMB-466 drop CQL2PgJSON view constructor
- RMB-464 Upgrade to Vert.x 3.8.1
- RMB-468 Foreign key field index
- RMB-477 jackson-databind 2.9.10 fix CVE-2019-16335, CVE-2019-14540
v27.0.0
Breaking changes:
- RMB-451 add "targetPath" to disambiguate multi-table joins
- RMB-452 make tableAlias and targetTableAlias explicit properties
- RMB-318 Database config: Drop deprecated dot (db.port) variables, use underscore (DB_PORT)
- RMB-460 Add 'snippetPath' to 'scripts' in schema.json
- RMB-445 rename HttpStatus.HTTP_VALIDATION_ERROR to HttpStatus.HTTP_UNPROCESSABLE_ENTITY for 422
Bug fixes, new features:
v26.4.0
- RMB-438 contributor search returns no results when name
contains "-" - RMB-432 fulltext: word splitting and punctuation removal
v26.3.1
- RMB-455 Do not apply lower for full text queries. Fixes regression in
26.3.0
v26.3.0
- RMB-443 HttpStatus.java: Explain FOLIO's 400 and 422 status code usage
- RMB-442 Fix security vulnerabilities reported in
jackson-databind >= 2.0.0, < 2.9.9.2 - RMB-440 Skip logging GIN index missing if b-tree index can be used
- RMB-439 Remove "-" token for full search to unblock CIRCSTORE-138
- RMB-437 Fix queries with facet fail
- RMB-436 Log both CQL and SQL within the missing index line
- RMB-435 CVE-2019-12814 jackson-databind security vulnerability
- RMB-411 Implement poLine.id = * style cql for subquery
- RMB-395 Aupport nested sub queries across multiple tables
- RMB-430 Audit table PK (id) unique constraint violation on
concurrent queries