Skip to content

Commit

Permalink
Merge pull request #100 from fastly/joeshaw/1.2.1-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joeshaw authored Jan 19, 2024
2 parents a015caa + 9fa7f97 commit 579dadc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.2.1 (2024-01-19)

### Added

- Better error handling for geo data

### Changed

- Copy, don't stream, in-memory io.Readers like bytes.Buffer, bytes.Reader and strings.Reader
- 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.

## 1.2.0 (2023-11-17)

### Added
Expand Down

0 comments on commit 579dadc

Please sign in to comment.