Primary Modules¶
Additions to the primary modules.
- Added the
freshpy.agentswith the following functions: freshpy.agents._get_user_info_by_email()
- Added the
This page documents the additions, changes, fixes, deprecations and removals made in each release.
Release Date: 2025-01-29
Additions to the FreshPy Core Object.
Additions to the primary modules.
freshpy.agents with the following functions:freshpy.agents._get_user_info_by_email()
Additions to the supporting modules.
Added the freshpy.errors.exceptions.InvalidFilterError exception.
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.
Release Date: 2023-05-08
Updated the required packages in the requirements.txt file.
Adjusted the required install packages in the setup.py script.
Release Date: 2021-01-05
Additions to the supporting modules.
Added the freshpy.utils.version.get_major_minor_version() function.
The documentation was fully created and hosted.
Changes to the FreshPy Core Object.
Changes to the primary modules.