@@ -5,9 +5,32 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-python/compare/v12.0.0-beta.1 ...HEAD )
8+ ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-python/compare/v12.0.0...HEAD )
99
10- ## [ 12.0.0-beta.1] ( https://github.com/HubSpot/hubspot-api-python/compare/v11.1.0...v12.0.0-beta.1 ) - 2025-05-16
10+ ## [ 12.0.0] ( https://github.com/HubSpot/hubspot-api-python/compare/v12.0.0-beta.1...v12.0.0 ) - 2025-05-07
11+
12+ ## Files
13+
14+ - Changed incomining parameters list in ` files.files_api.do_search() ` .
15+ - Renamed method ` archive_gdpr() ` to ` delete() ` in ` files.files_api ` .
16+ - Renamed method ` update_properties() ` to ` update_properties_recursively() ` in ` files.folders_api ` .
17+ - Added new method ` update_properties() ` to ` files.folders_api ` .
18+ - Changed incomining parameters list in ` files.folders_api.do_search() ` .
19+ - Added properties ` source_group ` and ` file_md5 ` to ` File ` .
20+ - Added property ` clear_expires ` to ` FileUpdateInput ` .
21+ - Changed property type from ` "expires_at": "int" ` to ` "expires_at": "datetime" ` in ` FileUpdateInput ` .
22+ - Added property ` expires_at ` to ` ImportFromUrlInput ` .
23+ - Removed property ` id ` from ` FolderUpdateInput ` .
24+
25+ ## Other changes
26+
27+ - Added parameter ` object_write_trace_id ` to models: ` simple_public_object ` , ` simple_public_object_with_associations ` , ` simple_public_upsert_object ` for ` crm.products ` , ` crm.objects.goals ` , ` crm.tickets ` .
28+ - Removed parameter ` object_write_trace_id ` from models: ` simple_public_object_input ` , ` simple_public_object_input_for_create ` for ` crm.products ` , ` crm.objects.goals ` , ` crm.tickets ` .
29+ - Added method ` merge() ` to ` crm.tickets.basic_api ` .
30+ - Removed ` crm.tickets.merge_api ` Api.
31+ - Removed ` CMS Performance ` Client.
32+
33+ ## [ 12.0.0-beta.1] ( https://github.com/HubSpot/hubspot-api-python/compare/v11.1.0...v12.0.0-beta.1 ) - 2025-04-16
1134
1235## CRM Objects
1336
@@ -45,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4568
4669## Added new Client APIs
4770
48- - ` crm.companies.api. merge_api ` Api.
71+ - ` crm.companies.merge_api ` Api.
4972- ` crm.extensions.calling.channel_connection_settings_api ` Api.
5073- ` marketing.events.add_event_attendees_api ` Api.
5174- ` marketing.events.batch_api ` Api.
@@ -63,10 +86,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6386- ` marketing.events.attendance_subscriber_state_changes_api ` Api.
6487- ` crm.objects.feedback_submissions.gdpr_api ` Api.
6588- ` crm.objects.feedback_submissions.public_object_api ` Api.
66- - ` crm.companies.api. merge_api ` Api.
67- - ` crm.contacts.api. merge_api ` Api.
68- - ` crm.deals.api. merge_api ` Api.
69- - ` crm.contacts.api. gdpr_api ` Api.
89+ - ` crm.companies.merge_api ` Api.
90+ - ` crm.contacts.merge_api ` Api.
91+ - ` crm.deals.merge_api ` Api.
92+ - ` crm.contacts.gdpr_api ` Api.
7093- ` events.send.custom_event_data_api ` Api.
7194- ` events.send.default_api ` Api.
7295
0 commit comments