Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

72 lines (53 loc) · 2.23 KB

README.md

4.0.0

3.1.0

  • PubSub can be closed and errors can be caught as per PubSub example in README.md

3.0.0

  • Feature: Binary data parsing, Issue #56
  • we upgraded to new major version due to minor backward incompatibility. Incompatibility is in publicly exposed parser class. Most users should not notice incompatibility.

2.2.0

  • Bugfix: Handle socket exception on close Issue #49

2.1.0

  • Bugfix: Try to recover after received RedisError Issue #48

2.0.0

1.4.0

1.3.0

  • Improved error handling Issue #15
  • Experimental transaction discard Issue #11
  • Minor fixes

1.2.0

  • Received redis errors throws exception. Thanks to @eknoes for pull request.
  • Integers in array get auto converted to strings. Author @eknoes.
  • Improve transaction handling errors. Patch from @eknoes
  • Testing migrated on dart.test. Patch from @eknoes

1.1.0

  • Performance tweaks and simplified code

1.0.0

  • Dart 2.0 support

0.4.5

  • Unicode bugfix -> ra1u#4
  • Update PubSub doc
  • Improve tests

0.4.4

  • bugfix for subscribe -> ra1u#3
  • performance improvement
  • add PubSub class (simpler/shorter/faster? PubSubCommand)
  • doc update and example of EVAL

0.4.3

  • Cas helper
  • Improved unit tests

0.4.2

  • Improved performance by 10%
  • Pubsub interface uses Stream
  • Better test coverage
  • Improved documentation

0.4.1

  • Command raise error if used during transaction.

0.4.0

  • PubSub interface is made simpler but backward incompatible :(
  • README is updated

README.md