Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
response_map: fix refactoring that occurred between 1.26 - 1.27
This covers 3 refactors: 1. BodyFormatter-->format call removed default from last argument. Refactored here: envoyproxy#27034 2. filter _--> evaluate func removed default form last arg making it required. Refactored here: envoyproxy#27063 3. fromProto func removed multiple arguments to support `cel` in access logs. This refactor occured here: envoyproxy#27861 Signed-off-by: Lance Austin <[email protected]>
- Loading branch information