Skip to content

v3.32.2

Latest
Compare
Choose a tag to compare
@TheThingsBot TheThingsBot released this 18 Nov 12:20
· 188 commits to v3.33 since this release

Fixed

  • Potential leak of end devices of other (owned) applications in the top end devices panel in the application overview of the Console.
  • Fix reversed Join Server dev nonce metrics.
  • Identity Server's store runs each migration within a transaction, so a migration's changes are only applied if all of its queries are successful.
    • Identity Server's store now marks a migration as successful after all its operations are finished. Previously it was possible to have a successful migration which not all of its queries were processed.
  • Enforce default page limit on IS List RPCs if a value is not provided in the request.