Skip to content

v4.22.0

Compare
Choose a tag to compare
@Thomas65535 Thomas65535 released this 09 Sep 14:50
· 43 commits to master since this release

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)