Skip to content

Commit 33a01b7

Browse files
authored
Release v1.7.0 (#562)
Create a new minor version release.
1 parent dd7751c commit 33a01b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.7.0
2+
3+
* Add new CLI option `--exact-request-matching` to force `replay` mode to only return tapes with a 100% match; best-effort matching is disabled (#556).
4+
* Refactored the internal representation of HTTP requests and responses (#554).
5+
* Refactored the implementation of, and libraries used, to handle compression (#555).
6+
* Bumped many versions of third-party dependencies.
7+
18
# 1.6.1
29

310
* Extend unframing support to allow a wildcard hostname `*` (#503).

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxay",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"author": {
55
"name": "François Wouts",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)