Skip to content

Commit b0b0a86

Browse files
committed
Release: smithy_http-0.3.1
1 parent 46fc25f commit b0b0a86

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "bugfix",
5+
"description": "Fixed empty error messaging for CRT-based timeout errors."
6+
},
7+
{
8+
"type": "dependency",
9+
"description": "Removed strict pinning on `smithy-core` in favor of client managed versions."
10+
}
11+
]
12+
}

packages/smithy-http/.changes/next-release/smithy-http-enhancement-20251122132342.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/smithy-http/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.3.1
4+
5+
### Bug fixes
6+
* Fixed empty error messaging for CRT-based timeout errors.
7+
8+
### Dependencies
9+
* Removed strict pinning on `smithy-core` in favor of client managed versions.
10+
311
## v0.3.0
412

513
### Features

packages/smithy-http/src/smithy_http/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from . import interfaces
77
from .interfaces import FieldPosition
88

9-
__version__ = "0.3.0"
9+
__version__ = "0.3.1"
1010

1111

1212
class Field(interfaces.Field):

0 commit comments

Comments
 (0)