Skip to content

Commit 8ffc583

Browse files
authored
[Cosmos] Changelog for 4.14.0b1 release (#42002)
* Update CHANGELOG.md * version update
1 parent 9254a9e commit 8ffc583

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release History
22

3-
### 4.13.0b3 (Unreleased)
3+
### 4.14.0b1 (2025-07-14)
44

55
#### Features Added
66
* Added option to enable automatic retries for write operations. See [PR 41272](https://github.com/Azure/azure-sdk-for-python/pull/41272).
@@ -12,8 +12,6 @@
1212
* Fixed bug where replacing manual throughput using `ThroughputProperties` would not work. See [PR 41564](https://github.com/Azure/azure-sdk-for-python/pull/41564)
1313
* Fixed bug where constantly raising Service Request Error Exceptions would cause the Service Request Retry Policy to indefinitely retry the request during a query or when a request was sent without a request object. See [PR 41804](https://github.com/Azure/azure-sdk-for-python/pull/41804)
1414

15-
#### Other Changes
16-
1715
### 4.13.0b2 (2025-06-18)
1816

1917
#### Bugs Fixed

sdk/cosmos/azure-cosmos/azure/cosmos/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
VERSION = "4.13.0b3"
22+
VERSION = "4.14.0b1"

0 commit comments

Comments
 (0)