Skip to content

Commit 8852ce7

Browse files
chore: clean up changelog
1 parent c0142bc commit 8852ce7

File tree

1 file changed

+0
-57
lines changed

1 file changed

+0
-57
lines changed

CHANGELOG.md

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -29,60 +29,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
### Fixed
3030
- Adjusted pagination logging to avoid line length lint failures
3131

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
85-
86-
## [0.0.1]/[0.0.2] - 2025-02-15
87-
### Added
88-
- Initial release

0 commit comments

Comments
 (0)