Skip to content

Commit

Permalink
4.26.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
hrflow-semantic-release committed Dec 3, 2024
1 parent c949efe commit 78889fc
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 1 deletion.
95 changes: 95 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,101 @@



## v4.26.0 (2024-12-03)

### Feature

* feat: add params candidate_id in bullhron update application v1 & v2 ([`7c2af8a`](https://github.com/Riminder/hrflow-connectors/commit/7c2af8a07295c6bb3efedbf0f8ca4960ecbd3003))

* feat: Hubspot docs + manifest ([`9087bea`](https://github.com/Riminder/hrflow-connectors/commit/9087bea789652f845183af3d2e7f9a1e2b626ac2))

* feat: Admen e2e Bug hunt + Jsonmaps ([`cf9761e`](https://github.com/Riminder/hrflow-connectors/commit/cf9761e96030a28506f91ea0d9abbdb355d547be))

* feat: Add integration tests config for Bullhorn v2 ([`f8fa2ac`](https://github.com/Riminder/hrflow-connectors/commit/f8fa2ac3d58c39ef0d8ae63108a87317495fabe2))

### Fix

* fix: support distinct incremental methods per action (create, update, archive) ([`722e8c7`](https://github.com/Riminder/hrflow-connectors/commit/722e8c709879dff25ed5436eabd4470e1e7a8fd5))

* fix: documentation generation bug for connector actions with Aisle Endpoints configured ([`d6bd087`](https://github.com/Riminder/hrflow-connectors/commit/d6bd08786f48724966fd2c15129183dac7bdcee0))

* fix: include AD-MEN in target connectors list to update root README ([`d143f5e`](https://github.com/Riminder/hrflow-connectors/commit/d143f5ef80f766875dd0e54e2903dc0e7186cd81))

* fix: resolve ADMEN CI-CD pipeline failure caused by missing dependencies in poetry environment ([`3f0e210`](https://github.com/Riminder/hrflow-connectors/commit/3f0e210741d8aaaa783dba9c6fae763e44ed73fd))

* fix: use msgspec instead of Pydantic in Zoho ([`23d2a20`](https://github.com/Riminder/hrflow-connectors/commit/23d2a201efd024c012674e84a64d4aa3f991832f))

* fix: e2e Zoho Bug hunt ([`67e1ecc`](https://github.com/Riminder/hrflow-connectors/commit/67e1ecc0ecc00e9fd087d8716293048c00d6f89e))

* fix: remove Zoho outbound Job flows, reading jobs not supported on HrFlow Warehouse ([`4af4b82`](https://github.com/Riminder/hrflow-connectors/commit/4af4b82440779a6c91148095acb46fb1a4cde393))

* fix: handle missing resume in profile during parsing for update and create actions in HrFlow ([`9ac253a`](https://github.com/Riminder/hrflow-connectors/commit/9ac253abe618d3f3593984307fd0a24c3a55973e))

* fix: replace Python 3.10+ type hint `dict | None` with `t.Optional[dict]` for Python 3.9 compatibility ([`00c993e`](https://github.com/Riminder/hrflow-connectors/commit/00c993eb8eab959b5b209c20a6771b288c179096))

* fix: e2e Bullhorn bugs hunt ([`4acaccc`](https://github.com/Riminder/hrflow-connectors/commit/4acacccc205b17571eaf55aa1996e329431e1157))

* fix: type checker related issues ([`60aa5fc`](https://github.com/Riminder/hrflow-connectors/commit/60aa5fc75224925e06b2995be4de5ed065097304))

### Unknown

* Merge pull request #305 from Riminder/fix/connector-bullhorn

feat: add params candidate_id in bullhron update application v1 & v2 ([`c949efe`](https://github.com/Riminder/hrflow-connectors/commit/c949efe818ae7000a3297477c5a504d4900936f5))

* Merge pull request #304 from Riminder/fix/incremental-config-and-doc-generation-bugs

Fix/incremental config and doc generation bugs ([`7a1e28c`](https://github.com/Riminder/hrflow-connectors/commit/7a1e28c352b0412e6d6e8db64825f240595c6f68))

* update: configure Bullhorn Warehouse for incremental reading ([`e592edc`](https://github.com/Riminder/hrflow-connectors/commit/e592edc60cafe0a837a263c40a072724872a43eb))

* Merge pull request #303 from Riminder/feature/recruitee-v2

feature: Add Recruitee Connector in CRUD v2 ([`3f951d0`](https://github.com/Riminder/hrflow-connectors/commit/3f951d0f519bbc53125cf8a87685b7eb4bf9f12f))

* feature: Add Recruitee Connector in CRUD v2 ([`ca693ab`](https://github.com/Riminder/hrflow-connectors/commit/ca693abc001848288712bffcce9c99cc664dffb5))

* Merge pull request #302 from Riminder/feature/hubspot-v2

Feature/hubspot v2 ([`232137d`](https://github.com/Riminder/hrflow-connectors/commit/232137d3752de311979f9fc39e7e6fc72345cbd0))

* feature: Add Hubspot Connector in CRUD v2 ([`3918f95`](https://github.com/Riminder/hrflow-connectors/commit/3918f958d85498efe75ed41f0659d492dc520c95))

* Merge pull request #301 from Riminder/feature/smartrecruiters-v2

Feature/smartrecruiters v2 ([`a0601d4`](https://github.com/Riminder/hrflow-connectors/commit/a0601d491285d401f73c919f3bd92df70ac04846))

* feature: Add SmartRecruiters Connector in CRUD v2 ([`d7d7c8d`](https://github.com/Riminder/hrflow-connectors/commit/d7d7c8d8d57cdb03614bcfbdde164e5f62bc4cbd))

* Merge pull request #299 from Riminder/feature/admen-connector-v2

Feature/admen connector v2 ([`193cd24`](https://github.com/Riminder/hrflow-connectors/commit/193cd243ee33994a97943d1a4bd463229395ef44))

* update: README.md ([`9b7ef61`](https://github.com/Riminder/hrflow-connectors/commit/9b7ef61de9e740b848f8985d882bdc20b287e197))

* Admen: docs & manifest ([`2cfd061`](https://github.com/Riminder/hrflow-connectors/commit/2cfd061e00e999666448244d9cbd2680d43e5353))

* feature: Add ADMEN Connector in CRUD v2 ([`dc86963`](https://github.com/Riminder/hrflow-connectors/commit/dc86963110999e823126c40778b473e263ff1104))

* Merge pull request #297 from Riminder/feature/zoho-connector-v2

Feature/zoho connector v2 ([`621af85`](https://github.com/Riminder/hrflow-connectors/commit/621af85860523215e892503b26cebfe97fe90065))

* update: Zoho docs & manifest ([`2890204`](https://github.com/Riminder/hrflow-connectors/commit/28902048d31bc08c7ab63a5fb596509f6ae4cfd9))

* update: Zoho jsonmaps, docs & manifest ([`4a5e401`](https://github.com/Riminder/hrflow-connectors/commit/4a5e401904b7366e89b5049fd6e77d1f64e6dd47))

* feature: Add Zoho Recruit Connector in CRUD v2 ([`77acd9e`](https://github.com/Riminder/hrflow-connectors/commit/77acd9ee43425c1e0f0277e286d8482b125b145d))

* Merge pull request #296 from Riminder/feature/bullhorn-v2

Feature/bullhorn v2 ([`2f10960`](https://github.com/Riminder/hrflow-connectors/commit/2f10960246e42f40ffd70a32cdb3bb53efac7647))

* minor: add variability in key used to check S3 store to avoid potential failures because of race conditions in CI ([`595629a`](https://github.com/Riminder/hrflow-connectors/commit/595629af7ae24f8b456711c44bf613ad86bf0fa3))

* feature: Bullhorn jsonmaps implementations ([`f12078a`](https://github.com/Riminder/hrflow-connectors/commit/f12078aaf9cf4c418d86995e8e968afc76fefa6a))


## v4.25.0 (2024-11-21)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hrflow-connectors"
version = "4.25.0"
version = "4.26.0"
description = "hrflow-connectors is an open source project created by HrFlow.ai to allow developers to connect easily HR ecosystem component."
license = "Apache-2.0"
authors = ["HrFlow.ai <[email protected]>"]
Expand Down

0 comments on commit 78889fc

Please sign in to comment.