@@ -5,7 +5,39 @@ 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-ruby/compare/v20.0.0-beta.1...HEAD )
8+ ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-ruby/compare/v20.0.0...HEAD )
9+
10+ ## [ 20.0.0] - 2025-05-08
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' => :'Integer' ` to ` :'expires_at' => :'Time' ` in ` FileUpdateInput ` .
22+ - Added property ` expires_at ` to ` ImportFromUrlInput ` .
23+ - Removed property ` id ` from ` FolderUpdateInput ` .
24+
25+ ## CRM Objects
26+
27+ - Renamed ` BatchInputSimplePublicObjectInputForCreate ` to ` BatchInputSimplePublicObjectBatchInputForCreate ` for ` crm.contacts ` , ` crm.companies ` , ` crm.deals ` , ` crm.products ` , ` crm.objects.goals ` , ` crm.tickets ` .
28+ - Added parameter ` object_write_trace_id ` to models: ` simple_public_object ` , ` simple_public_object_with_associations ` , ` simple_public_upsert_object ` for ` crm.contacts ` , ` crm.companies ` , ` crm.deals ` , ` crm.products ` , ` crm.objects.goals ` , ` crm.tickets ` , ` crm.objects.feedback_submissions ` .
29+ - Removed parameter ` object_write_trace_id ` from models: ` simple_public_object_input ` , ` simple_public_object_input_for_create ` for ` crm.contacts ` , ` crm.companies ` , ` crm.deals ` , ` crm.products ` , ` crm.objects.goals ` , ` crm.tickets ` , ` crm.objects.feedback_submissions ` .
30+ - Added method ` merge() ` to ` crm.tickets.basic_api ` .
31+
32+ ## Other changes
33+
34+ - Changed from ` Hubspot::OAuth ` to ` Hubspot::Oauth ` .
35+ - Removed ` crm.tickets.merge_api ` Api.
36+ - Removed ` crm.companies.merge_api ` Api.
37+ - Removed ` crm.contacts.merge_api ` Api.
38+ - Removed ` crm.deals.merge_api ` Api.
39+ - Removed ` crm.contacts.gdpr_api ` Api.
40+ - Removed ` CMS Performance ` Client.
941
1042## [ 20.0.0-beta.1] - 2025-04-09
1143
0 commit comments