All Versions
53
Latest Version
Avg Release Cycle
6 days
Latest Release
-
Changelog History
Page 1
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 ofupper
-
v2.0.9 Changes
- ๐ fix: (Bolt.Sips.Exception) unable to encode value: -128, see: https://boltprotocol.org/v1/#ints, for details. Closes #93 Thank you, @kalamarski-marcin
-
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 alist
instead oflist|map
- โ Add typespec for Bolt.Sips.Types: Node, Relationship and UnboundRelationship
- ๐ Fix 'unused alias' compilation warnings
-
v2.0.5 Changes
- ๐ fix #83. More details in commit: https://github.com/florinpatrascu/bolt_sips/commit/ebe17e62ab1d823e301b11d99d532663b0b25135 Thank you @kristofka!
-
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