v1.1.1
- Fixed encoding of
Vec<u8>
to be inhex
format as expected by Postgres (and hopefully other database). This is technically a breaking change but it was probably never actually working, so we are changing. If you were relying onbase64
decoding, please let use know and we will find a solution.