Skip to content

Releases: anthonygauthier/jmeter-elasticsearch-backend-listener

Version 2.3.0

01 Jun 12:51
Compare
Choose a tag to compare
  • Added a new test mode : "error".
  • Clarified the "info" mode so it's less confusing.

Version 2.2.5

23 Apr 19:59
Compare
Choose a tag to compare
  • Added the request body in the details of the info/debug detail modes
  • Added forced lowercase for the ElasticSearch index creation
  • Fixed a couple things in the README.md file

2.2.4

23 Mar 14:18
Compare
Choose a tag to compare
  • Fixed error with automatic creation of the ElasticSearch Index

2.2.3

21 Mar 14:29
3a2cec1
Compare
Choose a tag to compare
  • Added the automatic creation of the index on ElasticSearch through a REST call
// Example
PUT localhost:9200/MyIndex
  • Removed TODO concerning the future addition of a TransportClient since ElasticSearch plans on removing it eventually. (https://www.elastic.co/blog/the-elasticsearch-java-high-level-rest-client-is-out)
  • Use of isSuccessful() instead of isResponseCodeOK()
  • Started a full documentation of the plugin using GitHub's wiki feature
  • Added a "Test mode (es.test.mode)" - Controls the level of details sent to the ElasticSearch engine
    • The "info" mode sends the details (response body, response headers, request headers) or failed requests
    • The "debug" mode sends the details of ALL requests/responses
    • The "quiet" mode only sends the metrics.

2.2.3-RC3

21 Mar 13:47
Compare
Choose a tag to compare
2.2.3-RC3 Pre-release
Pre-release
  • Added the automatic creation of the index on ElasticSearch through a REST call
// Example
PUT localhost:9200/MyIndex

2.2.3 RC2

12 Mar 13:46
Compare
Choose a tag to compare
2.2.3 RC2 Pre-release
Pre-release

Release Candidate 2 of Version 2.2.3 of the plugin.

  • Added AssertionResults back into the sent JSON
  • Use of isSuccessful() instead of isResponseCodeOK()
  • Started a full documentation of the plugin using GitHub's wiki feature

2.2.3 RC1

27 Feb 19:18
Compare
Choose a tag to compare
2.2.3 RC1 Pre-release
Pre-release
  • Added a "Test mode (es.test.mode)", enabling user to specify "info" or "debug" to less or more information to ElasticSearch.
    • The "info" mode sends the details (response body, response headers, request headers)
    • The "debug" mode sends the details of ALL requests/responses

Solves #19

Version 2.2.2

16 Feb 14:19
Compare
Choose a tag to compare

Version 2.2.1

08 Feb 20:14
Compare
Choose a tag to compare
  • Added a filter argument. It is now possible to control which samplers you want to send to ElasticSearch

Version 2.2.0 - Low-level REST Client

07 Feb 20:41
36585a5
Compare
Choose a tag to compare
  • Replaced TransportClient to Low-level REST client allowing the plugin to work with any version of ES
  • Changed groupId in pom.xml