11<a id =" Changelog " ></a >Changelog
22===============================
33
4+ v1.8.2
5+ ------
6+
7+ This is a maintenance release that fixes PHP 8.5 deprecation warnings caused by
8+ using ` null ` as an array offset, and an incompatibility with IPL HTML in
9+ ` SelectElement::getOption() ` calls.
10+
11+ ### Upgrading
12+
13+ Packages are available as ` icinga-vspheredb ` . If you missed the packages
14+ introduced with v1.8.0, consider switching to them now. For non-package
15+ installations, please check our [ Upgrade Script] ( 01-Installation.md#modul-installation-or-upgrade ) .
16+
17+ ### Fixed issues
18+ * You can find issues and feature requests related to this release on our
19+ [ roadmap] ( https://github.com/Icinga/icingaweb2-module-vspheredb/milestone/21?closed=1 )
20+
21+ ### PHP Support
22+ * FIX: No longer using ` null ` as array offset, which is deprecated in PHP 8.5
23+
24+ ### IPL Compatibility
25+ * FIX: ` SelectElement::getOption() ` now receives an empty string instead of
26+ ` null ` for the placeholder option (#621 )
27+
28+ v1.8.1
29+ ------
30+
31+ This is a maintenance release that ships several bug fixes. Disk-usage bars are
32+ correctly rendered again, multiple tags from the same category are now properly
33+ imported and displayed, and a threshold-logic bug in Monitoring Rules has been
34+ corrected. An abandoned third-party HTTP library has been replaced, resolving
35+ compatibility errors on newer PHP versions
36+
37+ ### Upgrading
38+
39+ Packages are available as ` icinga-vspheredb ` . If you missed the packages
40+ introduced with v1.8.0, consider switching to them now. For non-package
41+ installations, please check our [ Upgrade Script] ( 01-Installation.md#modul-installation-or-upgrade ) .
42+
43+ ### Fixed issues
44+ * You can find issues and feature requests related to this release on our
45+ [ roadmap] ( https://github.com/Icinga/icingaweb2-module-vspheredb/milestone/20?closed=1 )
46+
47+ ### UI
48+ * FIX: Disk-usage bars are no longer misplaced (#603 )
49+ * FIX: Multiple tags from the same category are now correctly displayed (#614 )
50+
51+ ### Monitoring Rules
52+ * FIX: "Best wins" logic now correctly activates when either the absolute or the
53+ percentage limit fires, not only when both fire at the same time (#601 )
54+
55+ ### vSphere API
56+ * FIX: ` diskObjectId ` is now preserved during synchronization, enabling ` vm_disk `
57+ record creation (#606 )
58+ * FIX: Replaced the abandoned ` RingCentral ` HTTP library with ` GuzzleHttp ` ,
59+ resolving compatibility errors on newer PHP versions (#602 )
60+
61+ ### Integrations
62+ * FIX: Multiple tags from the same category are now correctly imported (#614 )
63+
64+ ### Internals
65+ * Adapt to IPL strict typing in forms and i18n helpers (#617 )
66+
467v1.8.0
568------
669
@@ -19,7 +82,9 @@ Monitoring Rules got some attention.
1982
2083### Upgrading
2184
22- Please check our [ Upgrade Script] ( 01-Installation.md#modul-installation-or-upgrade ) .
85+ Starting with this release, we provide packages as ` icinga-vspheredb ` . For
86+ non-package installations, please check our
87+ [ Upgrade Script] ( 01-Installation.md#modul-installation-or-upgrade ) .
2388
2489### Fixed issues
2590* You can find issues and feature requests related to this release on our
0 commit comments