File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,31 @@ 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/v10.0.0...HEAD )
8+ ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-python/compare/v11.0.0...HEAD )
9+
10+ ## [ 11.0.0] ( https://github.com/HubSpot/hubspot-api-python/compare/v10.0.0...v11.0.0 ) - 2024-11-27
11+
12+ ## Associations
13+
14+ - Added ` assiciations.v4.report_api ` Api.
15+ - Added ` assiciations.v4.schema.definition_configurations_api ` Api.
16+
17+ ## Marketing Events
18+
19+ - Added ` marketing.events.list_associations_api ` Api.
20+ - Renamed method ` create_by_contact_email ` to ` record_by_contact_emails ` in ` marketing.events.attendance_subscriber_state_changes_api ` .
21+ - Renamed method ` create_by_contact_id ` to ` record_by_contact_ids ` in ` marketing.events.attendance_subscriber_state_changes_api ` .
22+ - Remove parameters ` attendance_state_calculation_timestamp ` and ` import_status ` to ` marketing.events.models.marketing_event_update_request_params ` .
23+
24+ ## Other changes
25+
26+ - Added ` api_request ` Api(for requests by curl).
27+ - Enhance ` get_all ` method.
28+ - Added possibility change all configuration params("proxy", "proxy_headers" and ect.).
29+ - Fix call ` crm.tickets.merge_api ` .
30+ - Update README.
31+ - Update requires.
32+ - Update Makefile.
933
1034## [ 10.0.0] ( https://github.com/HubSpot/hubspot-api-python/compare/v9.0.0...v10.0.0 ) - 2024-10-10
1135
Original file line number Diff line number Diff line change 1- 10 .0.0
1+ 11 .0.0
You can’t perform that action at this time.
0 commit comments