Releases: Riminder/python-hrflow-api
Releases · Riminder/python-hrflow-api
v3.0.0
🎉 New Features:
- Introduced new API Tracking: Allows you to track a Profile (or a Job) for Job (or a Profile) as a recruiter (or a candidate) with a specific action. For more details, refer to the Tracking API Documentation.
- Introduced new API Rating: Enables you to rate a Profile (or a Job) for Job (or a Profile) as a recruiter (or a candidate) with a score between 0 and 1. For more information, visit the Rating API Documentation.
⚠️ Breaking Changes:
- The resource indexing in both profile and job has been renamed to storing. It still offers the same functionality (with the same methods) and has introduced a new list method. This method allows you to apply additional filters when querying objects in the HrFlow.ai data warehouses (Sources and Boards).
🤝 Getting Started Notebooks:
- Added notebooks with examples to provide hands-on usage of the SDK and demonstrate how to use each module of our suite for both profiles and jobs. You can find the notebooks in the
examplesfolder at the root of the project.
We encourage all users to upgrade to this latest version to take advantage of the new features and improvements. For more information, please refer to the updated documentation and examples.
Thank you for your continued support and feedback.
For more information and detailed API documentation, visit our GitHub repository.
If you have any questions or need assistance, please reach out to us at integrations@hrflow.ai.
v2.1.0
We are pleased to announce the release of HrFlow.ai Python sdk v2.1.0!
- This version fix the breaking change introduced in v2.0.0
- The breaking change was the removal of the document API replaced by text.
- This version is a patch to avoid breaking changes in the API for any users that uses the document API for parsing text.
⚠️ This version will be deprecated in the future.
v2.0.0
We are pleased to announce the release of HrFlow.ai Python sdk v2.0.0! This version includes major updates and features such as:
- Adding previously introduced APIs in developers to the SDK
- Storing Profiles API : This endpoint allows you to retrieve the list of profiles stored in Sources.
- Storing Jobs API : This endpoint allows you to retrieve the list of jobs stored in a Board.
- Tagging API : This allows to predict most likely tags for a text with our library of AI algorithms.
- OCR API :This endpoint allows you to extract a the text from a document across all formats (pdf, docx, png, and more)
- Imaging API : This endpoint allows you to generate an image from a job description.
⚠️ Breaking Change : Update deprecated document API classes by text ones- General improvement on APIs documentation