Skip to content

Commit 3673448

Browse files
committed
bump version to 1.1.0
1 parent d3a6db5 commit 3673448

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
Changelog
22
=========
33

4+
1.1.0 (2019-07-29)
5+
------------------
6+
7+
Changes
8+
^^^^^^^
9+
10+
* Added ``processes`` limits option to limit the number of processes that a sandbox can run.
11+
For example, it can be used to prevent a fork bomb or do not allow the sandboxed code to create
12+
new processes. It's unlimited by default.
13+
`#9 <https://github.com/StepicOrg/epicbox/pull/9>`_
14+
415
1.0.0 (2018-11-10)
516
------------------
617

718
Breaking changes
819
^^^^^^^^^^^^^^^^
920

1021
* Migrated from the ``docker-py`` Docker library to ``docker`` version ``>=2``.
11-
* ``epicbox.create``, ``epicbox.start``, ``epicbox.destroy`` now returns and accepts a ``Sandbox``
22+
* ``epicbox.create``, ``epicbox.start``, ``epicbox.destroy`` now return and accept a ``Sandbox``
1223
object instead of a low-level container ``dict`` structure.
1324
* Removed the obsolete ``base_workdir`` argument from ``epicbox.configure``.
1425

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "epicbox"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Run untrusted code in secure Docker based sandboxes"
55
authors = ["Pavel Sviderski <ps@stepik.org>"]
66
license = "MIT"

0 commit comments

Comments
 (0)