Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"dvp-api == 1.11.0.dev1",
"dvp-api == 1.11.0",
"six >= 1.17, < 1.18",
]

Expand Down
14 changes: 7 additions & 7 deletions docs/docs/References/Version_Compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
| [5.1.0](../Release_Notes/5.1.0/5.1.0.md) | 2026.4.0.0 | [Latest Release](https://help.delphix.com/cd/current/content/release_notes.htm) |
| [5.0.1](../Release_Notes/5.0.1/5.0.1.md) | 2025.2.0.0 | [Latest Release](https://help.delphix.com/cd/current/content/release_notes.htm) |
| [5.0.0](../Release_Notes/5.0.0/5.0.0.md) | 29.0.0.0 | [Latest Release](https://help.delphix.com/cd/current/content/release_notes.htm) |
| [4.1.0](../Release_Notes/4.1.0/4.1.0.md) | 12.0.0.0 | [Latest Release](https://help.delphix.com/cd/current/content/release_notes.htm) |
| [4.0.5](../Release_Notes/4.0.5/4.0.5.md) | 6.0.16.0 | [Latest Release](https://help.delphix.com/cd/current/content/release_notes.htm) |
| [4.0.2](../Release_Notes/4.0.2/4.0.2.md) | 6.0.12.0 | [Latest Release](https://help.delphix.com/cd/current/content/release_notes.htm) |
| [3.1.0](../Release_Notes/3.1.0/3.1.0.md) | 6.0.7.0 | [Latest Release](https://help.delphix.com/cd/current/content/release_notes.htm) |
| [3.0.0](../Release_Notes/3.0.0/3.0.0.md) | 6.0.6.0 | [Latest Release](https://help.delphix.com/cd/current/content/release_notes.htm) |
| [2.1.0](../Release_Notes/2.1.0/2.1.0.md) | 6.0.3.0 | [Latest Release](https://help.delphix.com/cd/current/content/release_notes.htm) |
| [2.0.0](../Release_Notes/2.0.0/2.0.0.md) | 6.0.2.0 | [Latest Release](https://help.delphix.com/cd/current/content/release_notes.htm) |
| [4.1.0](../Release_Notes/4.1.0/4.1.0.md) | 12.0.0.0 | 2026.4.0.0 |
| [4.0.5](../Release_Notes/4.0.5/4.0.5.md) | 6.0.16.0 | 2026.4.0.0 |
| [4.0.2](../Release_Notes/4.0.2/4.0.2.md) | 6.0.12.0 | 2026.4.0.0 |
| [3.1.0](../Release_Notes/3.1.0/3.1.0.md) | 6.0.7.0 | 2026.4.0.0 |
| [3.0.0](../Release_Notes/3.0.0/3.0.0.md) | 6.0.6.0 | 2026.4.0.0 |
| [2.1.0](../Release_Notes/2.1.0/2.1.0.md) | 6.0.3.0 | 2026.4.0.0 |
| [2.0.0](../Release_Notes/2.0.0/2.0.0.md) | 6.0.2.0 | 2026.4.0.0 |
| [1.0.0](../Release_Notes/1.0.0/1.0.0.md) | 6.0.2.0 | 14.0.0.0 |
| [0.4.0](../Release_Notes/0.4.0/0.4.0.md) | 5.3.5.0 | 6.0.1.0 |

Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Release_Notes/5.2.0/5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

To install or upgrade the SDK, refer to instructions [here](../../Getting_Started.md#installation).

## Notes

* Starting with Delphix Engine release 2026.5.0.0, uploading a new plugin built with a vSDK version pinned to Python 2.7 or Python 3.8 (see [Virtualization SDK and Python Compatibility Map](../../References/Version_Compatibility.md#virtualization-sdk-and-python-compatibility-map)) is rejected. Plugins already installed on an earlier engine are not affected by this change.

## New & Improved

* Added support for validating a target *before* a virtual or linked source is exported to a physical source, via the new `pre_source_to_physical` operation — a pre-copy counterpart to the existing `source_to_physical` operation.
Expand Down
2 changes: 1 addition & 1 deletion libs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
# dvp-common pin is kept in sync with [project].version via .bumpversion.cfg.
dependencies = [
"dvp-api == 1.11.0.dev1",
"dvp-api == 1.11.0",
"dvp-common == 5.2.0",
"six >= 1.17, < 1.18",
]
Expand Down
2 changes: 1 addition & 1 deletion platform/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
# dvp-common pin is kept in sync with [project].version via .bumpversion.cfg.
dependencies = [
"dvp-api == 1.11.0.dev1",
"dvp-api == 1.11.0",
"dvp-common == 5.2.0",
"six >= 1.17, < 1.18",
]
Expand Down