diff --git a/changes/410.fixed b/changes/410.fixed deleted file mode 100644 index 797f1b4f..00000000 --- a/changes/410.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed checksum verification timing out on large OS images — `get_remote_checksum` and `verify_file` now accept a `read_timeout` argument and its default was raised from 300s to 900s for IOS, ASA and IOS-XR devices. diff --git a/docs/admin/release_notes/version_3.2.md b/docs/admin/release_notes/version_3.2.md index 449a6f0f..b788aace 100644 --- a/docs/admin/release_notes/version_3.2.md +++ b/docs/admin/release_notes/version_3.2.md @@ -8,6 +8,12 @@ This document describes all new features and changes in the release. The format - Fixed Arista EOS reboot detection when waiting for a device to reload. +## [v3.2.2 (2026-08-04)](https://github.com/networktocode/pyntc/releases/tag/v3.2.2) + +### Fixed + +- [#410](https://github.com/networktocode/pyntc/issues/410) - Fixed checksum verification timing out on large OS images — `get_remote_checksum` and `verify_file` now accept a `read_timeout` argument and its default was raised from 300s to 900s for IOS, ASA and IOS-XR devices. + ## [v3.2.1 (2026-07-27)](https://github.com/networktocode/pyntc/releases/tag/v3.2.1) ### Fixed diff --git a/pyproject.toml b/pyproject.toml index d288324d..1f845f8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyntc" -version = "3.2.2a0" +version = "3.2.3a0" description = "Python library focused on tasks related to device level and OS management." authors = ["Network to Code, LLC "] readme = "README.md"