[2.14.0] 14.06.2024#
New Features
- Added integration with СBS Alpha. The connection occurs through the
CbsAlpha
service. - [Bolid Service] Added integration with MTS СBS.
- Added support for the domain name as the host field for all components.
- [LunaFast4A1 and HikvisionTerminalThermo devices] Added enablement of voice notifications on terminals. Enabling occurs using the
voice_promt
option. - [HikvisionCamera and HikvisionCameraThermo devices] Added output of firmware and hardware version to the
info
block. - Added
ApacsController
controller with support for up to 4 readers. - [Apacs Service] Added support for Wiegang37 cards with single-factor authentication.
- Added a
SendToDevice
pipeline for displaying messages on terminals when integrated via CBS. - Added a
SendToController
pipeline for sending a signal to a relay when integrated trhough the CBS. - Added search by values in the PersonStorage storage.
- [HikvisionRecognitionOnBoard Device] Added Working Mode configuration in Permission Free Mode.
Changes
- [LunaFast4A1, Beward, HikvisionRecognitionOnBoard and HikvisionTerminalThermo devices] Added the
time_change_interval
parameter, which is responsible for the frequency of the time change task. - [RusguardCBS Service] The replication session interval is included in the component settings in the
replicate_session_interval_sec
parameter. - [Apacs Service] Settings fields
facility_code_
,shift_
have been removed. The search for these values is donw in Apcas itself. - [Apacs Service] Optimized the replication process. Replication will work in several threads (adjust the number of threads using the `max_workers field).
- [RusguardCBS and Rusguard Service] Added multi-threaded mode for replication.
- [CbsMts Service] Removed the
url
attribute, added thehost
,port
,urn
,enable_ssl
parameters. - [Rusguard Service] Added UUID validation for the
target_card_type_id
field.
Fixes
- [Apacs Service] Fixed the error of losing events when synchronizing ACS users. The method of receiving events from Webhook to RabbitMQ has been replaced. The
vl_access_host
andvl_access_port
fields have been removed because are no longer required. Instead, the rabbitmq_login and rabbitmq_passowrd fields have been added to connect to RabbitMQ for ACS. - Fixed an issue with launching Access containers when restarting the host machine.
- [Apacs2FA Pipeline] Fixed the error of incorrect operation after restarting the ACS. Now the pipeline automatically restarts after the ACS is launched.
- [PercoWeb Service] Fixed a bug when editing a blocked user. The service no longer responds to user changes if the user is blocked.