Skip to content

1.8.3

Compare
Choose a tag to compare
@sophokles73 sophokles73 released this 12 Aug 14:22
· 1322 commits to master since this release

Fixes & Enhancements

  • The Quarkus based variants of Hono's components now support configuring the Hot Rod client with a key and/or
    trust store in order to enable TLS secured connections to Infinispan servers and to authenticate using a
    client certificate.
  • The Mongo DB based registry implementation now uses a proper DB index to find credentials by type and authentication
    ID. This will speed up query execution significantly when there are a lot of devices registered for a tenant.
  • The MongoDB based registry erroneously rejected requests that would result in multiple tenants having an empty
    set of trusted CAs. This has been fixed.