Skip to content

Commit

Permalink
9.30 changelog, client status
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDonkin-Gallagher committed Oct 21, 2024
1 parent 65462d5 commit 114e78b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ref/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,15 @@ <h1 id="topic-API-changes-in-9.30" data-traverse-target="topic-API-changes-in-9.
<div class="doc-row">
<div class="doc-copy">
<ul>
<li>The server will accept TLS 1.3 connections when running on suitable versions of Windows. Prior versions would only accept TLS 1.2 connections.</li>
<li>
<p>The server will accept TLS 1.3 connections when running on suitable versions of Windows. Prior versions would only accept TLS 1.2 connections.</p>
</li>
<li>
<p>An API client can switch its own status between <code>normal</code> and <code>faulty</code>, and can set arbitrary status text. Marking the item as faulty will raise an alarm in Command Centre.</p>
</li>
<li>
<p>Command Centre can, optionally, raise an alarm if an API client has not made an API call within a configurable period. This is an addition to Command Centre, not to the API, but deserves a mention here for developers considering adding status monitoring to their integrations. It may be done for you!</p>
</li>
</ul>
</div>
</div>
Expand Down
8 changes: 8 additions & 0 deletions swagger/indexApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@ x-spectacle-topics:
* The server will accept TLS 1.3 connections when running on suitable versions of Windows.
Prior versions would only accept TLS 1.2 connections.
* An API client can switch its own status between `normal` and `faulty`, and can set arbitrary
status text. Marking the item as faulty will raise an alarm in Command Centre.
* Command Centre can, optionally, raise an alarm if an API client has not made an API call
within a configurable period. This is an addition to Command Centre, not to the API, but
deserves a mention here for developers considering adding status monitoring to their
integrations. It may be done for you!

0 comments on commit 114e78b

Please sign in to comment.