You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-57Lines changed: 0 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,60 +29,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
### Fixed
30
30
- Adjusted pagination logging to avoid line length lint failures
31
31
32
-
## [6.0.0] - 2025-07-03
33
-
### Added
34
-
- Added support for Business Metrics endpoints
35
-
36
-
## [5.2.0] - 2025-06-27
37
-
### Changed
38
-
- Migrated from Poetry to UV for faster dependency management and improved developer experience
39
-
- Regenerated all Pydantic models using `datamodel-codegen` with improved configuration to fix model duplication issues (e.g., `CreateVirtualTagConfigValue` instead of generic `Value2`)
40
-
41
-
## [0.3.2] - 2025-04-15
42
-
### Added
43
-
- Custom json serialization logic for the CreateDataExport pydantic model so that groupings are serialized as a string with values separated by commas
44
-
45
-
### Fixed
46
-
- Added more detailed error messages for Data Export methods
47
-
48
-
## [0.3.1] - 2025-04-15
49
-
### Fixed
50
-
- Fixed bug where error classes were missing parameters in the constructor
51
-
52
-
## [0.3.0] - 2025-04-07
53
-
### Added
54
-
- Added data export PUT and GET endpoints
55
-
- Created new CreateCostReport model by subclassing the codegen-generated model to implement new field validation logic using Pydantic's model_validator
56
-
57
-
### Changed
58
-
- Regenerated models based on updated OpenAPI specification
59
-
60
-
### Fixed
61
-
- Fixed compatibility issue with Python 3.10 not supporting StrEnum, now using alternative library
62
-
63
-
### Updated
64
-
- Updated tests with new methods
65
-
66
-
## [0.1.0] - 2025-03-11
67
-
### Changed
68
-
- Switched to Async + HTTPX for Pagination
69
-
- All methods now accept only Pydantic baseclass parameters
70
-
- Paginated methods now return a single object rather than a list (e.g., list[CostReport] -> CostReports)
71
-
72
-
### Added
73
-
- Added FolderTokenParams, CostReportTokenParams, SavedFilterTokenParams, and VirtualTagTokenParams Pydantic classes
74
-
- Added utility functions for generating unique names and printing client details
75
-
76
-
### Removed
77
-
- Removed back off and auto retry functionality
78
-
79
-
## [0.0.3] - 2025-02-24
80
-
### Fixed
81
-
- Fixed `get_cost_report_costs` SDK method
82
-
83
-
### Added
84
-
- Added test for `get_cost_report_costs` SDK method
0 commit comments