Skip to content

Commit 2a26d2c

Browse files
Merge pull request #602 from HubSpot/feature/14.0.4
14.0.5
2 parents 1085490 + 439ef3e commit 2a26d2c

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/14.0.4...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/14.0.5...HEAD)
9+
10+
## [14.0.5](https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.5) - 2026-04-02
11+
12+
### CRM Associations V4
13+
14+
- Updated the return type of the response object in `crm()->associations()->v4()->batchApi()->archive()` and `archiveLabels()` to `void` instead of `BatchResponseVoid|Error`. The `BatchResponseVoid` model has been removed.
15+
- `crm()->associations()->v4()->batchApi()->create()` now handles HTTP 207 (partial success) responses, returning new `BatchResponseLabelsBetweenObjectPairWithErrors` model.
16+
- `crm()->associations()->v4()->batchApi()->getPage()` now handles HTTP 207 (partial success) responses, returning new `BatchResponsePublicAssociationMultiWithLabelWithErrors` model.
17+
- `HubSpot\Client\Crm\Associations\V4\Model\BatchResponseLabelsBetweenObjectPair` model no longer includes `errors` and `numErrors` fields — those are available on the new `HubSpot\Client\Crm\Associations\V4\Model\BatchResponseLabelsBetweenObjectPairWithErrors` model.
18+
- Added new models: `HubSpot\Client\Crm\Associations\V4\Model\BatchResponseLabelsBetweenObjectPairWithErrors`, `HubSpot\Client\Crm\Associations\V4\Model\BatchResponsePublicAssociationMultiWithLabelWithErrors`.
919

1020
## [14.0.4](https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.4) - 2026-03-24
1121

@@ -1220,7 +1230,7 @@ to
12201230
25. getSubscriptions => getAll (webhooks()->subscriptionsApi())
12211231
26. updateSubscription => update (webhooks()->subscriptionsApi())
12221232

1223-
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/14.0.4...HEAD
1233+
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/14.0.5...HEAD
12241234
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta
12251235
[1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0
12261236
[1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0
@@ -1291,3 +1301,4 @@ to
12911301
[14.0.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.2
12921302
[14.0.3]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.3
12931303
[14.0.4]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.4
1304+
[14.0.5]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.5

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubspot/api-client",
3-
"version": "14.0.4",
3+
"version": "14.0.5",
44
"description": "Hubspot API client",
55
"keywords": [
66
"hubspot",

0 commit comments

Comments
 (0)