Releases: zmactep/hasbolt
Releases · zmactep/hasbolt
Release list
0.1.7.2
What's Changed
- Fix bug with BoltValue Map unpack by @maksbotan in #47
Full Changelog: 0.1.7.1...0.1.7.2
0.1.7.1
0.1.7.0
What's Changed
- version 0.1.7.0: better bolt v3 support by @maksbotan in #41
Full Changelog: 0.1.6.3...0.1.7.0
0.1.6.3
What's Changed
- Optimize binary encoding and decoding by @maksbotan in #30
- version 0.1.6.1: remove debug print by @maksbotan in #31
- Add github actions, remove travis by @maksbotan in #35
- add more HasCallStack, new IsValue instances for common types & fix minor bug by @oddsome in #36
- Add GHC 9.4 CI, bump dependencies for 9.4 by @maksbotan in #37
- Support unpacking DB Int as Double by @maksbotan in #43
New Contributors
Full Changelog: 0.1.5.0...0.1.6.3
HasBOLT 0.1.5.0
version 0.1.5.0: initial support of Bolt Protocol v.3 (neo4j 3.5+)
HasBOLT 0.1.4.3
version 0.1.4.3: adds Eq, Show and Read for BoltCfg
HasBOLT 0.1.4.2
Merge branch 'maksbotan-maksbotan/fix-tests-8.8'
HasBOLT 0.1.3.6
HasBOLT 0.1.3.5
HasBOLT 0.1.3.4
- version was bumped to 0.1.3.4
- you can use
transactfunction now - all transformers moved from
transformerstomtl - travis GHC version update
packandunpackfunctions export was moved toDatabase.Bolt.Serializationto prevent name collisions
Great thanks to @gvolpe for feature request, code prototyping and review!