Skip to content

Commit 1fe5b4f

Browse files
Add Driver Model for 2024.4.20 (LTS) and update Package default Version to 2024.4.20, nGraphSchemaFlat JSON format standardized
1 parent f977b2e commit 1fe5b4f

15 files changed

Lines changed: 50371 additions & 30570 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The package is available via the [Python Package Index (PyPI)](https://pypi.org/
4343
pip install videoipath-automation-tool
4444
```
4545

46-
**Note:** By default, the latest Long-Term Support (LTS) version (currently **2024.4.14**) is used for schema validation and IntelliSense.
46+
**Note:** By default, the latest Long-Term Support (LTS) version (currently **2024.4.20**) is used for schema validation and IntelliSense.
4747

4848
To switch to a specific version, see the [Driver Versioning Guide](https://github.com/SWR-MoIP/VideoIPath-Automation-Tool/blob/main/docs/driver-versioning.md)
4949

docs/driver-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Driver schemas are auto-generated from the VideoIPath API's JSON schema, enabling IntelliSense support during development and runtime validation of custom settings.
55

6-
By default, the system uses the latest Long-Term Support (LTS) version, currently **2024.4.14**.
6+
By default, the system uses the latest Long-Term Support (LTS) version, currently **2024.4.20**.
77

88
To switch to a different version after installation, run:
99

docs/getting-started-guide/01_Setup_and_connect_to_Server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before establishing a connection to the VideoIPath Server, ensure that the follo
1717

1818
### Driver Versioning
1919

20-
To ensure IntelliSense support and runtime validation of custom settings, the VideoIPath Server should be running a compatible version of the driver schema. By default, the package uses the latest Long-Term Support (LTS) version, which is currently **2024.4.14**. If you need to use a different version, refer to the [Driver Versioning Guide](../driver-versioning.md).
20+
To ensure IntelliSense support and runtime validation of custom settings, the VideoIPath Server should be running a compatible version of the driver schema. By default, the package uses the latest Long-Term Support (LTS) version, which is currently **2024.4.20**. If you need to use a different version, refer to the [Driver Versioning Guide](../driver-versioning.md).
2121

2222
## Example 1: Establishing a Connection to the VideoIPath Server via Environment Variables
2323

0 commit comments

Comments
 (0)