Skip to content

Releases: testinggospels/camouflage

v0.9.0

03 Aug 09:37
1363f5f
Compare
Choose a tag to compare

0.9.0 (2022-08-03)

Features

0.8.2

11 Jul 08:19
7805f36
Compare
Choose a tag to compare

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

31 Dec 14:12
0d0a750
Compare
Choose a tag to compare

0.8.1 (2021-12-31)

Bug Fixes

v0.8.0

24 Dec 13:21
09c1453
Compare
Choose a tag to compare

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

14 Nov 03:57
Compare
Choose a tag to compare

0.7.3 (2021-11-14)

Bug Fixes

v0.7.2

11 Nov 07:26
8492632
Compare
Choose a tag to compare

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

06 Nov 04:17
36c27fb
Compare
Choose a tag to compare

0.7.1 (2021-11-06)

Bug Fixes

  • upgrade @grpc/proto-loader from 0.6.2 to 0.6.5 (#103) (36c27fb)

v0.7.0

05 Nov 02:14
9e89af9
Compare
Choose a tag to compare

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

20 Oct 05:27
7a13143
Compare
Choose a tag to compare

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

v0.5.11

20 Sep 12:14
7c02faa
Compare
Choose a tag to compare

0.5.11 (2021-09-20)

Fixes

  • is helper, documentation updates, change defaults, docker fixes (#94) (7c02faa)
    • Updated docker image to use alpine
    • Added grafana dashboard
    • File helper to return 404 if file not found
    • Backup and Injection disabled by default
    • Add is helper, extend builtin if
    • Update documentation