diff --git a/docs/docs/References/Version_Compatibility.md b/docs/docs/References/Version_Compatibility.md index c855eb33..41329566 100644 --- a/docs/docs/References/Version_Compatibility.md +++ b/docs/docs/References/Version_Compatibility.md @@ -2,23 +2,25 @@ ## Virtualization SDK and Delphix Engine (DE) Compatibility Map -| vSDK Version | Earliest Supported DE Version | Latest Supported DE Version | -|------------------------------------------|:-----------------------------:|:-----------------------------------------------------------------:| -| [5.0.0](../Release_Notes/5.0.0/5.0.0.md) | 29.0.0.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | -| [4.1.0](../Release_Notes/4.1.0/4.1.0.md) | 12.0.0.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | -| [4.0.5](../Release_Notes/4.0.5/4.0.5.md) | 6.0.16.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | -| [4.0.2](../Release_Notes/4.0.2/4.0.2.md) | 6.0.12.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | -| [3.1.0](../Release_Notes/3.1.0/3.1.0.md) | 6.0.7.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | -| [3.0.0](../Release_Notes/3.0.0/3.0.0.md) | 6.0.6.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | -| [2.1.0](../Release_Notes/2.1.0/2.1.0.md) | 6.0.3.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | -| [2.0.0](../Release_Notes/2.0.0/2.0.0.md) | 6.0.2.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | -| [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 | +| vSDK Version | Earliest Supported DE Version | Latest Supported DE Version | +|------------------------------------------|:-------------------------------:|:-----------------------------------------------------------------:| +| [5.0.1](../Release_Notes/5.0.1/5.0.1.md) | 2025.2.0.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | +| [5.0.0](../Release_Notes/5.0.0/5.0.0.md) | 29.0.0.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | +| [4.1.0](../Release_Notes/4.1.0/4.1.0.md) | 12.0.0.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | +| [4.0.5](../Release_Notes/4.0.5/4.0.5.md) | 6.0.16.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | +| [4.0.2](../Release_Notes/4.0.2/4.0.2.md) | 6.0.12.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | +| [3.1.0](../Release_Notes/3.1.0/3.1.0.md) | 6.0.7.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | +| [3.0.0](../Release_Notes/3.0.0/3.0.0.md) | 6.0.6.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | +| [2.1.0](../Release_Notes/2.1.0/2.1.0.md) | 6.0.3.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | +| [2.0.0](../Release_Notes/2.0.0/2.0.0.md) | 6.0.2.0 | [Latest Release](https://cd.delphix.com/docs/latest/new-features) | +| [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 | ## Virtualization SDK and Python Compatibility Map | vSDK Version | Python Version | |------------------------------------------|:--------------:| +| [5.0.1](../Release_Notes/5.0.1/5.0.1.md) | 3.11 | | [5.0.0](../Release_Notes/5.0.0/5.0.0.md) | 3.11 | | [4.1.0](../Release_Notes/4.1.0/4.1.0.md) | 3.8 | | [4.0.5](../Release_Notes/4.0.5/4.0.5.md) | 3.8 | diff --git a/docs/docs/Release_Notes/.pages b/docs/docs/Release_Notes/.pages index 9f67f5fe..17365274 100644 --- a/docs/docs/Release_Notes/.pages +++ b/docs/docs/Release_Notes/.pages @@ -1,4 +1,5 @@ arrange: + - 5.0.1 - 5.0.0 - 4.1.0 - 4.0.5 diff --git a/docs/docs/Release_Notes/5.0.1/5.0.1.md b/docs/docs/Release_Notes/5.0.1/5.0.1.md new file mode 100644 index 00000000..a37a0437 --- /dev/null +++ b/docs/docs/Release_Notes/5.0.1/5.0.1.md @@ -0,0 +1,11 @@ +# Release - v5.0.1 + +To install or upgrade the SDK, refer to instructions [here](../../Getting_Started.md#installation). + +## New & Improved + +* Enhanced schema validation to set [record size](../../References/Glossary.md#record-size). + +## Breaking Changes + +* No breaking changes in this release! \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 147990ad..35f13b30 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Delphix Virtualization SDK 5.0.0 +site_name: Delphix Virtualization SDK 5.0.1 repo_name: Delphix Virtualization SDK repo_url: https://github.com/delphix/virtualization-sdk/ @@ -20,7 +20,7 @@ theme: - content.code.copy - content.code.annotate -copyright: Copyright © 2024 Delphix Corp. +copyright: Copyright © 2025 Delphix Corp. extra: analytics: