CHANGES
=======

* Refactoring. CloudEvents (#39)
* Fix headers rendering (#38)
* Hotfix: str -> bytes
* Try to identify the end of th request (#35)
* More debug information (#34)
* Stable parser! (#33)
* Fn-powered applications improvements (#32)
* Making fn-powered apps API stable (#31)
* General improvements (#30)
* Get rid of unstable coroutines (#29)
* Attempt to create new loop for each request
* Trying to fix the event loop access
* Use deadlines for coroutines
* Playing with an executor
* More logging
* Coroutine hotfix (#28)

v0.0.12
-------

* Do not attempt to jsonify response data (#27)

v0.0.11
-------

* Run coroutines thread-safely (#26)
* +x mode for release script
* Fix script name
* Update release script
* Coroutine support (#25)

v0.0.9
------

* Custom response objects (#24)
* New JSON parser! (#22)
* More wise JSON parsing with en empty body (#21)

v0.0.7
------

* Check the request body before trying to turn that into a json (#20)

v0.0.6
------

* New JSON protocol improvements (#19)

v0.0.5
------

* FDK Context| deadline | generic response, etc. (#16)
* Fix pytest capture (#12)
* Stable v0.0.4 release (#11)

v0.0.4
------

* Updating to newer JSON protocol (#10)
* Fixing release doc (#9)
* Stable v0.0.3 release (#8)
* Fn-powered truly-serverless apps with functions (#7)

v0.0.2
------

* Stable release v0.0.2 (#6)
* Applications powered by Fn (#5)
* Fixing root Dockerfile
* Updating samples deps to fdk-0.0.1

v0.0.1
------

* Fixing CircleCI again
* Fixing CircleCI config
* Adding circle CI config
* Attempting to pick appropriate binary
* Updating tox config for CircleCI
* Updating artifact name
* Refactoring to be a single handler based on FN\_FORMAT
* Get rid of verbose response in favour of http lib
* Implementing generic handler based on FN\_FORMAT
* Updating sample apps
* Updating root Dockerfile
* JSON parser added
* Addressing review comments
* Initial commit
* Initial commit
