Skip to content

v0.1.11: Several fixes

Compare
Choose a tag to compare
@igorcoding igorcoding released this 04 Nov 12:33
* Fixed parsing binary data which is represented in Tarantool as MP_STR. Now returning bytes object when this situation occurs - no unicode decoding happens (fixes #4).
* Propagating any parsing errors to waiter.
* Changed log level of "field not in format" from WARNING to DEBUG (fixes #5).