Skip to content

0.2.0

Compare
Choose a tag to compare
@corentin-hrflow corentin-hrflow released this 02 Jan 21:35
· 1150 commits to master since this release

Added

  • Craigslist CraigslistFeed Connector
  • Crosstalent PushProfile Connector
  • Flatchr PushProfile Connector
  • Flatchr EnrichProfile Connector
  • Indeed IndeedFeed Connector
  • Smartrecruiters SmartJobs Connector
  • hydrate_with_parsing in BoardAction
  • hydrate_with_parsing in BoardAction
  • Logging
  • format_function_name : use external function to format data
  • archive_deleted_jobs_from_stream : Automatically archive a job when it is deleted from the stream
  • EventParser with get_profile
  • Profile and Source objects
  • XAPIKeyAuth
  • AuthorizationAuth
  • XSmartTokenAuth
  • from_str_to_datetime : Convert string to datetime.datetime
  • from_str_to_timedelta : Convert string to datetime.timedelta
  • remove_html_tags : Remove all HTML tags in a string
  • find_element_in_list : Find element with some fields in list of elements
  • generate_workflow_response : Generate CATCH workflow response
  • Dependencies : selenium

Changed

  • Pipeline in Action and BoardAction to use format_switcher instead of format

Fixed

  • HTTPStream : static private attributes become public attributes