Skip to content

Commit 9f1ae05

Browse files
authored
[Cosmos] update versions for release (#44193)
* version upgrades for release * add bugfix changelog
1 parent 6a3f6cd commit 9f1ae05

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

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

3-
### 4.14.3 (Unreleased)
3+
### 4.15.0b1 (2025-11-26)
44

55
#### Features Added
66
* Added support for Per Partition Automatic Failover. To enable this feature, you must follow the guide [here](https://learn.microsoft.com/azure/cosmos-db/how-to-configure-per-partition-automatic-failover). See [PR 41588](https://github.com/Azure/azure-sdk-for-python/pull/41588).
77
* Added support for AvailabilityStrategy to help improve request latency and availability in multi-region deployments. See [PR 42584](https://github.com/Azure/azure-sdk-for-python/pull/42584)
88

9-
#### Breaking Changes
10-
119
#### Bugs Fixed
1210
* Fixed bug where client timeout/read_timeout values were not properly enforced[PR 42652](https://github.com/Azure/azure-sdk-for-python/pull/42652).
1311
* Fixed bug when passing in None for some option in `query_items` would cause unexpected errors. See [PR 44098](https://github.com/Azure/azure-sdk-for-python/pull/44098)

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.14.3"
22+
VERSION = "4.15.0b1"

sdk/cosmos/azure-cosmos/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
url="https://github.com/Azure/azure-sdk-for-python",
5656
keywords="azure, azure sdk",
5757
classifiers=[
58-
"Development Status :: 5 - Production/Stable",
58+
"Development Status :: 4 - Beta",
5959
"Intended Audience :: Developers",
6060
"Natural Language :: English",
6161
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)