Skip to content

Commit 86437f7

Browse files
Merge pull request #607 from HubSpot/feature/14.0.6
Bump version 14.0.6
2 parents 2bd176e + 8dae1eb commit 86437f7

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ 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.5...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/14.0.6...HEAD)
9+
10+
## [14.0.6](https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.6) - 2026-04-22
11+
12+
### CRM Objects
13+
14+
- `crm()->objects()->basicApi()->create()` now returns HTTP 201 instead of 200.
15+
- `crm()->objects()->basicApi()->getPage()` return type changed from `CollectionResponseSimplePublicObjectWithAssociations` to `CollectionResponseSimplePublicObjectWithAssociationsForwardPaging`.
16+
- `crm()->objects()->batchApi()->create()` now returns HTTP 201 instead of 200, and handles HTTP 207 (partial success) responses with new `BatchResponseSimplePublicObjectWithErrors` model.
17+
- `crm()->objects()->batchApi()->read()` and `update()` now handle HTTP 207 (partial success) responses, returning `BatchResponseSimplePublicObjectWithErrors`.
18+
- `crm()->objects()->batchApi()->upsert()` now handles HTTP 207 (partial success) responses, returning `BatchResponseSimplePublicUpsertObjectWithErrors`.
19+
- `HubSpot\Client\Crm\Objects\Model\BatchResponseSimplePublicObject` no longer includes `errors` and `numErrors` fields — those are available on the new `BatchResponseSimplePublicObjectWithErrors` model.
20+
- `HubSpot\Client\Crm\Objects\Model\BatchResponseSimplePublicUpsertObject` no longer includes `errors` and `numErrors` fields — those are available on the new `BatchResponseSimplePublicUpsertObjectWithErrors` model.
21+
- Renamed model `CollectionResponseSimplePublicObjectWithAssociations` to `CollectionResponseSimplePublicObjectWithAssociationsForwardPaging`.
22+
- Added new models: `BatchResponseSimplePublicObjectWithErrors`, `BatchResponseSimplePublicUpsertObjectWithErrors`, `ForwardPaging`.
923

1024
## [14.0.5](https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.5) - 2026-04-02
1125

@@ -1230,7 +1244,7 @@ to
12301244
25. getSubscriptions => getAll (webhooks()->subscriptionsApi())
12311245
26. updateSubscription => update (webhooks()->subscriptionsApi())
12321246

1233-
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/14.0.5...HEAD
1247+
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/14.0.6...HEAD
12341248
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta
12351249
[1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0
12361250
[1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0
@@ -1302,3 +1316,4 @@ to
13021316
[14.0.3]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.3
13031317
[14.0.4]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.4
13041318
[14.0.5]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.5
1319+
[14.0.6]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.6

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.5",
3+
"version": "14.0.6",
44
"description": "Hubspot API client",
55
"keywords": [
66
"hubspot",

0 commit comments

Comments
 (0)