Skip to content

Tags: ammogcoder/fdk-python

Tags

v0.0.12

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not attempt to jsonify response data (fnproject#27)

it's up to a user to turn his response to the string

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run coroutines thread-safely (fnproject#26)

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Custom response objects (fnproject#24)

* Enable custom response objects

Closes: fnproject#23

* Test graceful handling of the function that raise the exception

v0.0.8

Toggle v0.0.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
More wise JSON parsing with en empty body

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check the request body before trying to turn that into a json (fnproj…

…ect#20)

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New JSON protocol improvements (fnproject#19)

Closes: fnproject#18

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FDK Context| deadline | generic response, etc. (fnproject#16)

* FDK context

* Generic response object

* Support for FN_DEADLINE

* Fixing status codes problem

* Custom response object tests

* Test functions that raising exceptions

 - use safe way to recover from exceptions for both JSON/HTTP handlers
 - confirm that status codes are set properly for edge cases like deadline

* Cleaning up before release

* Data coercing tests

* Cleanin up comments

* Updating samples

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating to newer JSON protocol (fnproject#10)

v0.0.3

Toggle v0.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Stable v0.0.3 release

 What's new?
 - serverless functions on Python 3 Fn general purpose function

v0.0.2

Toggle v0.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Stable release v0.0.2 (fnproject#6)