Release Notes
SAYMON 3.13.87 — 18.08.2023
New Features and Improvements
- Added
displayName
to User model. Some requests now return display name in thelogin
field to users without proper permissions. - You can now specify the incident filter when subscribing to the Incidents event.
- Added Get Link's Parent Paths and Get Object's Parent Paths requests.
- Reworked the Incident Comment system. Users can now add multiple comments to a single incident.
Bug Fixes
- Users without
manage-users
permissions now get less information in Get User by ID and Get All Users requests.
SAYMON 3.12.86 — 28.04.2023
New Features and Improvements
- Created a version of this documentation as a Postman collection.
- Added a new incident filter. You can now filter incidents by the parent's Tag.
- Added
source_name
andtarget_name
fields to the Link model. - Added a new reason code — Incorrect State Condition (
17
). - Added new methods for Properties – Get Class Properties, Get Object Properties, and Get Link Properties.
- Added new methods for getting the specified amount of recent metrics — Get Object's N Last Metrics and Get Link's N Last Metrics.
- Added Incident Properties and methods for working with them — Set Incident Properties and Delete Incident Properties.
- PDF Documents attached to objects and links are no longer split into separate pages. See the Download PDF Document for more information on how to work with PDF documents.
- Exposed Client Configuration in the REST API. Added the following methods:
Bug Fixes
- Undo Incident Acknowledgement now correctly sets both
acknowledgedBy
andacknowledgementTimestamp
fields tonull
. - Fixed incorrect behavior when setting
skip
andlimit
at the same time.
SAYMON 3.11.85 — 21.12.2022
New Features and Improvements
- Added new features to the password policies. You can now request a password change on first login, set a password lifetime and set a number of consecutive unique passwords.
- Added password log.
- Added favorites.
- Added new
sourceType
for Users using Keycloak authentication. - Bumped up the Socket.IO version to
4.5.0
. - Added a new incident filter. You can now filter incidents by the parent entity.
Bug Fixes
- Fixed an incorrect behavior when trying to set an object's multiparent as an array with Create Object request.
- Fixed an issue that led to an incorrect timestamp of an SNMP trap being recorded in the event log.
- Fixed an incorrect response from the Create State request.
- Fixed an issue where an incident would be returned by the Get All Incidents request despite all of its parent objects being deleted.