Skip to content

Commit f1eb091

Browse files
authored
add changelog entry for release v1.3.1 (#284)
### Smithy Go module * `transport/http`: Loosen endpoint hostname validation to allow specifying port numbers. ([#279](#279)) * `io`: Fix RingBuffer panics due to out of bounds index. ([#282](#282))
1 parent 481242f commit f1eb091

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
# Release v1.3.0 2021-04-01
1+
# Release v1.3.1 (2021-04-08)
2+
3+
### Smithy Go module
4+
* `transport/http`: Loosen endpoint hostname validation to allow specifying port numbers. ([#279](https://github.com/aws/smithy-go/pull/279))
5+
* `io`: Fix RingBuffer panics due to out of bounds index. ([#282](https://github.com/aws/smithy-go/pull/282))
6+
7+
# Release v1.3.0 (2021-04-01)
28

39
### Smithy Go module
410
* `transport/http`: Add utility to safely join string to url path, and url raw query.
511

612
### Codegen
713
* Update HttpBindingProtocolGenerator to use http/transport JoinPath and JoinQuery utility.
814

9-
# Release v1.2.0 2021-03-12
15+
# Release v1.2.0 (2021-03-12)
1016

1117
### Smithy Go module
1218
* Fix support for parsing shortened year format in HTTP Date header.

0 commit comments

Comments
 (0)