Releases: testinggospels/camouflage
Releases · testinggospels/camouflage
v0.9.0
0.8.2
0.8.2 (2022-07-11)
Changes
- Add more debug logs to show grpc incoming requests #148
- Change the default gRPC host (#154)
- docs: CSVHelper with 'all'
- Update docs for additional usage of assign helper #173
- feat: Allow metrics server to be disabled.
- feat: disable monitoring
- fix: capture helper doesn't work for headers
- docs: Examples of request matching with headers
- fix: Homogenous response object for csv, code and pg. FIxes #170
- Dependencies Updates
v0.8.1
v0.8.0
0.8.0 (2021-12-24)
Changes
- Array helper implementation (#124)
- Lognormal implementation into num_between (#125)
- Proxy helper improvement - include all options (#126)
- feat: Implement Thrift Protocol (#127)
- fix: upgrade @grpc/grpc-js from 1.4.1 to 1.4.2 (#128)
- fix: assign and concat helpersConfig refactor (#132)
- fix: Merge Issue
- fix: upgrade @grpc/grpc-js from 1.4.1 to 1.4.4 (#134)
- fix init to work with yarn. Fixes #139
v0.7.3
v0.7.2
0.7.2 (2021-11-11)
Bug Fixes
- Allow
capture
helper for websockets (57d3196) - Change grpc inputs to
capture
helper (d4a1c39) - Improve Proxy helper (63a0e0b)
- Update Docs (21e4a60)
- upgrade convert-csv-to-json from 1.3.0 to 1.3.1 (#108) (1584870)
- upgrade prom-client from 13.1.0 to 13.2.0 (#107) (27dfe53)
- upgrade prom-client from 13.1.0 to 13.2.0 (#109) (ea40357)
v0.7.1
v0.7.0
0.7.0 (2021-11-05)
Features
- Refactor Camouflage UI (#106) (9e89af9)
- Camouflage UI is now not bundled with Camouflage and would need to be downloaded separately.
- Removed deprecated management endpoints
- Updated docs
v0.6.0
0.6.0 (2021-10-20)
Features
- Improved configuration options for caching
- Cache can now be implemented using in memory cache or redis
- promise wrapper around Handlebars to support async helpers
- new
pg
helper for configuring postgres as external data source. - Documentation updates
- Injection warning update: csv, code, inject, pg helpers and any external helpers will not work if injection is set to false