Skip to content

Releases: folio-org/raml-module-builder

v27.1.2

23 Oct 20:21
Compare
Choose a tag to compare
  • 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

25 Sep 12:46
Compare
Choose a tag to compare
  • RMB-479 Fix mvn install leaves embedded postgres running
  • RMB-478 Fix RMB echoes all headers / FOLIO-2281

v25.0.2

25 Sep 11:55
Compare
Choose a tag to compare
  • RMB-478 Fix RMB echoes all headers

v27.1.0

24 Sep 20:51
Compare
Choose a tag to compare

See also 27.1 upgrading instructions.

v27.0.0

26 Aug 14:12
Compare
Choose a tag to compare

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:

  • RMB-200 Single quote SQL Injection in PostgresClient.update(table, updateSection, ...)
  • RMB-459 Populate metadata for reference data/sample data
  • RMB-460 Add 'snippetPath' to 'scripts' in schema.json

v26.4.0

12 Aug 13:14
Compare
Choose a tag to compare
  • RMB-438 contributor search returns no results when name
    contains "-"
  • RMB-432 fulltext: word splitting and punctuation removal

v26.3.1

08 Aug 17:13
Compare
Choose a tag to compare
  • RMB-455 Do not apply lower for full text queries. Fixes regression in
    26.3.0

v26.3.0

07 Aug 19:37
Compare
Choose a tag to compare
  • 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

v26.2.4

26 Jul 14:55
Compare
Choose a tag to compare
  • RMB work for MODINVSTOR-319 array queries with additional clauses may fail
  • RMB-440 Skip logging GIN index missing if b-tree index can be used

v26.2.3

24 Jul 16:56
Compare
Choose a tag to compare
  • RMB-439 Remove hyphen token for full search to unblock CIRCSTORE-138