Skip to content

Commit

Permalink
Release 0.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
velveteer committed Aug 28, 2023
1 parent 8d05faf commit b7d0030
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Revision history for hermes-json

## 0.6.1.0 -- 2023-08-27

### Changed
* Bump upper bounds on dependencies

### Fixed
* Fix bug in `FieldsDecoder` `Alternative` instance that was causing seg faults
on missing keys

### Added
* Add `liftObjectDecoder`
* Add `objectAsMapExcluding`
* Add `formatException`

## 0.6.0.0 -- 2023-08-22

### Breaking Changes:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ We benchmark the following operations using both `hermes-json` and `aeson` stric
* Partial decoding of Twitter status objects to highlight the on-demand benefits
* Decoding entire documents into `Data.Aeson.Value`

Please be aware that GHC does not report C-allocated memory. simdjson does actually
allocate more memory than appears here, but we still strive to keep our Haskell memory
footprint as small as possible.

### Specs

* GHC 9.4.6 w/ -O1
Expand Down
2 changes: 1 addition & 1 deletion hermes-json.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: hermes-json
version: 0.6.0.0
version: 0.6.1.0
category: Text, Web, JSON, FFI
synopsis: Fast JSON decoding via simdjson C++ bindings
description:
Expand Down

0 comments on commit b7d0030

Please sign in to comment.