Skip to content

Commit dc55f68

Browse files
author
semantic-release
committed
0.335.0
Automatically generated by python-semantic-release
1 parent d7b2806 commit dc55f68

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# CHANGELOG
22

3+
## v0.335.0 (2025-03-03)
4+
5+
### Feature
6+
7+
* feat: regenerate proto ([`d7b2806`](https://github.com/yandex-cloud/python-sdk/commit/d7b2806fa84ae8a9ee1f353c75372d73e4c30bda))
8+
9+
### Fix
10+
11+
* fix(retries): update version in deprecated comments ([`12ec48b`](https://github.com/yandex-cloud/python-sdk/commit/12ec48b241946f9b3b131215eb113e08a2ba98e6))
12+
13+
* fix(retries): update version in deprecated comments ([`72cef66`](https://github.com/yandex-cloud/python-sdk/commit/72cef666bd6eb84fca84426edb274cf436885b52))
14+
15+
### Refactor
16+
17+
* refactor(retries): added new retry policy to prevent retry amplification
18+
19+
refactor(retries): added new retry policy to prevent retry amplification ([`417aa7c`](https://github.com/yandex-cloud/python-sdk/commit/417aa7c8ae31fdc28a2276e91b696f23a02a98d7))
20+
21+
* refactor(retries): added new retry policy to prevent retry amplification ([`e1c9fa3`](https://github.com/yandex-cloud/python-sdk/commit/e1c9fa3825f5417464e835e88abfae2ea998f877))
22+
23+
### Unknown
24+
25+
* Update release.yml (#137)
26+
27+
Delay release trigger so it starts after proto generation ([`8cc446d`](https://github.com/yandex-cloud/python-sdk/commit/8cc446dc69c90906c0bf413b85993aa7cd4a5458))
28+
329
## v0.334.0 (2025-02-24)
430

531
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yandexcloud"
7-
version = "0.334.0"
7+
version = "0.335.0"
88
authors = [{name = "Yandex LLC", email = "[email protected]"}]
99
license = {text = "MIT"}
1010
description = "The Yandex Cloud official SDK"

yandexcloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from yandexcloud._retry_policy import RetryPolicy
1212
from yandexcloud._sdk import SDK
1313

14-
__version__ = "0.334.0"
14+
__version__ = "0.335.0"

0 commit comments

Comments
 (0)