Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@mschae mschae released this 26 Feb 11:15
· 32 commits to master since this release
  • Fixes
    • Added decoding for large structures
  • Improvements
    • Better run_statement (see below)
    • Added Boltex.Bolt.reset/2,3 to
      reset a connection.
    • Significantly better testing and code coverage.

Backwards incompatible changes

  • We improved Boltex.Bolt.run_statement/3,5: Instead of always running
    SIG PULL we are now waiting for the run statement to return ok. This
    causes the server to no longer emit IGNORED messages when a failure
    happened. Boltex.Bolt.ack_failure/2,3 was adjusted accordingly