Skip to content

Commit

Permalink
release 1.35.0
Browse files Browse the repository at this point in the history
* LHS substitution in response_json_paths
* RHS load data from disk in response_json_paths
  • Loading branch information
cdent committed Jul 7, 2017
1 parent 00dd7c2 commit 64f274d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion gabbi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# under the License.
"""See gabbi.driver and gabbbi.case."""

__version__ = '1.34.1'
__version__ = '1.35.0'

0 comments on commit 64f274d

Please sign in to comment.