Skip to content

Commit fd95fa2

Browse files
committed
release v1.17.1
1 parent a6c057c commit fd95fa2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Version v1.17.1
44

55
> [!NOTE]
6-
> **Released 2024-09-xx**
6+
> **Released 2024-09-18**
77
>
88
> Please report issues via [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS Community Forum](https://community.itrsgroup.com/).
99
@@ -19,6 +19,10 @@
1919
* Changed the text value in the `l3missing` column of various view from `yes` to `missing` to avoid ambiguity after user feedback.
2020
* Changed Dataview group name for optional gateway reports from `Coverage by Gateway` to simply `Gateways`
2121
* 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
2226

2327
* `tools/san-config`
2428

@@ -27,6 +31,12 @@
2731
* Connection files can be served without a standby gateway port
2832
* Use default ports when gateways in the configuration do not supply them
2933

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+
3040
## Version v1.17.1 Fixes
3141

3242
* `tools/geneos`
@@ -38,6 +48,8 @@
3848
* Fix filtering of plugins, samplers and dynamic entities for multi-gateway reports, now numbers add up.
3949
* Fix table used for building `servers` reporting tables
4050
* 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
4153

4254
---
4355

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.17.1-alpha3-SNAPSHOT
1+
v1.17.1

0 commit comments

Comments
 (0)