Skip to content

Commit 579dadc

Browse files
authored
Merge pull request #100 from fastly/joeshaw/1.2.1-changelog
2 parents a015caa + 9fa7f97 commit 579dadc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.2.1 (2024-01-19)
2+
3+
### Added
4+
5+
- Better error handling for geo data
6+
7+
### Changed
8+
9+
- Copy, don't stream, in-memory io.Readers like bytes.Buffer, bytes.Reader and strings.Reader
10+
- Fix a bug where a panic under Go (but not TinyGo) would result in handlers returning 200 OK instead of 500 Internal Server Error by not deferring Close() on the response writer internally.
11+
112
## 1.2.0 (2023-11-17)
213

314
### Added

0 commit comments

Comments
 (0)