-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
218 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [Changie](https://github.com/miniscruff/changie). |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.5.4 - 2023-05-24 | ||
### Added | ||
* HTTP provider middlewares | ||
### Fixed | ||
* Refactoring HTTP providers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.5 - 2023-06-14 | ||
### Added | ||
* resolver for property file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.6 - 2023-07-13 | ||
### Added | ||
* preloaded http providers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.7 - 2023-07-13 | ||
### Added | ||
* grpc answ.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.8 - 2023-07-26 | ||
### Added | ||
* Dummy provider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.9 - 2023-09-22 | ||
### Added | ||
* scenario generator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.10 - 2023-10-02 | ||
### Fixed | ||
* grpc generator bugs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.11 - 2023-10-12 | ||
### Fixed | ||
* update go.mod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.5.12 - 2023-10-19 | ||
### Fixed | ||
* grpc provider scan | ||
* grpc reflect client depreceted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.13 - 2023-10-20 | ||
### Fixed | ||
* scenario variable source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## v0.5.14 - 2023-10-26 | ||
### Added | ||
* http provider benchmarks | ||
### Fixed | ||
* http provider missing error | ||
* error messages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.5.15 - 2023-11-09 | ||
### Added | ||
* std json-decoder with array payload | ||
### Fixed | ||
* docs: bit misspells |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.16 - 2023-11-10 | ||
### Changed | ||
* yaml format for config without extension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.17 - 2024-11-24 | ||
### Fixed | ||
* Internal refactoring: GetMapValue() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.5.18 - 2024-01-15 | ||
### Fixed | ||
* refactoring http scenario gun | ||
* fix acceptance tests | ||
* fix AnswLog init |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.19 - 2024-01-25 | ||
### Added | ||
* grpc scenario generator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.5.20 - 2024-01-29 | ||
### Fixed | ||
* http config: fix limit and passes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.5.21 - 2024-02-02 | ||
### Added | ||
* parameterizable grpc reflection port | ||
* changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
|
||
|
||
## v0.5.21 - 2024-02-02 | ||
### Added | ||
* parameterizable grpc reflection port | ||
* changelog | ||
|
||
## v0.5.20 - 2024-01-29 | ||
### Fixed | ||
* http config: fix limit and passes | ||
|
||
## v0.5.19 - 2024-01-25 | ||
### Added | ||
* grpc scenario generator | ||
|
||
## v0.5.18 - 2024-01-15 | ||
### Fixed | ||
* refactoring http scenario gun | ||
* fix acceptance tests | ||
* fix AnswLog init | ||
|
||
## v0.5.17 - 2024-11-24 | ||
### Fixed | ||
* Internal refactoring: GetMapValue() | ||
|
||
## v0.5.16 - 2023-11-10 | ||
### Changed | ||
* yaml format for config without extension | ||
|
||
## v0.5.15 - 2023-11-09 | ||
### Added | ||
* std json-decoder with array payload | ||
### Fixed | ||
* docs: bit misspells | ||
|
||
## v0.5.14 - 2023-10-26 | ||
### Added | ||
* http provider benchmarks | ||
### Fixed | ||
* http provider missing error | ||
* error messages | ||
|
||
## v0.5.13 - 2023-10-20 | ||
### Fixed | ||
* scenario variable source | ||
|
||
## v0.5.12 - 2023-10-19 | ||
### Fixed | ||
* grpc provider scan | ||
* grpc reflect client depreceted | ||
|
||
## v0.5.11 - 2023-10-12 | ||
### Fixed | ||
* update go.mod | ||
|
||
## v0.5.10 - 2023-10-02 | ||
### Fixed | ||
* grpc generator bugs | ||
|
||
## v0.5.9 - 2023-09-22 | ||
### Added | ||
* scenario generator | ||
|
||
## v0.5.8 - 2023-07-26 | ||
### Added | ||
* Dummy provider | ||
|
||
## v0.5.7 - 2023-07-13 | ||
### Added | ||
* grpc answ.log | ||
|
||
## v0.5.6 - 2023-07-13 | ||
### Added | ||
* preloaded http providers | ||
|
||
## v0.5.5 - 2023-06-14 | ||
### Added | ||
* resolver for property file | ||
|
||
## v0.5.4 - 2023-05-24 | ||
### Added | ||
* HTTP provider middlewares | ||
### Fixed | ||
* Refactoring HTTP providers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters