Skip to content

Releases: jmartin82/mmock

v2.3.4

01 Aug 15:26
Compare
Choose a tag to compare

Changelog

f1f6343 Improve build process

v2.3.3

15 Jul 19:02
Compare
Choose a tag to compare

Changelog

85fd3cb [FIX] remove \n at the end of request body for YAML (#61)
2a94721 [FIX] use MarshalIndent for write pretty JSON to file (#60)
4ce0e93 [FIX] comment on exported (#59)

v2.3.2

19 Jun 13:43
Compare
Choose a tag to compare

Changelog

001079d If a mock path is /whatever/* use the value of * for the proxy (#58)

v2.3.1

14 Jun 23:53
77a6e01
Compare
Choose a tag to compare

Changelog

77a6e01 Added more proxy tests (#56)
42d745d Fixed proxy behavior (#55)

v2.3.0

14 Jun 23:46
Compare
Choose a tag to compare

Changelog

7ed7eb6 Added stream fillers (file and http)
4b4f24d Problem: can't use custom ca certs in mmock server (#54)
c0b267c Added CMD params in Dockerfile

v2.2.1

25 Apr 19:30
Compare
Choose a tag to compare

Changelog

87c9f05 New binary archive format

v2.2.0

25 Apr 19:27
Compare
Choose a tag to compare

Changelog

6fd01b5 Fixed Win10 console issues and improved match log (now is more verbose).
a1b12f4 Fixed travis integration.

v2.1.0

24 Apr 21:40
Compare
Choose a tag to compare

Changelog

4502c8b Glide => Dep and added goreleaser
f0d88e5 Hide echo banner
ec5b008 Added function fake.IntMinMax (#52)
8e4f19f Use builder/runtime pattern in Dockerfile (#51)
c596ae3 indicate WSS protocol for websocket when required (#49)
d16c63d Updated README
cc34acf Add scenario set and pause state endpoints (#47)
5eacb27 Added coverage.sh
b9b3179 Glob matchers (#46)
0810cec make request url predictable
ed0a8ee Added sorting of mappings in the console in 5 columns (#45)
6d006e1 Matcher fix (#44)
d8a4a43 Small refactor to take advantage of some new available vars. (#43)
93900be Fixed request.url.short for some hosts, when the port was included in the replacement (#42)
84e5737 Update .travis.yml
122be67 Included the original http request in the Request struct and fixed/added request placeholders (#41)
742a6af Fixed missing cert error
f8ab856 Added webhook feature and TLS SNI (Server Name Indication) support
aba9094 Implements access to array indexes in dynamic response (#36)
4775f53 Fixed readme style
859021f Added API specification section
becb2c0 Documentation updated
23ca5d0 Added tls-config folder
95b42bd Added https
afce41b swagger.json
1e7291c fixed console mapping enpoint
7400bdb Bind the config to react to config changes on start (#34)
d3d6116 Fixed make build
ea39ca5 Feature/body parse (#33)
f9bc8cb Fixed mapping endpoint in the console
af27ffd Added mapping API and improved console
65ff058 Improved file config logging (#31)
6ade432 Use Watcher's AddRecursive method (#30)
d3b73b1 Stathat (#29)
6d47913 Metrics refactor (#28)
0168bd9 Update .travis.yml
d71cf54 Issue 25 (#27)
21ce0a2 adding tests (#26)
5d87af9 Some code improvements
b6e81dc Merge branch 'verify'
ce43914 Updated Docker Image
94477d5 Verify features (#22)
e752970 Added statistics to mmock (#23)

Added glide

21 Dec 23:35
Compare
Choose a tag to compare
v2.0.1

Fixed glide version

Added scenarios

21 Dec 10:40
Compare
Choose a tag to compare
  • Added scenario
  • Dropped persistence support
  • New mock definition with breaking changes.