This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Releases: zalopay-oss/jmeter-grpc-request
Releases · zalopay-oss/jmeter-grpc-request
v1.2.6
What's Changed
- fix: ClientCaller bugs by @nexttonever in #191
- feat: support for bin descriptors by @xander34 in #198
New Contributors
- @nexttonever made their first contribution in #191
Full Changelog: v1.2.5.1...v1.2.6
v1.2.5.1
What's Changed
- fix: breaking gRPC plugin with io.grpc version 1.49.0 by @minhhoangvn in #187
Full Changelog: v1.2.5...v1.2.5.1
v1.2.5
What's Changed
- fix: Support to discover services without package names by @Amoratinos in #183
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- feat: More friendly exception prompt by @yl-yue in #129
- feat: add config for maximum message and metadata size by @minhhoangvn in #134
- feat: allow run plugin with M1 ARM chip by @minhhoangvn in #155
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- feat: add detailed protocInvoker error to error message in JMeter sampler by @minhhoangvn in #127
- fix: error invalid call sequence with an exception in initiated gRPC request #96 by @minhhoangvn in #127
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- feat: update unittest for cover ALPN does not support by @minhhoangvn in #95
- fix: Type Registry required when printing Json by @xander34 in #108
- fullMethodField Drop - down box edit auto-complement by @yl-yue in #98
- Prints exceptions that occur before the request is initiated #96 by @yl-yue in #99
- #113 #105 by @yl-yue in #116
- Added support for configuring the Protoc version to fix the problem t… by @linG5821 in #119
- feat/add await termination channel config time by @minhhoangvn in #124
New Contributors
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
Summary
Changed:
- Auto generate request data base on proto file (mock request data) #82
- Metadata supporting JSON string, value should url encode, update value each loop of ThreadGroup #79, #74, #84
- Proto Root, Library, Metadata fields supporting user variables #85
- Standard engineering dependence, slimming
jmeter-grpc-request.jar
plug-in #89 - Add unit test #47
- Add option to disable SSL/TLS Cert Verification #45
Fixed:
What's Changed in Detail
- Shorten the exception message show in the report by @huynhminhtan in #17
- Update readme by @huynhminhtan in #25
- Update README by @huynhminhtan in #39
- Add apache 2.0 license, same as jmeter-grpc-plugin by @dhartford in #43
- Add option to disable SSL/TLS Cert verification by @dhartford in #45
- Add Unit Test & Github Action Workflow by @minhhoangvn in #47
- Update README.md by @huynhminhtan in #48
- Actions workflow by @huynhminhtan in #52
- Support for NPN fallback and relative directories by @yanpaulo in #50
- Include default field values. This addresses #59 by @skarpushin in #61
- metadata value should decode. by @pengweiqhca in #74
- Metadata field allows Jmeter variables as parameter by @totalys in #75
- adding label to metadata field by @totalys in #76
- gRPCSampler Metadata can be Json String by @Jayrajgondaliya in #79
- Auto generate request data base on proto file(mock). by @yl-yue in #82
- Resolve page stutter caused by request mock by @yl-yue in #83
- Move Metadata update to when Sample is tested by @jacek-d in #84
- Let Proto root directory fully support '${}' to refer to user variables by @yl-yue in #85
- Solve
CreateProcess Error = 206
, and slimming plug-in volume by @yl-yue in #89
New Contributors
Give a special thank to
- @dhartford made their first contribution in #43
- @minhhoangvn made their first contribution in #47
- @yanpaulo made their first contribution in #50
- @skarpushin made their first contribution in #61
- @pengweiqhca made their first contribution in #74
- @totalys made their first contribution in #75
- @Jayrajgondaliya made their first contribution in #79
- @yl-yue made their first contribution in #82
- @jacek-d made their first contribution in #84
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Change List:
- Fix: Could not find TLS ALPN provider; no working netty-tcnative, Conscrypt, or Jetty NPN/ALPN available.