Skip to content

Commit

Permalink
Release v1.8.0 (#568)
Browse files Browse the repository at this point in the history
Creates a new release with full gRPC-web support during request matching.
  • Loading branch information
timdawborn committed Jan 5, 2024
1 parent 83d9ebb commit 009c1de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.8.0

* Removed support for unframing `application/grpc-web+json` requests (#567).
* Added full support for handling grpc-web and grpc-web-text requests during request matching (#548).
* Bumped many versions of third-party dependencies.

# 1.7.0

* 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).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxay",
"version": "1.7.0",
"version": "1.8.0",
"author": {
"name": "François Wouts",
"email": "[email protected]"
Expand Down

0 comments on commit 009c1de

Please sign in to comment.