[2.15.0] 30.10.2024#
New features
- [Sigur Service] added support for integration with MTS CBS.
- [Bastion Service] added support for integration with MTS CBS.
- [Parsec Service] added support for integration with MTS CBS.
- Added MatchInformerWebHook pipeline, tracks
LunaEvent
,ResultMatchEvent
events, extracts candidate data and allows sending data to an external service viawebhook
. - Added MatchInformerWebSocket pipeline, tracks
LunaEvent
,ResultMatchEvent
events, extracts candidate data and allows sending to connected external services viawebsocket
. - Unauthorized users are no longer allowed to view the composition and settings of components.
- [Apacs Service] added support for AAM LAN 8W controllers.
- [Apacs2FA Service] added the ability to compare the attached card with all candidates above the threshold in the settings. Used in cases where one person has several access cards.
- [PercoController Controller] Added the
ip_address
field to the Info block to identify the access point. - [LunaFast4A1 Device] added a periodic task to delete historical events.
- [HikvisionTerminalThermo Device] added a periodic task to delete historical events.
- Added a dependence of the is_alive status of ACS components on the is_alive status of biometric systems. Used to automatically start replication when the biometric system is restarted.
Changes
- Bastion version 3 service displays messages on devices independently, the
LunaEventListener
pipeline is not used in integrations. - [ApacsController Controller] all
reader_id
andreader_name
have been moved to the Info block. - [ApacsController Controller] readers are saved according to their serial number. That is, for a reader with serial number 1, in the component settings it will be associated with a field that has the first prefix.
- [Apacs Service] the
card_format_source
field is optional. - Host fields: domain validation is performed using the validators.domain mask.
- [ApacsController, Apacs2FA components] added the ability to pass by a guest card with two-factor authentication.
- [Guardian service] added logic for bypassing requests to the CBS to obtain a descriptor by photo during replication, if the additional_person_field field is filled.
- [ApacsController and apacs-adapters controller] added handling of the case in which the access point data has the value None.
- Updated minimum supported version of FaceStream: 5.1.6 and later.
Fixed Bugs
- [PercoWeb Service] Fixed an error when editing a blocked user. Access does not respond to user changes if the user is blocked.
- [Apacs Service] Fixed an error with duplicate card formats.
- [Custom2FA and SendToDevice Pipelines] Changed the method for sending messages in a negative recognition scenario from
display_unsuccessful_message
todisplay_message
. - [Rusgard, RusgardCBS Services] The
replicate_session_interval_sec
parameter can now only accept int values. - [Apacs2FA Pipeline] Fixed an incorrect output of the
waiting_time_exceeded_message
message when the face does not match someone else's card. - [Apacs2FA Pipeline] Fixed a bug when processing an unregistered person with any card.