|
3 | 3 | Please make sure to always read our [Upgrading](https://icinga.com/docs/icinga-db-web/latest/doc/05-Upgrading/) |
4 | 4 | documentation before switching to a new version. |
5 | 5 |
|
| 6 | +## 1.3.0 (2025-11-19) |
| 7 | + |
| 8 | +All included changes can be found on the milestone: https://github.com/Icinga/icingadb-web/milestone/10?closed=1 |
| 9 | + |
| 10 | +### Icinga Notifications |
| 11 | + |
| 12 | +This release accompanies the release of Icinga Notifications v0.2.0. We have changed how notification sources are |
| 13 | +configured, and now an integration into Icinga Web is mandatory. Icinga DB Web v1.3 will serve as the integration |
| 14 | +for Icinga DB v1.5. |
| 15 | + |
| 16 | +### New Features |
| 17 | + |
| 18 | +* The *Services* tab of a host and the *History* tab of hosts and services are now filterable (#981, #1293) |
| 19 | +* Exporting hosts and services to CSV or JSON by using the `?columns=…` query parameter now includes only the columns |
| 20 | + specified in the parameter in the results (#1011) |
| 21 | + |
| 22 | +### Breaking Changes |
| 23 | + |
| 24 | +* The restrictions `icingadb/denylist/variables` and `icingadb/protect/variables` from different roles are now |
| 25 | + merged into a single list, respectively. This means that variables denied in one role will not show up anymore |
| 26 | + if another role denies access to different variables. The same applies to `icingadb/protect/variables`, in which |
| 27 | + case variables protected in one role will now be protected even if another role protects different variables. |
| 28 | + This has been done to simplify the configuration and to get it more in line with how refusals work in Icinga Web. |
| 29 | + |
| 30 | +### Maintenance |
| 31 | + |
| 32 | +* The migration widget in the upper right has now been removed. We assume most users may be rather annoyed by it, and |
| 33 | + those who are still unsure when to migrate fully to Icinga DB are unlikely to be finally convinced by it anyway. |
| 34 | + Modules with support for Icinga DB will now default to use it if available. |
| 35 | +* The upgrading documentation includes more details and other changes, make sure to read it carefully. |
| 36 | + |
6 | 37 | ## 1.2.4 (2025-11-19) |
7 | 38 |
|
8 | 39 | This release includes fixes for the following issues: |
|
0 commit comments