Skip to content

5.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 10:08
· 1902 commits to master since this release

Release notes

  • c415503 - Fix exception 'Cannot use a ScanResult after it has been closed' when no token managers are configured
  • 7921234 - Fix misleading error log message when plugins instantiation fail due to exception
  • 6e61e53 - Remove duplicate keys in conf file
  • 9130aeb - Fix request type not selected as BULK_DOCUMENTS for URI /db/_schemas/*
  • 7d54e4a - Update service 'roles' configuration with secured: false. It checks permissions on its own
  • 0a1e570 - Fix UserPwdHasher hashes password even if bcrypt-hashed-password: false
  • 698c01f - Handle OPTIONS for services when a request cannot be initialized to avoid CORS errors for bad requests
  • d5df185 - JsonUtils.parse("") returns null, JsonUtils.parse("''") returns empty BsonString
  • ebe6adb - BsonFromCsvRequest parsing avoids adding properties from columns whose value is null
  • 521a1cd - JsonUtils.parse('') returns empty BsonString, was null
  • 25f6121 - Fix mongo mounts handling when MongoService is bound to a custom uri
  • d52e50c - ResponseSender don't set the response code if < 0, this would lead to error anyway
  • 8ef0cbc - MongoService returns 502 Bad Gateway when request path does not match any mongo-mounts
  • 39ae291 - Fix HALRepresentation to return hal response when pagesize=0
  • 276eb65 - Push a distinct snapshot image
  • f648359 - Publish SNAPSHOT docker images as latest
  • 8b9c45a - Fix NPE on HALRepresentation when response content is null, this can happen when 304 is returned
  • 8236a01 - Fix NPE on UserPwdRemover when response content is null, this can happen when 304 is returned
  • 52276cd - Remove redundant AccountInjector from MongoService handlers pipe
  • 7973803 - Organize imports
  • 82d05c6 - Cleanup some javadoc
  • aaeab5b - Update link to online documentation for plugins
  • 89fd551 - Remove obsolete commented-out proxy configuration
  • f4eaf04 - fix comment on conf file [skip ci]
  • 89e02c2 - Remove some comments from conf file [skip ci]
  • 54b347e - Use String(byte[], Charset) constructor
  • 380048f - Remove use of String() constructor
  • c17994f - Fix link [skip ci]
  • 8b52d07 - Fix broken link [skip ci]
  • 4b27a04 - Move the docs to web site [skip ci]
  • 49377be - Update docs to 5.1.1 [skip ci]
  • c14f631 - Update README.md
  • c01a7c9 - timeout-minutes: 30