Skip to content

Releases: TelefonicaTC2Tech/golium

v0.12.5

01 Jul 20:43
4e2e3e3
Compare
Choose a tag to compare
  • fix: improve support for nested value tags in json data
  • fix: AT name

v0.12.4

01 Jun 10:39
6b1d615
Compare
Choose a tag to compare
  • chore: Refactor UUID generation to user version 4 instead of version 1 method, and avoid repeat values.

v0.12.3

17 May 10:18
1b4cafb
Compare
Choose a tag to compare
  • feat: common step to store own IP into context
  • feat: add logger to redis steps

v0.12.2

03 May 20:12
fb15461
Compare
Choose a tag to compare
  • fix: add redis validation precondition
  • fix: add precondition of redis key validation methods so redis firstly
  • fix: remove infinite recursive call
  • feat: add logger to redis steps

v0.12.1

28 Apr 07:56
394a5d3
Compare
Choose a tag to compare
  • feat: accept context conf arrays

v0.12.0

27 Apr 13:46
ea4da6c
Compare
Choose a tag to compare
  • feat: rabbitmq pubsub

v0.11.0

27 Apr 08:55
5ccba19
Compare
Choose a tag to compare
  • feat: add elasticsearch steps
  • fix: update comments
  • fix: format ATs
  • fix: update package comments
  • fix: apply suggested comments
  • Update ci retries, to maintain the same configuration in all services.
  • Renamed the client configuration function in elasticsearch steps
  • Updated package comments
  • fix: apply suggested changes
  • Renamed method to create new document in elasticsearch
  • fix: use correct elasticsearch version
  • feat: add scenario session clean up
  • fix: apply suggested comments
  • Resolve the context parameters convertion
  • Resolved the missing parameters convertion for some redis steps
  • fix: status code to be checked in steps and mock handler
  • fix: status code to be checked in steps and mock handler
  • feat: DoH & DoT steps
  • Refactor using transport as a configuration step
  • Remove deprecated steps
  • Fixing ATs

v0.10.1

15 Apr 14:44
395c7a3
Compare
Choose a tag to compare
  • Fix step to validate empty HTTP response body when the content length is missing in the response and its value is -1.

v0.10.0

04 Apr 18:07
b328ad7
Compare
Choose a tag to compare
  • New step to send a x-www-form-urlencoded HTTP request. (#18)
  • New step to configure basic authentication in HTTP request. (#18)
  • New value tag: BASE64. (#18)

v0.9.0

24 Mar 07:50
e7970fb
Compare
Choose a tag to compare
  • HTTP mock server. It provides a path to configure the requests to be mocked /_mock/requests. (#17)
  • Steps to configure HTTP mock server. (#17)
  • Step to configure timeout in HTTP client. (#17)
  • Minor improvements (#17)