Skip to content

Commit

Permalink
[*] V1.5 Revision notes updated about namespace conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
suprema-charlie committed Feb 21, 2023
1 parent 965c84c commit c16af9e
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@ tags:
---

### Date
February 13, 2023
February 21, 2023

### New features

* BioStation 3 is supported.
* X-Station 2 is supported.
* FaceStation F2 is supported.
* [GetCapability API]({{'/api/device/' | relative_url}}#GetCapability) has been added.
* [GetCapability API]({{'/api/device/' | relative_url}}#getcapability) has been added.
* Adds support for the [RtspConfig]({{'/api/rtsp/' | relative_url}}#RTSPConfig), [VoipConfigEx]({{'/api/voip/' | relative_url}}#VOIPConfig), [CardConfig]({{'/api/card/' | relative_url}}#CardConfig), [DisplayConfig]({{'/api/display/' | relative_url}}#DisplayConfig), [FaceConfig]({{'/api/face/' | relative_url}}#FaceConfig), [FingerConfig]({{'/api/finger/' | relative_url}}#FingerConfig),
[QRConfig]({{'/api/card/' | relative_url}}#QRConfig), [SystemConfig]({{'/api/system/' | relative_url}}#SystemConfig), [ThermalConfig]({{'/api/thermal/' | relative_url}}#ThermalConfig), and [WiegandConfig]({{'/api/wiegand/' | relative_url}}#WiegandConfig).

### Bug fixes
* To prevent namespace conflicts, the prefix gsdk. is added to all namespaces.
- v1.4: display, system, rs485, connect, etc.
v1.5: gsdk.display, gsdk.system, gsdk.rs485, gsdk.connect, etc.

* Fix to prevent Namespace duplication.
> :warning: **Caution**
> **When upgrading to v1.5, you must change the namespace within the project for proper operation.**

0 comments on commit c16af9e

Please sign in to comment.