release 1.35.0

* LHS substitution in response_json_paths
* RHS load data from disk in response_json_paths
This commit is contained in:
Chris Dent 2017-07-07 14:23:25 +01:00
parent 00dd7c24d8
commit 64f274d487
2 changed files with 13 additions and 1 deletions

View File

@ -5,6 +5,18 @@ These are informal release notes for gabbi since version 1.0.0,
highlighting major features and changes. For more detail see
the `commit logs`_ on GitHub.
1.35.0
------
:doc:`jsonpath` handling gets two improvements:
* The value side of a ``response_json_paths`` entry can be loaded
from a file using the ``<@file.json`` syntax also used in
:ref:`data`.
* The key side of a ``response_json_paths`` entry can use
:ref:`substitutions <state-substitution>`. This was already true
for the value side.
1.34.0
------

View File

@ -12,4 +12,4 @@
# under the License.
"""See gabbi.driver and gabbbi.case."""
__version__ = '1.34.1'
__version__ = '1.35.0'