Skip to content

Tags: nitrictech/python-sdk

Tags

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: rename id to version for secretvalue parent references (#151)

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: import context so it can be properly exported (#150)

import context so it can be properly exported

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(storage): fix files (list) operation (#149)

Fixes a reference to an older response property

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: edit the job context and batch doc comments (#148)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: batch support (#146)

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve error when exiting before running Nitric.run() (#145)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update nitric server connection refused errors (#144)

Improves the description of the errors and removes a reference to the v0 `nitric start` command
set correct min python version

Co-authored-by: Ryan Cartwright <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: SQL Database support (#143)

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix websockets not being registered (#140)

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: parse topic events without struct fields (#137)

Using to_dict on the struct includes internal fields from the protobuf struct, instead of a standard python dictionary