File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
8
9
### Added
9
- - an image tag that allows container to run as root
10
- - HTTP2 protocol support for mocking
11
- - ability to proxy multiple binary messages without waiting for response
12
10
13
11
### Changed
14
12
15
13
### Fixed
16
- - references to globally-scoped values within Ingress template
14
+
15
+ ## [ 5.15.0] - 2023-01-11
17
16
18
17
### Added
18
+ - an image tag that allows container to run as root
19
+ - HTTP2 protocol support for mocking
20
+ - ability to proxy multiple binary messages without waiting for response
19
21
- support to disallow loading of specific class in javascript templates
20
22
- support to disallow specific text in javascript templates
21
23
- support to disallow loading of any class in velocity templates
@@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
30
- improved error message when client doesn't trust MockServer's CA
29
31
30
32
### Fixed
33
+ - references to globally-scoped values within Ingress template
31
34
- fixed error passing configuration in MockServerClient
32
35
- fixed handling of additional content-type parameter and special characters in the content-type such as '+'
33
36
- removed invalid extra content-encoding header add when forwarding if content-encoding was not present
You can’t perform that action at this time.
0 commit comments