|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.42.0 (2026-04-15) |
| 4 | + |
| 5 | +Full Changelog: [v0.41.0...v0.42.0](https://github.com/G-Core/gcore-python/compare/v0.41.0...v0.42.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** aggregated API specs update ([7f722ad](https://github.com/G-Core/gcore-python/commit/7f722adfd9528d2ed7d79ac3aae8e2efe9204a44)) |
| 10 | +* **api:** aggregated API specs update ([d86ee7e](https://github.com/G-Core/gcore-python/commit/d86ee7e4ef80bfe055fa2d72ffaf32d0b277c56b)) |
| 11 | +* **api:** aggregated API specs update ([295e5d3](https://github.com/G-Core/gcore-python/commit/295e5d3552cc864bfdc57318defbf5ab7183cfbb)) |
| 12 | +* **api:** aggregated API specs update ([6bab3d6](https://github.com/G-Core/gcore-python/commit/6bab3d65d59f4764bead81dc17108f392acac1bc)) |
| 13 | +* **api:** aggregated API specs update ([f263699](https://github.com/G-Core/gcore-python/commit/f26369916ffd96331d9dd541caab4fffc25c3575)) |
| 14 | +* **api:** aggregated API specs update ([124c704](https://github.com/G-Core/gcore-python/commit/124c7043ff615b4548efbd7b92446f749cfadfc3)) |
| 15 | +* **api:** fix(cdn): harmonize pagination across CDN list endpoints ([141a927](https://github.com/G-Core/gcore-python/commit/141a927d1717eedcbe636db85e76a4d6432e40a1)) |
| 16 | +* **cloud:** add delete_and_poll and examples for GPU baremetal clusters ([250b5d4](https://github.com/G-Core/gcore-python/commit/250b5d48601b666336cb5a6edcd8ddc76c96bace)) |
| 17 | +* **cloud:** add polling methods and examples for GPU virtual clusters ([173c67e](https://github.com/G-Core/gcore-python/commit/173c67e0852b003367828e36818e29c8b5ef126f)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **client:** preserve hardcoded query params when merging with user params ([ecc43d5](https://github.com/G-Core/gcore-python/commit/ecc43d55ef651e1ae5e86d19b37ad4e4850fdcc6)) |
| 23 | +* **cloud:** align polling methods with underlying base method ([b93df0d](https://github.com/G-Core/gcore-python/commit/b93df0dc7a96f1a2257fc439738704fc9145242e)) |
| 24 | +* **dns:** update network-mappings get_by_name to new endpoint path ([3f4d832](https://github.com/G-Core/gcore-python/commit/3f4d832f936e3aa22f6e781b5903759b07719716)) |
| 25 | +* ensure file data are only sent as 1 parameter ([d14e883](https://github.com/G-Core/gcore-python/commit/d14e88331d25d1174e1629016b3f0fccd071348c)) |
| 26 | +* **examples:** update baremetal image examples to use BaremetalImage type ([2f9b739](https://github.com/G-Core/gcore-python/commit/2f9b73994870d080324cf9443c99814d422ad563)) |
| 27 | + |
| 28 | + |
| 29 | +### Documentation |
| 30 | + |
| 31 | +* update examples ([f060eee](https://github.com/G-Core/gcore-python/commit/f060eeec671912b3b171654bea587685982e85d5)) |
| 32 | + |
| 33 | + |
| 34 | +### Refactors |
| 35 | + |
| 36 | +* **cloud:** split instance and baremetal image models ([598edae](https://github.com/G-Core/gcore-python/commit/598edae2f2154634632a862014b550fb1f80977e)) |
| 37 | + |
3 | 38 | ## 0.41.0 (2026-04-03) |
4 | 39 |
|
5 | 40 | Full Changelog: [v0.40.0...v0.41.0](https://github.com/G-Core/gcore-python/compare/v0.40.0...v0.41.0) |
|
0 commit comments