Skip to content

Releases: zmactep/hasbolt

0.1.7.0

10 Dec 11:21
7f7a42c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6.3...0.1.7.0

0.1.6.3

28 Sep 17:12
fe9f956
Compare
Choose a tag to compare

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

24 May 14:23
97a063c
Compare
Choose a tag to compare

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

HasBOLT 0.1.4.3

16 Mar 06:15
Compare
Choose a tag to compare
version 0.1.4.3: adds Eq, Show and Read for BoltCfg

HasBOLT 0.1.4.2

02 Mar 08:37
Compare
Choose a tag to compare
Merge branch 'maksbotan-maksbotan/fix-tests-8.8'

HasBOLT 0.1.3.6

26 Nov 06:59
Compare
Choose a tag to compare
  • Add instance IsValue Bool

HasBOLT 0.1.3.5

01 Sep 19:16
Compare
Choose a tag to compare
  • nice properties map support

HasBOLT 0.1.3.4

07 Aug 12:00
0028424
Compare
Choose a tag to compare
  • 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!

HasBOLT 0.1.3.2

12 Dec 14:35
Compare
Choose a tag to compare
No debug logging (issue #11)

HasBOLT 0.1.3.0

08 Oct 22:12
Compare
Choose a tag to compare
  • Switched to connection library backend
  • TLS support with secure flag in BoltCfg