Skip to content

Commit 4694379

Browse files
authored
[Corehttp] Prepare changelog (#34439)
Signed-off-by: Paul Van Eck <[email protected]>
1 parent bf472e2 commit 4694379

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

sdk/core/corehttp/CHANGELOG.md

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

3+
## 1.0.0b4 (2024-02-23)
4+
5+
### Other Changes
6+
7+
- Relax type checking in `Pipeline` constructors to only check that each user-supplied policy object has either a `send` method or both an `on_request` and `on_response` method. This allows for more flexible policy implementations. [#34296](https://github.com/Azure/azure-sdk-for-python/pull/34296)
8+
39
## 1.0.0b3 (2024-02-01)
410

511
### Features Added

sdk/core/corehttp/corehttp/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "1.0.0b3"
12+
VERSION = "1.0.0b4"

0 commit comments

Comments
 (0)