Skip to content

Releases: folio-org/okapi

v4.7.2

08 Mar 19:30
Compare
Choose a tag to compare
  • OKAPI-996 Reload permissions immediately on enable (not upgrade)
  • OKAPI-994 Include ID in some deployment error messages
  • OKAPI-960 Add personal data disclosure form

v4.7.1

03 Mar 12:52
Compare
Choose a tag to compare

Fixes an issue with deployment timing out before expected.

  • OKAPI-992 Fix Okapi discovery times out after 5 minutes

v4.7.0

26 Feb 17:45
Compare
Choose a tag to compare

This release includes improvements for communication with the
permissions module. It also includes a setting for controlling
how long Okapi waits for deployment readiness.

New features:

  • OKAPI-985 PoC refresh last strategy for _tenantPemissions
  • OKAPI-982 Inform mod-permissions when module is disabled
  • OKAPI-990 Config deploy.waitIterations for Docker deployment

Fixes (some of which are also cherry-picked to 4.6+ series)

  • OKAPI-987 Modules require does not seem to take into account optional dependencies
  • OKAPI-986 Vert.x 4.0.2, Netty 4.1.59 (CVE-2021-21290)
  • OKAPI-984 Retry when slow module startup causes "connection refused"
  • OKAPI-979 Ensure module is logged for tenant operation failures
  • OKAPI-978 Exception on Docker pull
  • OKAPI-976 NPE in DiscoveryManager after restarting Okapi
  • OKAPI-974 Make permissionName a required property
  • OKAPI-973 DockerModuleHandle IllegalStateException checkEnded

Other:

  • OKAPI-980 Okapi-curl has a login facility. Is now maintained by Mike Taylor here
  • OKAPI-975 Use GenericCompositeFuture rather than internal one

v4.6.5

24 Feb 16:23
Compare
Choose a tag to compare

Fixes a side-effect of OKAPI-984 from 4.6.4 release.

  • OKAPI-988 Deployment fails with Docker (part two)

v4.6.4

16 Feb 19:28
Compare
Choose a tag to compare

v4.6.3

02 Feb 06:51
Compare
Choose a tag to compare
  • OKAPI-979 Ensure module is logged for tenant operation failures

v4.6.2

25 Jan 07:13
Compare
Choose a tag to compare
  • OKAPI-976 Fix NPE in DiscoveryManager after restarting Okapi

v4.6.1

19 Jan 09:59
Compare
Choose a tag to compare
  • OKAPI-973 Fix DockerModuleHandle IllegalStateException checkEnded
  • OKAPI-974 Make permissionName a required property

v4.6.0

15 Jan 22:35
Compare
Choose a tag to compare

New features:

  • OKAPI-947 Implement static permission migration. Okapi uses new _tenantPermissions interface 2.0 if that's provided (by mod-permissions).

Other:

  • OKAPI-971 Fail unit tests if docker is not available (needed for testcontainers)

Fixes:

  • OKAPI-968 Fix Unhandled exception in DockerModuleHandle.request
  • OKAPI-959 Fix Metrics is missing values for module and url fields
  • OKAPI-970 Testcontainers 1.15.1 needed for latest docker
  • OKAPI-967 Fix Clustered Okapi not allowing bootstrapping of superuser
  • OKAPI-966 Fix Okapi systemd service fails to start after upgrade to docker-ce v20

v4.5.2

15 Dec 11:22
Compare
Choose a tag to compare
  • OKAPI-959 Fix metrics is missing values for module and url fields
  • OKAPI-967 Fix Clustered Okapi not allowing bootstrapping of superuser
  • Update guide: mention 204 No Content as possible response for _tenant v2