-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 3.32.2 documentation (#1388)
* docs: Release 3.32.2 * doc: Add `v3.32.2` featured section --------- Co-authored-by: Aleksander Borowski <aleksander.borowski@thethingsindustries.com>
- Loading branch information
1 parent
0f3c454
commit 4dc62cb
Showing
4 changed files
with
571 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
date: 2024-11-18T21:25:11Z | ||
title: "3.32.2" | ||
featured: | ||
{ | ||
fixed: | ||
[ | ||
"Potential leak of end devices of other (owned) applications in the top end devices panel in the application overview of the Console.", | ||
], | ||
} | ||
--- | ||
|
||
### 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. | ||
- Enforce default page limit on IS List RPCs if a value is not provided in the request. | ||
- 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. | ||
- Network Operation Center's store runs each migration within a transaction, so a migration's changes are only applied if all of its queries are successful. | ||
- Network Operation Center'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. | ||
- Storage Integration's store runs each migration within a transaction, so a migration's changes are only applied if all of its queries are successful. | ||
- Storage Integration'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. |
Oops, something went wrong.