Skip to content

Releases: Riminder/python-hrflow-api

V4.0.0

12 Mar 14:41
Compare
Choose a tag to compare
  • Add parsing evaluation & Function to generate the Excel report in hrflow.utils
  • Add limit rate for each endpoint
  • Add Job/Profile schemas

v3.2.1

02 Jan 13:29
Compare
Choose a tag to compare
  • Add backwards compatibility with the text parameter in Text Parsing.

v3.2.0

22 Dec 15:31
Compare
Choose a tag to compare
  • Migrate on Poetry
  • Add Ask endpoint
  • Add Auth endpoint
  • Add Unfold endpoint
  • Handle batch in tagging
  • Fix typo in README.md
  • Create a testsuite

v3.1.1

24 Aug 17:03
Compare
Choose a tag to compare
  • Added detailed Profile and Objects fields description in storing endpoints
  • To be able to seamlessly index Profiles & Jobs from structured sources in HrFlow.ai

v3.1.0

18 Jul 16:17
Compare
Choose a tag to compare

HRFlow API Version 3.1.0 Release Notes

Minor Version Update - Improved Profile and Job Updates

In the 3.1.0 version of the HRFlow API, we have made a minor enhancement to the update process for both Profiles and Jobs. Now, when updating a Profile or a Job, it is no longer mandatory to provide the key as a keyword argument. This change offers more flexibility and ease of use when updating objects.

Key Features and Changes:

  • Profiles and Jobs can now be updated using either the key or reference as a keyword argument.
  • The update process is now more flexible and allows for simpler object updates.
  • This version is backward compatible, and the key is still accepted as a keyword argument.

For detailed information on how to use the updated update functionality, please refer to the latest version of the API documentation and examples.

We recommend all users to update to this latest version to take advantage of the improved object update process. Thank you for your continued support and feedback.

For more information, detailed API documentation, and examples, please visit our GitHub repository.

If you have any questions or need assistance, please reach out to us at integrations@hrflow.ai.

v3.0.0

21 Jun 11:11
Compare
Choose a tag to compare

馃帀 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 examples folder 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

10 Mar 09:20
90c9887
Compare
Choose a tag to compare

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

07 Mar 22:13
278ec2f
Compare
Choose a tag to compare

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