Pytest-rabbitmq

Latest version: v3.0.2

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

Scan your dependencies

Page 1 of 2

3.0.2

==================

Bugfixes
--------

- Fixes logdir config option reading. (`354 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/354>`_)
- Fixes type hints for specifying ports in Rabbitmq startup process. (`355 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/355>`_)

3.0.1

==================

Bugfixes
--------

- Fixed rabbitmq entrypoint (`349 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/349>`_)

3.0.0

==================

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

- Add your info here (`313 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/313>`_)
- Dropped support for Python 3.7 (`324 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/324>`_)


Deprecations
------------

- Deprecate `rabbitmq_logsdir` and `--rabbitmq-logsdir` config options. (`266 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/266>`_)


Features
--------

- Use `tmp_path_factory` instead of gettempdir() manually.
This will allow cleaning of a temporary files. (`266 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/266>`_)
- Define RABBITMQ_DIST_PORT for rabbitmq.
Added `--rabbitmq-distribution-port` to commandline and `rabbitmq_distribution_port` to ini configuration options.

This will help both with macos port number limit (as by default Rabbitmk adds 20000 to the Node port to determine the port), and the port being already used error.

This port has to be different that rabbitmq port. (`317 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/317>`_)
- Use towncrier to manage changelog. Require Pull Requests to contain proper newsfragment. (`319 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/319>`_)
- Introduce typing and run mypy checks (`324 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/324>`_)
- Official Python 3.11 support (`329 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/329>`_)


Miscellaneus
------------

- Upadte test pipeline to install fresh rabbitmq from apt. (`280 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/280>`_)
- Migrate dev dependency management to pipfile (`320 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/320>`_)
- Migrate automerge workflow to shared one with merger app (`321 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/321>`_)
- Replace pycodestyle and pydocstyle with ruff. (`322 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/322>`_)
- Move package configuration to pyproject.toml (`323 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/323>`_)
- Migrate to tbump to manage package versions (`340 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/340>`_)

2.2.1

=====

Bugfix
------

- require `port-for>=0.6.0` which introduced the `get_port` function

Misc
----

- updated trove classifiers - added python 3.10 and pypy

2.2.0

=====

Bugfix
------

- rely on `get_port` functionality delivered by `port_for`
- Extended range of messages for list queues output

Misc
++++

- Migrate CI to github actions
- Support only python 3.7 and up

2.1.0

=====

Feature
-------
- Allow to configure plugin's location with the use of

* **--rabbitmq-logsdir** command line argument
* **rabbitmq_logsdir** ini file configuration option
* **logsdir** factory argument

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.