Releases: Riminder/hrflow-connectors
Releases · Riminder/hrflow-connectors
2.0.1
What's Changed
Major rewrite of hrflow-connectors with whole new paradigm.
🚀 Read DOCUMENTATION.md
and follow along LocalJSON
tutorial to learn about the new features 🚀
1.1.0
What's Changed
Added
- Custom errors for hrflow connectors
- Hrflow schemas in utils
- Schemas pipeline in connectors
- Bullhorn Connector
- Teamtailor Connector
- Workable connector
- Crosstalent schemas
Changed
- Change credentials to a config class and a dot env
- Change logics to allow them to return a modified object or None. If None, remove from list.
- BreezyHr connecteor
- Schemas in previous connectors
Removed
- Hrflow Profile, Job, Board and Source in utils
1.0.2
Changed
- Update VERSION
Removed
CHANGELOG.md
and use Github Releases
1.0.1
Changed
- Update "About Hrflow.ai" section in README
Reason: The VERSION file was not updated when the tag was created.
1.0.0
Added
- Add
Connector
interface - Add
PullBaseAction
class - Add
PullBaseAction
class - Breezy.hr Connector
- Ceridian Connector
- Greenhouse Connector
- Monster Connector
- Recruitee Connector
- SAPSuccessfactors Connector
- Smartrecruiters Connector :
PushProfileAction
- Taleez Connector
- Workable Connector
Changed
- Facilitate
import
- Rename
Action
->BaseAction
- Rename
BoardAction
->PullJobsBaseAction
- Rename
ProfileDestinationAction
->PushProfileBaseAction
- Rename
JobDestinationAction
->PushJobBaseAction
Auth
is compatible withrequests
auth- Change the package architecture
- Move docs of each action into
docs/
- Improve documentation
Fixed
- Unescape HTML in Hrflow.ai fields
summary
§ions
Removed
- Remove
HTTPStream
and replace withrequests.Request
- Remove all crawlers : Craigslist and Indeed
0.2.0
Added
- Craigslist
CraigslistFeed
Connector - Crosstalent
PushProfile
Connector - Flatchr
PushProfile
Connector - Flatchr
EnrichProfile
Connector - Indeed
IndeedFeed
Connector - Smartrecruiters
SmartJobs
Connector hydrate_with_parsing
inBoardAction
hydrate_with_parsing
inBoardAction
- Logging
format_function_name
: use external function to format dataarchive_deleted_jobs_from_stream
: Automatically archive a job when it is deleted from the streamEventParser
withget_profile
Profile
andSource
objectsXAPIKeyAuth
AuthorizationAuth
XSmartTokenAuth
from_str_to_datetime
: Convert string todatetime.datetime
from_str_to_timedelta
: Convert string todatetime.timedelta
remove_html_tags
: Remove all HTML tags in a stringfind_element_in_list
: Find element with some fields in list of elementsgenerate_workflow_response
: Generate CATCH workflow response- Dependencies :
selenium
Changed
- Pipeline in Action and BoardAction to use
format_switcher
instead offormat
Fixed
- HTTPStream : static private attributes become public attributes
0.1.0
First release of the Hrflow Connectors package.
This version implements the basic architecture.
You will find the very first connector: Crosstalent GetAllJobs
.