Skip to content

Releases: folio-org/raml-module-builder

v33.2.12

11 Aug 18:24
Compare
Choose a tag to compare

Bug fix:

  • RMB-934 Vert.x 4.3.3 fixing disabled SSL in 4.3.0/4.3.1

v34.1.0

16 Jun 18:34
Compare
Choose a tag to compare

New feature:

  • RMB-926 Minimum PostgreSQL version: make configurable, fix int comparison

Documentation:

  • RMB-922 Migrate to case insensitive x-okapi-tenant header

v33.2.11

15 Jun 20:58
Compare
Choose a tag to compare

Fixes:

  • RMB-925 Revert Postgres 12 version check (RMB-913)

v34.0.0

01 Jun 13:04
Compare
Choose a tag to compare

Breaking changes:

  • RMB 817 Remove broken PostgresClient.get(String table, Object entity, ...) methods
  • RMB-759 Consistent format for createdDate and updatedDate metadata
  • RMB-815 Remove UtilityClassTester
  • RMB-817 Remove broken PostgresClient.get(String table, Object entity, ...) methods
  • RMB-883 Delete deprecated TenantLoading.addJsonIdContent, .addJsonIdBasename
  • RMB-884 Delete deprecated RollBackURL
  • RMB-885 Delete deprecated PostgresClient.get, .streamGet methods
  • RMB-904 Remove unused object2Bytes, readURL, isValidURL in NetworkUtils

New features:

  • RMB-546 Support TLS/SSL connections to Postgres
  • RMB-547 PostgreSQL SSL CA Certificate configuration option
  • RMB-817 Make maxFormAttributeSize configurable
  • RMB-886 TenantLoading withPostIgnore(), no overwrite on upgrade
  • RMB-887 deadlock in saveBatch, updateBatch, upsertBatch
  • RMB-897 Use org.folio.okapi.common.XOkapiHeaders
  • RMB-910 Replace JUL logging by log4j logging

Bug fixes:

  • RMB-888 Log4j 2.15.0 fixing remote execution (CVE-2021-44228)
  • RMB-889 Log4j 2.16.0 disabling JDNI and lookups (CVE-2021-44228)
  • RMB-890 No context parameters logged
  • RMB-891 Log4j 2.17.0 fixing self-referential lookups in MDC (CVE-2021-45105)
  • RMB-893 Bump dependencies: Vert.x 4.2.3, log4j 2.17.1, etc.
  • RMB-894 Exclude duplicate dependencies
  • RMB-898 Update Vertx (to 4.2.5) and other dependencies
  • RMB-901 Set reconnectAttempts and reconnectInterval for PgConnectOptions
  • RMB-907 Vert.x 4.2.6, log4j 2.17.2, jackson-databind 2.13.2.1 (CVE-2020-36518)
  • RMB-908 Skip indexes, foreign key, OL of deleted table
  • RMB-909 Wording of warning about missing table configuration
  • RMB-911 Optimistic locking _version overflow
  • RMB-913 Fail if PostgreSQL version is too old
  • RMB-914 Update raml-util to avoid localhost fetch RMB-914
  • RMB-915 public PostgresClient#getTenantId()
  • RMB-917 id == "", foreignKeyId == "" should never match
  • RMB-918 Fix Jakarta Expression Language validation (CVE-2021-28170)
  • RMB-919 Delete by CQL rejects missing or empty CQL
  • RMB-920 Upgrade dependencies: Vert.x 4.3.1, ...

v33.2.10

01 Jun 13:05
Compare
Choose a tag to compare

Fixes:

  • RMB-913 Fail if PostgreSQL version is too old
  • RMB-914 Update raml-util to avoid localhost fetch RMB-914
  • RMB-915 public PostgresClient#getTenantId()
  • RMB-917 id == "", foreignKeyId == "" should never match
  • RMB-918 Fix Jakarta Expression Language validation (CVE-2021-28170)
  • RMB-919 Delete by CQL rejects missing or empty CQL
  • RMB-920 Upgrade dependencies: Vert.x 4.3.1, ...

v33.2.9

25 Apr 13:28
Compare
Choose a tag to compare

Fix:

v33.2.8

28 Mar 12:58
Compare
Choose a tag to compare

Fix:

v33.2.7

10 Mar 11:59
Compare
Choose a tag to compare

Fix:

  • RMB-901 Set reconnectAttempts and reconnectInterval for PgConnectOptions

v33.2.6

19 Feb 08:37
Compare
Choose a tag to compare

Fixes:

  • RMB-898 Update Vertx (to 4.2.5) and other dependencies

v33.2.5...v33.2.6

v33.2.5

03 Feb 13:53
Compare
Choose a tag to compare

Fixes:

  • RMB-890 No context parameters logged
  • Upgrade to Vert.x 4.2.4 with fixes