CHANGES
=======

0.3.9
-----

* Get rid of deprecated warning in pytest 3.6 (#99)

0.3.8
-----

* Enable using envar for password (#97)
* Align plugin with pytest version 4.0 (#98)
* Handle connection errors (#95)

0.3.7
-----

* Process jira marker during tests collecting (#91)
* Add supporting of xfail\_strict ini parameter (#90)
* Added keyword option "skipif" to disable issue marker (#89)
* 401 client excpetion may occur when invalid creds

0.3.6
-----

* Dropping support for python 2.6 (#85)

0.3.5
-----

* Flipped fixture return value, now return True if issue is open, False if resolved (as it is documented) (#83)
* Always skip issue when run is False (#82)
* Fix potential AttributeError (#81)
* packaging: enforce flake8==3.3.0 for py2.6 (#80)
* Added docstring to \`jira\_issue\` fixture (#79)

0.3.4
-----

* Jira fixture (#77)
* Use dict.get() in get\_issue or missing field will raise KeyError (#76)

0.3.3
-----

* Added ssl verify parameter into request (#74)

0.3.2
-----

* Removed Jira 3rd party dep (#72)
* Make 'run' parameter configurable (#70)
* Fixed deprecation warnings (#67)
* Added py36 matrix and classifier (#64)
* tests: improve code coverage measurement (#63)
* Distribute zip as default and do not build doc

0.3.1
-----

* Adjust .travis.yml to automatically release pkg on new tags (#62)
* Add support for custom issue resolved status (#61)

0.3.0
-----

* Fix requirements in README (#58)
* Add pytest-3 compatibility (#57)
* Improve README (#56)

0.2.3
-----

* packaging: set default sdist formats (#55)
* Update requirements in README (#54)
* Fix #45 deprecated \_\_multicall\_\_ parameter (#52)
* Fix #48 the name of JiraError got changed (#49)
* Exclude flake8 execution for py26 (#51)
* Only pytest-2 is supported (#47)

0.2.2
-----

* Add strategy to resolve not found issues (#44)

0.2.1
-----

* Add components and version (#41)
* Fixed missing python-2.6 matrix (#43)
* Change README to reStructuredText (#42)
* Ensure py35 compliance (#40)
* Report invalid parameter of decorator (#38)
* Improve reading of config file (#37)
* SSL verification and plugin disabling (#35)

0.2.0
-----

* Fixes for 0.2.0 release (#30)
* Ensure py26 compliance (#29)
* Update dependencies list in README (#28)
* Use pytester for tests implementation (#26)
* Ensure py3 compliance (#24)
* Implement semantic versioning and release management (#22)
* Add code coverage badge to readme (#23)
* Enable code coverage (#21)
