Skip to content

Releases: beltram/stubr

0.4.2

07 Apr 21:21
Compare
Choose a tag to compare

Features

  • datetime helper in response templating with {{now}}
  • number helper in response templating with {{isOdd}}, {{isEven}} or {{stripes}}
  • string trim helper in response templating with {{trim}}
  • base64 helper in response templating with {{base64}}

0.4.1

06 Apr 12:59
Compare
Choose a tag to compare

Features

  • disable request recording which caused each request to be stored in a Map. Should improve performances as well as memory consumption
  • initial support for datetime helpers {{now}} in response templating. Just custom datetime format available at the moment

0.4.0-alpha.1

01 Apr 12:25
Compare
Choose a tag to compare

Release to test stubr in Kubernetes with probes

0.4.0

01 Apr 19:43
Compare
Choose a tag to compare

Features

  • Helm chart ! ❤️
  • Horizontal Pod Autoscaler for Helm chart
  • add /healtz mock for Kubernetes probes

stubr-0.3.1

01 Apr 19:42
Compare
Choose a tag to compare

stubr Helm chart

stubr-0.3.0

01 Apr 15:14
Compare
Choose a tag to compare

stubr Helm chart

stubr-0.2.1

30 Mar 15:34
Compare
Choose a tag to compare

stubr Helm chart

stubr-0.2.0

30 Mar 12:31
Compare
Choose a tag to compare

stubr Helm chart

0.3.4

23 Mar 13:47
Compare
Choose a tag to compare

Features

  • Docker image !!! thanks to @gmiam
  • support multi valued request headers in response templating
  • async stubs files reading

0.3.3

16 Mar 19:40
Compare
Choose a tag to compare

Features

  • jsonpath helper for response templating !