Skip to content

Releases: Riminder/hrflow-connectors

v4.23.0

23 Sep 13:32
Compare
Choose a tag to compare

v4.23.0 (2024-09-23)

Feature

  • feat: Allow main module name to be parameterized (d160bbf)

Fix

  • fix: use correct main module name in templates (c022e96)

v4.22.2

18 Sep 13:34
Compare
Choose a tag to compare

v4.22.2 (2024-09-18)

Documentation

  • docs: update docs (84dff54)

  • docs: update manifest and readme (46633ec)

  • docs: adding new connectors logo (4bfa459)

Fix

  • fix: to generate version (6798f0c)

  • fix: merging with master (3f56fe4)

Unknown

  • Merge pull request #285 from Riminder/fix/connector-bullhorn

Fix/connector bullhorn (aa0f255)

  • Merge pull request #281 from Riminder/fix/connector-bullhorn

fix: pulling resume list to add more params and correct some function… (b176b83)

  • Merge branch 'master' into fix/connector-bullhorn (348c08e)

  • Merge pull request #284 from Riminder/feature/init-new-connectors-in-manifest

Feature/init new connectors in manifest (80254f6)

  • core: initialize new connectors in manifest (a5ffda8)

v4.22.1

12 Sep 12:46
Compare
Choose a tag to compare

v4.22.1 (2024-09-12)

Fix

  • fix: lower case and remove spaces from ConnectorModel.type in manifest (fc91d61)

  • fix: adding 'root_template' input in 'generate_docs' (e34e165)

  • fix: connectors.json 'in_progress' field from str to boolean (a516f55)

  • fix: documentation tests (97642ff)

  • fix: change ConnectorModel.name.lower() to ConnectorModel.subtype (67fae73)

Unknown

  • Merge pull request #283 from Riminder/fix/connector-type-format-in-manifest

fix: lower case and remove spaces from ConnectorModel.type in manifest (851baaf)

  • Merge pull request #282 from Riminder/fix/documentation-generation-with-template

fix: adding 'root_template' input in 'generate_docs' (bc4d6dd)

  • Merge pull request #277 from Riminder/feature/update-connectors-list

Feature/update docs generation (6e4f20c)

  • core: remove obsolete FIXME (866e16e)

  • Merge branch 'master' into feature/update-connectors-list (a44a182)

  • Merge pull request #278 from Riminder/feature/fix-import-name-for-connectors

Feature/fix import name for connectors (85fb123)

  • Merge branch 'master' into feature/fix-import-name-for-connectors (5219d3b)

v4.22.0

09 Sep 14:50
Compare
Choose a tag to compare

v4.22.0 (2024-09-09)

Documentation

  • docs: update documentation (e20b1bd)

  • docs: updating readme caused by subtype addition (69be864)

Feature

  • feat: setting all connectors subtype value (1269ad8)

Fix

  • fix: connectors tests (aa658c3)

  • fix: connectors tests that uses based_on method (912611a)

  • fix: removing unecessary subtype in connectors initialization in tests (4fd07de)

  • fix: removing unecessary subtype in connectors initialization (c953ff9)

  • fix: updating pytests for subtype addition and making subtype optional (d14a679)

  • fix: adding missing tests related to subtype addition (fa5b855)

Unknown

  • Merge pull request #280 from Riminder/feature/update-subtype-paths

core: replacing all ConnectorModel.name.lower() into ConnectorModel.s… (6b66cda)

  • core: replacing all ConnectorModel.name.lower() into ConnectorModel.subtype (7a7f346)

  • Merge pull request #275 from Riminder/feature/add-connector-subtype

feat: add subtype property to all connectors (7c325a0)

  • core: making subtype property from Connector object mandatory (65f24f0)

  • Merge branch 'feature/add-connector-subtype' of github.com:Riminder/hrflow-connectors into feature/add-connector-subtype (9fb79a6)

  • core: adding subtype property for ConnectorModel (5ef2604)

v4.21.0

05 Sep 13:20
Compare
Choose a tag to compare

v4.21.0 (2024-09-05)

Feature

  • feat: use last hrflow sdk version 4.2.0 (4489706)

v4.20.1

02 Sep 10:13
Compare
Choose a tag to compare

v4.20.1 (2024-09-02)

Fix

  • fix: update usage of Hrflow python SDK to match 3.3.0 (8e1c4e8)

v4.20.0

30 Aug 10:51
Compare
Choose a tag to compare

v4.20.0 (2024-08-30)

Documentation

  • docs: update readme bullhorn (32e7863)

Feature

  • feat: add action push application to the core and create the action in bullhorn connector (26595f4)

  • feat: Add more features to Bullhorn Connector

docs: update readme

docs: update docs (6c171d8)

Fix

  • fix: update docs (b0f3c07)

  • fix: error in incremental reading (9cdda0c)

  • fix: rebase (827c27c)

  • fix: use requests instead of urllib2 when authenticating (36979c3)

v4.19.0

29 Aug 10:14
Compare
Choose a tag to compare

v4.19.0 (2024-08-29)

Documentation

  • docs: With updated Last Updated At date in README (9a22a35)

Feature

  • feat: add Jsonmap objects to connectors (23d16a2)

v4.18.0

26 Aug 09:52
Compare
Choose a tag to compare

v4.18.0 (2024-08-26)

Documentation

  • docs: use commit date for README last updated at and update docs (dfb9ee3)

Feature

  • feat: replace calls to magic with puremagic (9ecb9cd)

Unknown

  • core: use hrflow v3.3.0 without python-magic dependency (0a47d95)

  • core: drop support for python<3.8.1
    BREAKING CHANGE (6d66cf5)

v4.17.0

22 Aug 11:58
Compare
Choose a tag to compare

v4.17.0 (2024-08-22)

Feature

  • feat: add JSONMap mappings file to manifest during doc generation

Add Jsonmap mappings to manifest.json & automattically add 'mappings/format' folder in every connector's directory

Co-authored-by: Nedhir Ebnou <nebnou@gmail.com> (11f6d51)