Skip to content

Commit 03d3b38

Browse files
committed
Update patchnotes in history.rst
Remove pytest-runner from development dependencies as it has been deprecated upstream and no longer seems to be required to run pytest with tox Signed-off-by: Daniel Chaffelson <[email protected]>
1 parent 9746cc3 commit 03d3b38

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

docs/history.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
History
33
=======
44

5+
0.19.1 (2022-08-08)
6+
-------------------
7+
8+
| Updated client for NiFi & Registry 1.17.0 release
9+
10+
* Update docker resources to the latest 1.17 container image
11+
* Fix issue in docker volume mounts where certificates were not readable in new versions of Docker
12+
* Fix issue in test_get_processor_type where new Twitter processor broke existing logic assumptions
13+
* Update readme to note issues with Python 3.10 and removing reference to python 3.5 testing
14+
15+
0.19.0 (2022-05-13)
16+
-------------------
17+
18+
| Updated client for NiFi & Registry 1.16.0 release
19+
20+
* Modify utils.check_version to accept a default version to check against, and remove nested error when version check fails as it is overzealous
21+
* Update test file paths in test_utils in case someone runs tests as root which actually can write to fake devices and therefore break the tests
22+
* Added pylint exclusions for known but unimportant complaints
23+
* Added workaround for NiFi 9470 by providing default inherited_parameter_contexts per advice from Chris Sampson in NiPyAPI Issue #305
24+
* Updated NiFi and Registry versions in Docker compose configs to use latest 1.16.1 builds
25+
26+
527
0.18.0 (2021-11-29)
628
-------------------
729

requirements_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ flake8>=3.6.0
1515
coverage>=4.4.1
1616
coveralls>=1.2.0
1717
pytest>=3.2.3
18-
pytest-runner>=2.12.1
1918
nose>=1.3.7
2019
pluggy>=0.3.1
2120
pylint>=1.7.4

0 commit comments

Comments
 (0)