Releases: zmactep/hasbolt
Releases · zmactep/hasbolt
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
- Add instance IsValue Bool
HasBOLT 0.1.3.5
- nice properties map support
HasBOLT 0.1.3.4
- version was bumped to 0.1.3.4
- you can use
transact
function now - all transformers moved from
transformers
tomtl
- travis GHC version update
pack
andunpack
functions export was moved toDatabase.Bolt.Serialization
to prevent name collisions
Great thanks to @gvolpe for feature request, code prototyping and review!
HasBOLT 0.1.3.2
No debug logging (issue #11)
HasBOLT 0.1.3.0
- Switched to
connection
library backend - TLS support with
secure
flag inBoltCfg