|
3 | 3 | ## Version v1.17.1
|
4 | 4 |
|
5 | 5 | > [!NOTE]
|
6 |
| -> **Released 2024-09-xx** |
| 6 | +> **Released 2024-09-18** |
7 | 7 | >
|
8 | 8 | > Please report issues via [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS Community Forum](https://community.itrsgroup.com/).
|
9 | 9 |
|
|
19 | 19 | * Changed the text value in the `l3missing` column of various view from `yes` to `missing` to avoid ambiguity after user feedback.
|
20 | 20 | * Changed Dataview group name for optional gateway reports from `Coverage by Gateway` to simply `Gateways`
|
21 | 21 | * Add a new `logic` field to conditional-format tests to control how multiple column tests are handled; Default to the previous behaviour of "AND" but can be "OR" (or "all" / "any" respectively)
|
| 22 | + * Add a `geneos.dataview-create-delay` duration to allow smoothing of dataview creation when creating many hundreds of dataviews like for split reports. Only applies when a dataview is created, not during updates to existing ones |
| 23 | + * Add a "Version Summary" dashboard using new Geneos 7 data |
| 24 | + * Revisit headline names and some column names for consistency and clarity |
| 25 | + * Add a dashboard slide show to the docker image web server configuration |
22 | 26 |
|
23 | 27 | * `tools/san-config`
|
24 | 28 |
|
|
27 | 31 | * Connection files can be served without a standby gateway port
|
28 | 32 | * Use default ports when gateways in the configuration do not supply them
|
29 | 33 |
|
| 34 | +* `integrations/servicenow` |
| 35 | + |
| 36 | + * Add extra control over user name field with `incident-user` router parameters |
| 37 | + * Add a `trace` parameters to output all HTTP request and response data to stderr, for diagnostics |
| 38 | + * Clean-up some old code |
| 39 | + |
30 | 40 | ## Version v1.17.1 Fixes
|
31 | 41 |
|
32 | 42 | * `tools/geneos`
|
|
38 | 48 | * Fix filtering of plugins, samplers and dynamic entities for multi-gateway reports, now numbers add up.
|
39 | 49 | * Fix table used for building `servers` reporting tables
|
40 | 50 | * Fix spelling of `latest` columns in the `sources` report
|
| 51 | + * Fixes to some edge cases in probe and sampler counting |
| 52 | + * When an OS or Version is an empty string, convert it to NULL for later reporting as Unknown |
41 | 53 |
|
42 | 54 | ---
|
43 | 55 |
|
|
0 commit comments