Releases: nuclio/nuclio-sdk-py
Releases · nuclio/nuclio-sdk-py
v0.5.3
What's Changed
- [Event] Add offset field to event deserializer by @TomerShor in #47
- [CI] Invoke function with
--raise-on-status
flag by @TomerShor in #48
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Add Copyright Disclaimer by @eliyahu77 in #39
- CI - Remove python 3.6 by @TomerShor in #45
- Fix Qualified Offset's
from_event
by @TomerShor in #46
New Contributors
- @eliyahu77 made their first contribution in #39
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Add QualifiedOffset object to store shard data by @TomerShor in #38
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.2.1
v0.4.0
v0.3.2
v0.3.1
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)