Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
zopieux committed Feb 1, 2018
1 parent 5b13636 commit ac1900a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
31 changes: 31 additions & 0 deletions doc/changelog.rst
@@ -0,0 +1,31 @@
Changelog
=========

1.0.0 (UNRELEASED)
******************

Breaking changes
----------------

* the HTTP API now requires a ``Content-type`` header (``application/json`` or
``application/msgpack``)
* ``cg-mem`` limit is renamed ``mem`` (#31)
* ``mem`` limit is renamed ``virt-mem`` (#31)
* ``time-wall`` meta property is renamed ``wall-time`` (#32)
* default ``$ camisole serve`` port was ``8080`` and is now ``42920``

New features
------------

* the ``$ camisole benchmark`` was implemented
* the HTTP API now accepts both JSON and MessagePack payloads and outputs either
JSON or MessagePack; as such, source code, stdin, stderr and stdout can now
contain any binary data when using MessagePack
* some camisole features can now be configured through a YAML config file

Other
-----

* the default HTTP payload size limit was raised from 2 MB to 50 MB
* *box allocation* from the isolation backend (isolate) was refactored to use a
more robust approach, preventing some races conditions

0 comments on commit ac1900a

Please sign in to comment.