Releases: TelefonicaTC2Tech/golium
Releases · TelefonicaTC2Tech/golium
v0.12.5
- fix: improve support for nested value tags in json data
- fix: AT name
v0.12.4
- chore: Refactor UUID generation to user version 4 instead of version 1 method, and avoid repeat values.
v0.12.3
- feat: common step to store own IP into context
- feat: add logger to redis steps
v0.12.2
- 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
- feat: accept context conf arrays
v0.11.0
- 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
- 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
- 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
- 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)