Skip to content

Releases: nuclio/nuclio-sdk-py

v0.5.3

17 May 14:33
ad9564c
Compare
Choose a tag to compare

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

01 May 08:29
d9f87f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

11 Aug 12:58
3d569b1
Compare
Choose a tag to compare

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

28 Jul 14:04
da3268f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.2.1

04 Aug 21:12
c843947
Compare
Choose a tag to compare

c843947 Fix release build process [0.2.x] (#35)
f52a0bb Remove preceding "L" character before log output [0.2.x] (#33)
e14b432 Update CI [0.2.x] (#34)

v0.4.0

29 Jun 13:22
e6cc56c
Compare
Choose a tag to compare

e6cc56c Remove preceding "L" character before log output (#32)

v0.3.2

02 Jun 11:48
f183ffd
Compare
Choose a tag to compare

f183ffd Allow log float non-JSON compliant values (#30)
4c54f56 CI - Add Python 3.9 (#29)

v0.3.1

05 Apr 14:02
7efb698
Compare
Choose a tag to compare

Commits

7efb698 Enhanced logger encoder (#28)
59687c1 Fix integration test (#27)

v0.3.0

11 Feb 04:20
a2fad69
Compare
Choose a tag to compare

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(...), use Event.deserialize(data, kind=EventDeserializerKinds.json)
  • Event.from_msgpack(...) use Event.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)

v0.2.0

10 May 11:40
Compare
Choose a tag to compare

a2e2f38 Bumping pipenv python to 3.7
c123f0f Bump setup version
54fbc05 Pipenv.lock fix (#16)
5f30ceb Merge branch 'development' of github.com:nuclio/nuclio-sdk-py into development
cb341be call_function fixes and new event fields (#15)
34a7456 Bump bleach from 3.1.1 to 3.1.4 (#14)