Releases: testillano/h2agent
[v2.2.1] Fixes and documentation improvements
Fixed
Bad requestNumber read on internal event source (#14)
Changed
Updated README.md
Added
Contribution document: https://github.com/testillano/h2agent/blob/master/CONTRIBUTING.md
Docker images
https://github.com/users/testillano/packages/container/package/h2agent
https://github.com/users/testillano/packages/container/package/h2agent_builder
https://github.com/users/testillano/packages/container/package/h2agent_training
Issues report
Bad requestNumber read on internal event source (#14)
Changelog
v2.2.0
Renaming of resources to include "server" and distinguish from future client control plane.
Commandline parameters also renamed and some URI paths in management interface as well as query parameters for data configuration.
So, this is a minor change moving SemVer y part.
v2.1.5
Add examples to helper functions and allow configuration for schemas, matching algorithm and provision, with provided examples.
Minor fixes in README.md file.
v2.1.4
Implements foreign URI for virtual events through outState transformation.
So, you could infer a new state for a foreign method (or the same) and a foreign URI (or the same), during a provision processing.
This allows to simulate, for example, data base deletions (create a virtual event for foreign method GET during a DELETE provision for the same processed URI) or even complexes events with arbitrary URIs.
v2.1.3
Support for global variables feature
v2.1.2
Improve benchmark script
v2.1.1
Minor fixes
v2.1.0
Implement traffic schema validation
v2.0.5
Minor fix in helpers script (TRAFFIC_URL fixed)
v2.0.4
Interpret request.uri.path as decoded within provisions