File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
7
7
---
8
8
9
+ ## [ 0.2.0] - 2025-06-08 (pending)
10
+
11
+ ### Fixed
12
+
13
+ * Fixed errors related to deleting gateways when metrics are associated with their tools
14
+ * Fixed gateway addition errors when tools overlap. We add the missing tools when tool names overlap.
15
+ * Improved logging by capturing ExceptionGroups correctly and showing specific errors
16
+ * Fixed headers for basic authorization in tools and gateways
17
+
9
18
## [ 0.1.0] - 2025‑06‑01
10
19
11
20
### Added
Original file line number Diff line number Diff line change @@ -1636,7 +1636,6 @@ function openModal(modalId) {
1636
1636
}
1637
1637
1638
1638
function closeModal ( modalId , clearId = null ) {
1639
- // document.getElementById(modalId).classList.add('hidden');
1640
1639
const modal = document . getElementById ( modalId ) ;
1641
1640
1642
1641
if ( clearId ) {
You can’t perform that action at this time.
0 commit comments