You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add your info here (`#313 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/313>`_)
63
-
- Dropped support for Python 3.7 (`#324 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/324>`_)
62
+
- Add your info here (`#313 <https://github.com/dbfixtures/pytest-rabbitmq/issues/313>`_)
63
+
- Dropped support for Python 3.7 (`#324 <https://github.com/dbfixtures/pytest-rabbitmq/issues/324>`_)
64
64
65
65
66
66
Deprecations
67
67
------------
68
68
69
-
- Deprecate `rabbitmq_logsdir` and `--rabbitmq-logsdir` config options. (`#266 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/266>`_)
69
+
- Deprecate `rabbitmq_logsdir` and `--rabbitmq-logsdir` config options. (`#266 <https://github.com/dbfixtures/pytest-rabbitmq/issues/266>`_)
70
70
71
71
72
72
Features
73
73
--------
74
74
75
75
- Use `tmp_path_factory` instead of gettempdir() manually.
76
-
This will allow cleaning of a temporary files. (`#266 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/266>`_)
76
+
This will allow cleaning of a temporary files. (`#266 <https://github.com/dbfixtures/pytest-rabbitmq/issues/266>`_)
77
77
- Define RABBITMQ_DIST_PORT for rabbitmq.
78
78
Added `--rabbitmq-distribution-port` to commandline and `rabbitmq_distribution_port` to ini configuration options.
79
79
80
80
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.
81
81
82
-
This port has to be different that rabbitmq port. (`#317 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/317>`_)
83
-
- Use towncrier to manage changelog. Require Pull Requests to contain proper newsfragment. (`#319 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/319>`_)
84
-
- Introduce typing and run mypy checks (`#324 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/324>`_)
85
-
- Official Python 3.11 support (`#329 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/329>`_)
82
+
This port has to be different that rabbitmq port. (`#317 <https://github.com/dbfixtures/pytest-rabbitmq/issues/317>`_)
83
+
- Use towncrier to manage changelog. Require Pull Requests to contain proper newsfragment. (`#319 <https://github.com/dbfixtures/pytest-rabbitmq/issues/319>`_)
84
+
- Introduce typing and run mypy checks (`#324 <https://github.com/dbfixtures/pytest-rabbitmq/issues/324>`_)
85
+
- Official Python 3.11 support (`#329 <https://github.com/dbfixtures/pytest-rabbitmq/issues/329>`_)
86
86
87
87
88
88
Miscellaneus
89
89
------------
90
90
91
-
- Upadte test pipeline to install fresh rabbitmq from apt. (`#280 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/280>`_)
92
-
- Migrate dev dependency management to pipfile (`#320 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/320>`_)
93
-
- Migrate automerge workflow to shared one with merger app (`#321 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/321>`_)
94
-
- Replace pycodestyle and pydocstyle with ruff. (`#322 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/322>`_)
95
-
- Move package configuration to pyproject.toml (`#323 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/323>`_)
96
-
- Migrate to tbump to manage package versions (`#340 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/340>`_)
91
+
- Upadte test pipeline to install fresh rabbitmq from apt. (`#280 <https://github.com/dbfixtures/pytest-rabbitmq/issues/280>`_)
92
+
- Migrate dev dependency management to pipfile (`#320 <https://github.com/dbfixtures/pytest-rabbitmq/issues/320>`_)
93
+
- Migrate automerge workflow to shared one with merger app (`#321 <https://github.com/dbfixtures/pytest-rabbitmq/issues/321>`_)
94
+
- Replace pycodestyle and pydocstyle with ruff. (`#322 <https://github.com/dbfixtures/pytest-rabbitmq/issues/322>`_)
95
+
- Move package configuration to pyproject.toml (`#323 <https://github.com/dbfixtures/pytest-rabbitmq/issues/323>`_)
96
+
- Migrate to tbump to manage package versions (`#340 <https://github.com/dbfixtures/pytest-rabbitmq/issues/340>`_)
0 commit comments