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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
# Changelog
2
2
3
+
## 0.43.0 (2026-04-22)
4
+
5
+
Full Changelog: [v0.42.0...v0.43.0](https://github.com/G-Core/gcore-python/compare/v0.42.0...v0.43.0)
6
+
7
+
### Features
8
+
9
+
***api:** aggregated API specs update ([7d70fe4](https://github.com/G-Core/gcore-python/commit/7d70fe4b2ef3fc2ba54cb8f2a195a5b0f09514bc))
10
+
***api:** aggregated API specs update ([2e269b6](https://github.com/G-Core/gcore-python/commit/2e269b6f17a504250715f6f33316818e25ce6d70))
11
+
***api:** aggregated API specs update ([96cd4c9](https://github.com/G-Core/gcore-python/commit/96cd4c96ff40b2d2bfc0d220309eadbc88b0dbb3))
12
+
***api:** aggregated API specs update ([8b6d277](https://github.com/G-Core/gcore-python/commit/8b6d2777aa8967ba88788145440b9e6e94c7c7f7))
13
+
***cloud:** add examples for GPU baremetal cluster images ([7279536](https://github.com/G-Core/gcore-python/commit/7279536d11b4163c445e270180da5de8582709ee))
14
+
***cloud:** add polling methods for K8s clusters and pools ([76bd4c9](https://github.com/G-Core/gcore-python/commit/76bd4c9a97c4da20f7dcf4f04f87e195278527a0))
15
+
***cloud:** add runnable K8s cluster example ([030f335](https://github.com/G-Core/gcore-python/commit/030f335f902c3cb2b29792b22b9e9c0a2f6f6de7))
16
+
***storage:** support Terraform generation for locations ([063f1f4](https://github.com/G-Core/gcore-python/commit/063f1f40ee0d10153f5437a69f227936516cf8e7))
17
+
18
+
19
+
### Bug Fixes
20
+
21
+
* add rule to omit doc-only changes from release notes ([45bae59](https://github.com/G-Core/gcore-python/commit/45bae593f219bc62fd3773b97db603b4859500d7))
22
+
23
+
24
+
### Performance Improvements
25
+
26
+
***client:** optimize file structure copying in multipart requests ([2fd1bcb](https://github.com/G-Core/gcore-python/commit/2fd1bcbd057214f9fb494484e99d203a24c04c29))
27
+
28
+
29
+
### Chores
30
+
31
+
* suppress deprecation warning on IAM api_tokens.create usage ([9b2f4a4](https://github.com/G-Core/gcore-python/commit/9b2f4a4ff19039df9dc1aac3dfdc5eba000de025))
32
+
***tests:** bump steady to v0.22.1 ([6ac2648](https://github.com/G-Core/gcore-python/commit/6ac2648d93f24b1f23544dac36d979575c763f3c))
33
+
3
34
## 0.42.0 (2026-04-17)
4
35
5
36
Full Changelog: [v0.41.0...v0.42.0](https://github.com/G-Core/gcore-python/compare/v0.41.0...v0.42.0)
0 commit comments