Skip to content

Releases: nitrictech/python-sdk

Release v0.3.0

10 Aug 01:19
e00edc4
Compare
Choose a tag to compare

0.3.0 (2021-08-09)

Features

  • add secrets service support (f3c6f04)

Release v0.2.1

30 Jul 00:47
c30ebba
Compare
Choose a tag to compare

0.2.1 (2021-07-28)

Bug Fixes

  • support non-bytes data in responses (a78f42f)

Release v0.2.0

23 Jul 06:10
394c6a9
Compare
Choose a tag to compare

0.2.0 (2021-07-20)

Features

  • add documents client (45c28eb)
  • port faas.start to bi-di streaming with membrane (522ec95)
  • remove kv client (159258f)

Bug Fixes

  • close channels when clients are destroyed (7ed1924)
  • fix context type detection (9094d1b)
  • fix query equals operator value (11b65dc)
  • full doc responses (6aaec91)
  • make max sub-collection depth configurable (86d57e3)
  • raise when trying to send an empty batch of tasks (035449f)
  • update to new grpc service suffixes (ca6b3f0)

Documentation

Tests

  • QueueClient: update tests for new api and async (343290c)
  • add faas tests (ad05629)
  • increase coverage of api classes (3b7a709)

Release v0.1.1

25 Jun 05:40
9e878f1
Compare
Choose a tag to compare

0.1.1 (2021-06-25)

Continuous Integration

  • add release and publish workflows (50f1d2f)
  • pull setup.py version from git tag (74d5ddb)

v0.1.0

25 Jun 05:26
e850c4c
Compare
Choose a tag to compare
Merge pull request #19 from nitrictech/feature/more-pythonic

fix: return actual python dicts for headers and query_params