Skip to content

Releases: folio-org/okapi

v1.7.0

28 Jun 10:33
Compare
Choose a tag to compare
  • Tenant ID may be passed part of path. This is to facilitate "callback"
    for some remote systems. Format is:
    /_/invoke/tenant/{id}/module-path-and-parms OKAPI-355
  • Fix Okapi doesn't accept Semver "pre-release" version syntax from MD 'id' field. OKAPI-356

v1.6.1

27 Jun 09:17
Compare
Choose a tag to compare
  • Fix incorrect location of uprading module for Tenant OKAPI-351
  • Environment variable OKAPI_LOGLEVEL sets log level - Command line
    still takes precedence
  • Refactor Modules and Tenants to use shared memory OKAPI-196 , OKAPI-354

v1.6.0

19 Jun 12:01
Compare
Choose a tag to compare
  • Service /_/proxy/pull/modules syncs remote Okapi with local one OKAPI-347
  • Fix empty routing entry throws exception OKAPI-348

v1.5.0

12 Jun 12:02
Compare
Choose a tag to compare
  • Service /_/version returns Okapi version OKAPI-346
  • Allow multiple versions in requires OKAPI-330
  • Minor tweak in HTTP logging to avoid double blank

v1.4.0

07 Jun 13:15
Compare
Choose a tag to compare
  • Multiple interfaces facility OKAPI-337
  • Configurable Docker pull OKAPI-345

v1.3.0

29 May 09:17
Compare
Choose a tag to compare
  • Pass visibility flag from MD to tenantPermissions OKAPI-341
  • Log all traffic on TRACE level OKAPI-328
  • Describe clustered operations better in the guide OKAPI-315
  • Fix OKAPI allow empty srvcId for discovery endpoint OKAPI-319
  • Fix Okapi should abort operation if cluster-host is invalid OKAPI-320
  • Log Okapi's own operations like we log proxying ops OKAPI-323
  • Okapi raml specifies "additionalProperties": false OKAPI-326
  • Fix Missing exception handler for http response read stream OKAPI-331
  • Fix dockerArgs not mentioned in RAML/JSON definition OKAPI-333
  • Fix Tenant and Permissions interface version in guide OKAPI-334
  • Fix Okapi performance test (-Pperformance) OKAPI-338

v1.2.5

28 Apr 11:42
Compare
Choose a tag to compare
  • Okapi initdatabase hangs when pg db is unavailable OKAPI-255
  • Check dependencies before calling tenant interface OKAPI-277
  • Fix ModuleDescriptor handler wo method issues NPE OKAPI-308
  • Log proxy HTTP requests - with session tracking info OKAPI-311
  • Upgrade to Vert.x 3.4.1 OKAPI-313
  • initdatabase / purgedatabase updates and clarifications OKAPI-316

v1.2.4

20 Apr 10:31
Compare
Choose a tag to compare
  • Fix hang in recursive calls for parallel requests OKAPI-312 / FOLIO-516
  • Document PostrgreSQL init commands OKAPI-310

v1.2.3

07 Apr 09:57
Compare
Choose a tag to compare
  • Warn about deprecated features in ModuleDescriptors OKAPI-295
  • Inherit stderr again for deployed modules OKAPI-307

v1.2.2

04 Apr 14:17
Compare
Choose a tag to compare
  • Fix Okapi fails when invoking tenantPermissions with an v1.0
    ModuleDescriptor OKAPI-301
  • Fix tenantPermissions for the permission module itself OKAPI-304