Skip to content

Releases: folio-org/raml-module-builder

v30.2.5

19 Aug 13:07
Compare
Choose a tag to compare
  • RMB-684 GET query returns no records when offset value >= estimated totalRecords
  • RMB-694 Upgrade foreign key of a sub-field like "fieldName": "foo.bar"
  • RMB-693 Close prepared statements in PostgresClient stream get
  • RMB-686 Fix documentation about postTenant error handling
  • RMB-687 ResponseException for TenantAPI, fix wrong postTenant HTTP status code
  • Drop obsolete rmb_internal_index
  • RMB-675 Move pg_trgm from wrong to public schema, don't drop & recreate

v31.0.0

18 Aug 10:53
Compare
Choose a tag to compare
  • RMB-328 Make RMB OpenJDK 11 compliant
  • RMB-694 Upgrade foreign key of a sub-field like "fieldName": "foo.bar"
  • RMB-693 Close prepared statements in PostgresClient stream get
  • RMB-686 Fix documentation about postTenant error handling
  • RMB-687 ResponseException for TenantAPI, fix wrong postTenant HTTP status code
  • Drop obsolete rmb_internal_index
  • RMB-675 Move pg_trgm from wrong to public schema, don't drop & recreate

v30.2.4

10 Jul 09:35
Compare
Choose a tag to compare
  • RMB-673 totalRecords returns exact hit count for limit=0
  • RMB-670 Fix RestVerticle requestId logging, replace log4j 1.2 MDC by log4j 2 ThreadContext

v30.2.3

08 Jul 16:25
Compare
Choose a tag to compare
  • RMB-671 Reinstall PostgreSQL extensions on upgrade, drop pg_catalog.pg_trgm

v30.2.2

02 Jul 16:21
Compare
Choose a tag to compare
  • RMB-657 Default 60s connectionReleaseDelay prevents streaming large data
  • RMB-656 NPE at startup when an OPTIONS endpoint is defined in RAML
  • RMB-662 Remove parseDatabaseSchemaString and org.json:json
  • RMB-660 com.thoughtworks.xstream vulnerability (CVE-2017-7957)
  • RMB-661 Update log4j to 2.13.3 fixing SMTPS host mismatch (CVE-2020-9488)

v30.2.1

23 Jun 14:36
Compare
Choose a tag to compare

RMB 30.0 and 30.1 are discontinued. Only RMB >= 30.2 will receive bug and security fixes.

  • RMB-653 Urldecode path parameters like /perms/users/12%2334
  • RMB-649 Remove duplicate foreign key constraints for unchanged tables

v30.2.0

19 Jun 17:18
Compare
Choose a tag to compare

Note error message regression: RMB-652 "may not be null" changed to "must not be null" (hibernate-validator)

  • RMB-648 org.hibernate:hibernate-validator vulnerability
  • RMB-649 Remove duplicate foreign key constraints for unchanged tables
  • RMB-650 Client generator should support Date query parameter

v30.1.0

15 Jun 20:11
Compare
Choose a tag to compare
  • RMB-645 Use where-only clause for the "count query"
  • RMB-643 Support generating wrapped native types
  • RMB-640 Sortby title and limit=0 gives zero hits
  • RMB-639 Unexpected breaking changes streamGet and getWithOptimizedSql
  • RMB-638 Revert PgUtil.streamGet parameter reordering
  • RMB-636 Support PATCH requests
  • RMB-634 PostgresClient does not provide access to db connection configs
  • RMB-626 Remove sample, sample2
  • RMB-615 Cancel queries that take longer than limit
  • RMB-555 Upgrade creates duplicate foreign key constraints
  • RMB-495 Date types of query parameters do not work correctly

v30.0.3

15 Jun 10:46
Compare
Choose a tag to compare
  • RMB-645 Use where-only clause for the "count query"
  • RMB-640 Fix Sorby title and limit=0 gives zero hits
  • RMB-495 Date types of query parameters do not work correctly

v30.0.2

05 Jun 10:08
Compare
Choose a tag to compare
  • RMB-632 Tenant upgrade fails on foreignKey targetPath
  • RMB-634 PostgresClient does not provide access to db connection configs
  • RMB-637 Run ANALYZE after index (re-)creation