pypi mwdb-core 2.7.0
v2.7.0

latest releases: 2.12.0, 2.11.0, 2.10.3...
2 years ago

New features and improvements:

  • Refactored mechanism that handles JWT tokens used for authorization (#542, @KWMORALE)
    It's recommended to rollup your API keys after upgrade because they use slightly different format that is more compliant with RFC7519. All previously generated API keys will be honored by further 2.x.x releases of MWDB Core.
  • API key token is shown only just after creation due to security reasons (#524, @KWMORALE)
  • Repository name shown in navbar can be set directly in MWDB configuration (#521, @KWMORALE)
  • Added new hooks for various MWDB actions that can be intercepted in plugins (#513, @wklimek)
  • Added configurable rate limits for specific endpoints and methods (#523, @wklimek)
  • Karton analysis association can be removed from object (#533, @wklimek)
  • Added relative date-time ranges in search (#555, @wklimek)
  • Added visual indicator for non-editable groups in Administration panel (#519, @wklimek)
  • Extendable upload form (#541, thanks @yankovs!)

Bugfixes:

  • Fixed exception handling for exceptions that happen out of request context (#522)
  • Fixed crash in web application when user clicks "Add" in Attributes box and no attributes are available to add (#539, thanks @chivay!)
  • Removed too short limit of field length in OpenID Connect Provider configuration (#552)
  • Fixed ISE 500 caused by concurrent assign of Karton analysis on the same object (#576)
  • Fixed remove of self-loop relationship that causes removal of all permissions to the object (#579)
  • Various fixes in documentation

Special thanks to @wklimek for all contributions and @dd8917vk for catching few regressions during development!

Don't miss a new mwdb-core release

NewReleases is sending notifications on new releases.