Honcho

Latest version: v1.0.1

Safety actively analyzes 613682 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.1

-------------------

* FIXED: This release is identical to 1.0.0, but will be GPG-signed and uploaded
with `twine <https://pypi.python.org/pypi/twine>` to ensure it has correct
PyPI metadata.

1.0.0

-------------------

* ADDED: Automatically suppress colouring when the STDOUT is not a TTY.
* ADDED: Honcho now exposes a HONCHO_PROCESS_NAME environment variable to its
child processes which contains the name of the process (e.g. ``web.1``,
``worker.2``, etc.)
* ADDED: All subcommands now support ``--no-colour`` and ``--no-prefix`` options
to suppress ANSI coloured output and the logging prefix, respectively.
* CHANGED: The Upstart configuration generated by the Upstart exporter no longer
creates a log directory to which to send process output, in favour of relying
on Upstart's built-in job logging support (present since at least Upstart
1.4).

0.7.1

-------------------

* FIXED: Honcho now correctly pays attention to the ``-f`` argument when
provided before a command, fixing a regression introduced in the previous
version. Thanks to Marc Krull for reporting and fixing.

0.7.0

-------------------

* ADDED: Honcho can now export to a `runit <http://smarden.org/runit/>`_ service
directory.
* ADDED: You can now specify the location of the Procfile with a ``PROCFILE``
environment variable.
* ADDED: Python 3.5 is now a supported environment.
* CHANGED: Python 3.0, 3.1, and 3.2 are no longer supported environments.
* FIXED: The ``run`` command now correctly parses commands which include the
``--`` "end of arguments" separator.
* FIXED: Honcho no longer fails to load ``.env`` files if the Procfile is not in
the application directory.
* FIXED: ANSI colour codes from running programs can no longer interfere with
Honcho's output.
* FIXED: Export of environment variables containing special characters no longer
breaks the Upstart exporter.
* FIXED: The supervisord exporter now correctly escapes the % symbol in commands
and environment variable values.

0.6.6

-------------------

* FIXED: Environment variables in ``.env`` files can, once again, contain
backslash escapes.

0.6.5

-------------------

* ADDED: Exporter templates can now be overridden by the ``--template-dir``
option to ``honcho export``.
* CHANGED: Colour output is now supported by default on Windows.
* CHANGED: Base port is no longer required to be a multiple of 1000.
* FIXED: Output is no longer buffered on Python 3.
* FIXED: Environment variables in ``.env`` files can now take any POSIX-valid
values rather than simple alphanumerics only.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.