All Versions
53
Latest Version
Avg Release Cycle
6 days
Latest Release
-

Changelog History
Page 1

  • v2.0.11 Changes

    • โฑ Issue #100: Timeout set in config in now used by queries
    • DBConnection, bump dependencies
  • v2.0.10 Changes

    • ๐Ÿ›  Fix temporal types usage: microseconds are not fully available
    • โœ… Review to pass test on Neo4j 4 :
      • test and doctests to use new parameter syntax (using {} is deprecated in Neo4j 4)
      • toUpper instead of upper
  • v2.0.9 Changes

  • v2.0.8 Changes

    • ๐Ÿ›  Fix Response.profile not being properly filled. Closes #91
  • v2.0.7 Changes

    • sometimes the server version is missing the patch number, and the router couldn't return the proper version. Thank you @barry-w-hill, for finding this bug and reporting it!
    • โœ‚ remove the basic_auth when using the &Bolt.Sips.info/0 function. Thanks @dominique-vassard, for suggestion. Closes: #89
  • v2.0.6 Changes

    • ๐Ÿ›  Fix 'unused alias' compilation warnings
    • ๐Ÿ›  Fix Bolt.Sips.Response type: stats was a list instead of list|map
    • โž• Add typespec for Bolt.Sips.Types: Node, Relationship and UnboundRelationship
  • v2.0.4 Changes

    • ๐Ÿ”‹ feature: support connection options in queries PR #82. Many thanks @tcrossland, for this contribution! This PR adds support for passing options through to DBConnection.execute/4
    • ๐Ÿ›  fix some broken links, in the docs; closes #76
    • โšก๏ธ update some dependencies, including the DBConnection package.
    • โš  squashing some compile warnings; to be continued /attn: @team ;)
    • โœ… please use Elixir 1.9 or 1.10, for test and development - where possible.
  • v2.0.3 Changes

    • ๐ŸŽ refactoring the internals for achieving a better performance, while improving the code readability and extensibility - many thanks to @kristofka and @dominique-vassard. You guys are awesome!
    • ๐Ÿ›  fix: Consistent bad connection state after malformed query [...] issue #78
  • v2.0.2 Changes

    • ๐Ÿš€ The 2.0, stable release. Thank you all for your feedback and for contributing to making this driver better. wโฆฟโ€ฟโฆฟt!
    • ๐Ÿ›  fix: Simple Query taking too much time to process #73