Skip to content

Commit 009c1de

Browse files
authored
Release v1.8.0 (#568)
Creates a new release with full gRPC-web support during request matching.
1 parent 83d9ebb commit 009c1de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.8.0
2+
3+
* Removed support for unframing `application/grpc-web+json` requests (#567).
4+
* Added full support for handling grpc-web and grpc-web-text requests during request matching (#548).
5+
* Bumped many versions of third-party dependencies.
6+
17
# 1.7.0
28

39
* 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).

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.7.0",
3+
"version": "1.8.0",
44
"author": {
55
"name": "François Wouts",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)