Change Log

This page documents the additions, changes, fixes, deprecations and removals made in each release.

v2.0.0

Release Date: 2025-01-29

Added

Core Object

Additions to the FreshPy Core Object.

Primary Modules

Additions to the primary modules.

Supporting Modules

Additions to the supporting modules.

Changed

Primary Modules

Changes to the primary modules.

  • Added error handling to the freshpy.api.get_request_with_retries() function.

  • Replaced a generic py:exc:Exception with a py:exc:RuntimeError exception in the py:func:freshpy.api._report_failed_attempt function.

  • Removed an unnecessary return statement from the freshpy.api._report_failed_attempt() function.



v1.1.1

Release Date: 2023-05-08

Changed

General

  • Updated the required packages in the requirements.txt file.

  • Adjusted the required install packages in the setup.py script.



v1.1.0

Release Date: 2021-01-05

Added

Supporting Modules

Additions to the supporting modules.

Documentation

The documentation was fully created and hosted.

Changed

Core Object

Changes to the FreshPy Core Object.

Primary Modules

Changes to the primary modules.