Skip to content

Releases: Riminder/hrflow-connectors

v4.25.0

21 Nov 12:51
Compare
Choose a tag to compare

v4.25.0 (2024-11-21)

Feature

  • feat: add integration testings for v2 (8c78d10)

v4.24.0

15 Nov 10:03
Compare
Choose a tag to compare

v4.24.0 (2024-11-15)

Documentation

  • docs: splitting connectors tables by open source / premium (4bcfb4c)

  • docs: updating the text in status column of connectors (6f7ecb5)

  • docs: removing obsolete emojis from root readme (cff34a5)

Feature

  • feat: [v1-v2-migration] add new CRUD v2 version (8665e42)

Fix

  • fix: error in BreezyHr's push_profile_list jsonmap (c54c9f4)

  • fix: fixing bugs with docs and manifest (6df74b3)

  • fix: manifest generation bug caused by naming inconsistency between connectors and the main target list (822bdbf)

Unknown

  • Merge pull request #294 from Riminder/feature/update-jsonmaps

fix: error in BreezyHr's push_profile_list jsonmap (0c22eec)

  • Merge pull request #293 from Riminder/feature/docs-split-connectors-table

docs: splitting connectors tables by open source / premium (65f0072)

  • Merge pull request #292 from Riminder/feature/docs-update-status-text

docs: updating the text in status column of connectors (01002c2)

  • Merge pull request #291 from Riminder/feature/fix-docs-and-manifest

fix: fixing bugs with docs and manifest (d7f0bc8)

  • core: update premium connectors link in docs generation (242990f)

  • Merge pull request #290 from Riminder/feature/update-jsonmaps

fix: manifest generation bug (d9f77ba)

  • Merge branch 'master' into feature/update-jsonmaps (b3b4570)

  • update jsonmaps for remaining connectorActions (7c65104)

  • Merge pull request #279 from Riminder/feature/update-jsonmaps

Add remaining jsonmaps (84dd66d)

  • update jsonmaps for remaining connectorActions (90a4955)

  • Merge pull request #289 from Riminder/feature/fix-root-readme-docs

docs: removing obsolete emojis from root readme (074b27b)

  • Merge pull request #288 from Riminder/feature/update-root-readme-without-checks-crosses

core: updating connectors table structure in root readme (d2cb8c9)

  • core: removing emojis from connectors actions status (541e8b8)

  • core: link connector url in readme to folder wfor premium connectors (2865ab2)

  • core: link connector url in readme to folder wfor premium connectors (6a33502)

  • core: updating connectors table structure in root readme (999a7fd)

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)