Skip to content

Commit b17b928

Browse files
Add 2024.4.30 driver schema and nGraphSchemaFlat / Bump version to 0.7.0 / poetry update, lock / prepare release
1 parent 7ea2e1b commit b17b928

10 files changed

Lines changed: 24095 additions & 150 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.20**) is used for schema validation and IntelliSense.
46+
**Note:** By default, the latest Long-Term Support (LTS) version (currently **2024.4.30**) 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.20**.
6+
By default, the system uses the latest Long-Term Support (LTS) version, currently **2024.4.30**.
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.20**. 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.30**. 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

poetry.lock

Lines changed: 135 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "videoipath-automation-tool"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
description = "A Python package for automating VideoIPath configuration workflows."
55
license = "AGPL-3.0-only"
66
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)