Skip to content

Releases: zmactep/hasbolt

0.1.7.2

Choose a tag to compare

@maksbotan maksbotan released this 11 Nov 08:51
d028e4c

What's Changed

Full Changelog: 0.1.7.1...0.1.7.2

0.1.7.1

Choose a tag to compare

@maksbotan maksbotan released this 27 Sep 21:23
3ec4ae0

What's Changed

New Contributors

Full Changelog: 0.1.7.0...0.1.7.1

0.1.7.0

Choose a tag to compare

@maksbotan maksbotan released this 10 Dec 11:21
7f7a42c

What's Changed

Full Changelog: 0.1.6.3...0.1.7.0

0.1.6.3

Choose a tag to compare

@maksbotan maksbotan released this 28 Sep 17:12
fe9f956

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

Choose a tag to compare

@zmactep zmactep released this 24 May 14:23
97a063c

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

HasBOLT 0.1.4.3

Choose a tag to compare

@zmactep zmactep released this 16 Mar 06:15
version 0.1.4.3: adds Eq, Show and Read for BoltCfg

HasBOLT 0.1.4.2

Choose a tag to compare

@zmactep zmactep released this 02 Mar 08:37
Merge branch 'maksbotan-maksbotan/fix-tests-8.8'

HasBOLT 0.1.3.6

Choose a tag to compare

@zmactep zmactep released this 26 Nov 06:59
  • Add instance IsValue Bool

HasBOLT 0.1.3.5

Choose a tag to compare

@zmactep zmactep released this 01 Sep 19:16
  • nice properties map support

HasBOLT 0.1.3.4

Choose a tag to compare

@zmactep zmactep released this 07 Aug 12:00
0028424
  • 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!