Skip to content

v4.14.0

Compare
Choose a tag to compare
@adamdickmeiss adamdickmeiss released this 06 May 12:59
· 233 commits to master since this release

New features:

  • OKAPI-793 Enable SCRAM-SHA-256 PostgreSQL passwords
  • OKAPI-939 Parallel (concurrent) migration for modules
    Query parameter parallel controls this. Default is 1 - sequental
  • OKAPI-1070 Check permission names during install. Logs warnings
    for undefined permissions
  • OKAPI-1079 Enable HTTP compression for pull. For this to work,
    the registry okapi should be updated
  • OKAPI-1094 Update Vert.x from 4.2.6 to 4.2.7
  • OKAPI-1095 New API: HttpClientFactory (with WebClientFactory)