Skip to content

Releases: TED-996/krait

Version 1.0

24 Jun 06:04

Choose a tag to compare

Version 1.0:

Auto deployment & testing with Fabric & Selenium
More refactoring and optimization, code now much cleaner
Now compiling with Clang
HTTP parser moved to new FSM
Moved locations to respect Unix FS principles
HTTPS support
PyML compiler support
MIPS build
Expect:100 support

v0.5

27 Jun 18:39

Choose a tag to compare

v0.5 Pre-release
Pre-release
  • Fixed signalling, now more extensible, code is simpler, and stuff are safer.
  • Configuration moved to a Python script, in .py/init.py with the help of the config module.
  • Created docs & reference for the Python API. No tutorials yet.

v0.4

27 Jun 18:57

Choose a tag to compare

v0.4 Pre-release
Pre-release

Improved stability, added atexit support, more graceful shutdowns.

(from unreleased v0.3): Cookies + websockets.

v0.2

27 Jun 18:58

Choose a tag to compare

v0.2 Pre-release
Pre-release

Release v0.2

Python scripts can now be route targets.
Easy to set content-type (from views)
Easier to override responses (krait.ResponseBadRequest, krait.ResponseRedirect, krait.ResponseNotFound, etc)
Moved all variables (except cmdr) into the krait module (now accessible everywhere)
Converted routes file to JSON
Updated docs

v0.1

27 Jun 18:57

Choose a tag to compare

v0.1 Pre-release
Pre-release

Stable, working.