Skip to content

Tags: florinpatrascu/bolt_sips

Tags

v1.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

prefer starting Bolt.Sips under the app's main supervision tree.

v1.4.0

Refactoring encoding deconding types at low level (#63)

* Update Protocol state, now it holds sock and bolt_version

* Refactor Encoder

* Review encoding helpers

* Mutualize markers

* Refactor decoder: At this point encoding / decoding are refactored and works as fine as before

* Merge encoding/decoding error into PackStreamError

* Bolt V1 types implementation move back to decoder_v1. Bolt V2 types needs to be moved too before driver works fine

* Add low level spatial /temporal types encoding

* Use module attributes for markers instead of hard-coded ones

* Struct element should be decoded in specific bolt version

* Implement low level encoding for types added in Bolt V2

* bolt_version is passed from connection to encoding/decoding functions

* Clean useless code and tests

* bolt_version is mandatory for all encoding / decoding functions + review tests (limit number of assertions per tests for more clarity)

* Remove Internals.Utils as it is not really useful

* Review (add / delete / make it private) docs

* Rationalize doc: expose only public API + README is a default landing page

* Bump version

* Remove TODO

v1.3.0

1.3.0 release

1.3.0-rc2

Proposal: Proposal for encoding (#60)

* Add dialyxir + Type fixes

* Implement json encoding

* Docs + bump version

v1.0.0-rc2

update deps

v0.5.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #50 from ArthurClemens/patch-1

Use Bolt.Sips approach to read app config

v0.5.7

using Neo4j 3.3 and the error messages we get from the server are a t…

…ad fifferent :(

v0.4.11-stable

reference version before switching to using the db-connection