Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
5fd5b6a
Codegen Crm Objects Goals
alzheltkovskiy-hubspot Apr 21, 2025
c3afa39
Codegen Crm Products
alzheltkovskiy-hubspot Apr 21, 2025
4183cff
Merge pull request #436 from HubSpot/codegen/crm-products
alzheltkovskiy-hubspot Apr 23, 2025
57fdcb7
Merge pull request #435 from HubSpot/codegen/crm-objects-goals
alzheltkovskiy-hubspot Apr 23, 2025
6aa45ac
Codegen Files
alzheltkovskiy-hubspot Apr 26, 2025
c9eca28
Cms Performance marked as deprecated
alzheltkovskiy-hubspot Apr 26, 2025
800da58
Merge pull request #437 from HubSpot/codegen/files
alzheltkovskiy-hubspot May 5, 2025
ada7745
Merge pull request #438 from HubSpot/deprecate/cms-performance
alzheltkovskiy-hubspot May 5, 2025
edf4b93
Codegen Crm Tickets
alzheltkovskiy-hubspot May 7, 2025
2c97d22
Merge pull request #439 from HubSpot/codegen/crm-tickets
alzheltkovskiy-hubspot May 7, 2025
f4c41c3
Discovery Crm Tickets
alzheltkovskiy-hubspot May 7, 2025
3b160eb
Merge pull request #440 from HubSpot/discovery/crm-tickets
alzheltkovskiy-hubspot May 7, 2025
15dd9f7
Changelog 12.0.0-beta.2
alzheltkovskiy-hubspot May 7, 2025
710bbd1
Changelog 12.0.0
alzheltkovskiy-hubspot May 7, 2025
6dbeebe
Merge pull request #442 from HubSpot/changelog/12.0.0
alzheltkovskiy-hubspot May 7, 2025
4f22eed
Remove CMS Performance
alzheltkovskiy-hubspot May 7, 2025
230f0ef
Discovery Fix Crm Tickets
alzheltkovskiy-hubspot May 7, 2025
eba67be
Merge pull request #443 from HubSpot/remove/cms-perormance
alzheltkovskiy-hubspot May 7, 2025
1c8698a
Merge pull request #444 from HubSpot/discovery/fix-crm-tickets
alzheltkovskiy-hubspot May 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 30 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v12.0.0-beta.1...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v12.0.0...HEAD)

## [12.0.0-beta.1](https://github.com/HubSpot/hubspot-api-python/compare/v11.1.0...v12.0.0-beta.1) - 2025-05-16
## [12.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v12.0.0-beta.1...v12.0.0) - 2025-05-07

## Files

- Changed incomining parameters list in `files.files_api.do_search()`.
- Renamed method `archive_gdpr()` to `delete()` in `files.files_api`.
- Renamed method `update_properties()` to `update_properties_recursively()` in `files.folders_api`.
- Added new method `update_properties()` to `files.folders_api`.
- Changed incomining parameters list in `files.folders_api.do_search()`.
- Added properties `source_group` and `file_md5` to `File`.
- Added property `clear_expires` to `FileUpdateInput`.
- Changed property type from `"expires_at": "int"` to `"expires_at": "datetime"` in `FileUpdateInput`.
- Added property `expires_at` to `ImportFromUrlInput`.
- Removed property `id` from `FolderUpdateInput`.

## Other changes

- 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`.
- 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`.
- Added method `merge()` to `crm.tickets.basic_api`.
- Removed `crm.tickets.merge_api` Api.
- Removed `CMS Performance` Client.

## [12.0.0-beta.1](https://github.com/HubSpot/hubspot-api-python/compare/v11.1.0...v12.0.0-beta.1) - 2025-04-16

## CRM Objects

Expand Down Expand Up @@ -45,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Added new Client APIs

- `crm.companies.api.merge_api` Api.
- `crm.companies.merge_api` Api.
- `crm.extensions.calling.channel_connection_settings_api` Api.
- `marketing.events.add_event_attendees_api` Api.
- `marketing.events.batch_api` Api.
Expand All @@ -63,10 +86,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `marketing.events.attendance_subscriber_state_changes_api` Api.
- `crm.objects.feedback_submissions.gdpr_api` Api.
- `crm.objects.feedback_submissions.public_object_api` Api.
- `crm.companies.api.merge_api` Api.
- `crm.contacts.api.merge_api` Api.
- `crm.deals.api.merge_api` Api.
- `crm.contacts.api.gdpr_api` Api.
- `crm.companies.merge_api` Api.
- `crm.contacts.merge_api` Api.
- `crm.deals.merge_api` Api.
- `crm.contacts.gdpr_api` Api.
- `events.send.custom_event_data_api` Api.
- `events.send.default_api` Api.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.0.0-beta.1
12.0.0
36 changes: 0 additions & 36 deletions hubspot/cms/performance/__init__.py

This file was deleted.

6 changes: 0 additions & 6 deletions hubspot/cms/performance/api/__init__.py

This file was deleted.

Loading