Skip to content

Releases: anthonygauthier/jmeter-elasticsearch-backend-listener

Version 2.1.1

18 Jan 18:06
Compare
Choose a tag to compare
  • Modification of the pom file resulting in a significant reduction of the java artifact.

Version 2.1.0

17 Jan 19:28
Compare
Choose a tag to compare
  • Added use of assertionArray
  • getElapsedTime now returns a generic date for comparison in Jenkins AND the elapsed time according to "now()".
  • Added "sentBytes" metric
  • ResponseTime uses the getTime() method
  • Added timeout to avoid hanging requests
  • Corrected formatting of dates
  • Added logging in case of failures

Thanks to @pmouawad for the fixes and feedback.

Version 2.0.2 - Rare null exception fix & removed useless fields

10 Jan 18:19
Compare
Choose a tag to compare
  • Removed rare occasion of null pointer exception
  • Removed useless fields
    • Index Type -> Not needed as it is always "SampleResult"
    • Protocol -> Not needed as we are using the TransportClient

Version 2.0.1 - Performance tuning, refactor and bulk ElasticSearch requests

18 Dec 17:58
Compare
Choose a tag to compare
  • Performance Tuning
    • Removed useless objects (Declaration of HashMap in foreach)
    • Limited the number of HTTP connections made by using ElasticSearch bulk requests
  • Refactored methods to use HashMap instead of the abstract Map class
  • Tested and completed the handling of results by sending in bulk
    • New option in the listener's parameter to specify how many requests to send in bulk

Version 2.0.0

12 Dec 01:24
Compare
Choose a tag to compare
  • Compelete refactor of the plugin
  • Switched from OkHttp calls to native ElasticSearch 5.5.2 API Transport calls
    • Fixed connection pool memory leak
  • Added unit testing into the project
  • Automatically add all dependencies on project packaging - easier install process.
    • No more error class missing messages

Version 1.5.3

11 Dec 18:55
4271eec
Compare
Choose a tag to compare

First attempt at refactoring the business logic of the plugin to try and fix multiple issues.

Version 1.5.2

11 Dec 18:53
4271eec
Compare
Choose a tag to compare

Attempt to fix "Connection Leaked" issue.

Version 1.5.0

11 Dec 18:51
4271eec
Compare
Choose a tag to compare

Added support to trust all SSL certificates. Useful when testing in various dev environments.

DO NOT ENABLE THIS OPTION IN PRODUCTION.

Version 1.0.0

11 Dec 18:49
4271eec
Compare
Choose a tag to compare

First version of the plugin based on Korteke's work.