v0.3.0
Dropped support for python 2.7
Python 2.7 is no longer supported. use python 3.6 and above.
Internal deprecation note
Instead of
Event.from_json(...)
, useEvent.deserialize(data, kind=EventDeserializerKinds.json)
Event.from_msgpack(...)
useEvent.deserialize(data, kind=EventDeserializerKinds.msgpack)
a2fad69 CI: followup release job fix (#26)
5aa07bf CI: Add release job (#25)
f13cfad Support deserializing event strings w/o utf8 decoding (#24)
a1b521a Bump bleach from 3.1.4 to 3.3.0 (#23)
b621faf Fix CI github action (#22)
cb30435 Use black as linter (#21)
20fe5d7 Integration CI with nuclio (#20)
c6bb192 Fix test run configurations (#19)
58bb927 EOL 2, Long live 3 (#18)