Hasbolt Versions Save

Haskell driver for Neo4j 3+ (BOLT protocol)

0.1.7.0

5 months ago

What's Changed

Full Changelog: https://github.com/zmactep/hasbolt/compare/0.1.6.3...0.1.7.0

0.1.6.3

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/zmactep/hasbolt/compare/0.1.5.0...0.1.6.3

0.1.5.0

2 years ago

version 0.1.5.0: initial support of Bolt Protocol v.3 (neo4j 3.5+)

0.1.4.3

4 years ago

0.1.4.2

4 years ago

0.1.3.6

4 years ago
  • Add instance IsValue Bool

0.1.3.5

4 years ago
  • nice properties map support

0.1.3.4

4 years ago
  • version was bumped to 0.1.3.4
  • you can use transact function now
  • all transformers moved from transformers to mtl
  • travis GHC version update
  • pack and unpack functions export was moved to Database.Bolt.Serialization to prevent name collisions

Great thanks to @gvolpe for feature request, code prototyping and review!

0.1.3.2

5 years ago

0.1.3.0

6 years ago
  • Switched to connection library backend
  • TLS support with secure flag in BoltCfg