Skip to content

Releases: dice-group/IGUANA

version 3.3.3

31 Oct 14:04
aee83ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.3

version 3.3.2

23 Sep 09:28
169ae33
Compare
Choose a tag to compare

What's Changed

  • Fixed dev's name

Full Changelog: v3.3.1...v3.3.2

version 3.3.1

04 Jun 23:25
d966790
Compare
Choose a tag to compare

What's Changed

  • Bump log4j-api from 2.13.3 to 2.17.0 in /iguana.commons by @dependabot in #152
  • Bump log4j-core from 2.13.3 to 2.17.0 in /iguana.commons by @dependabot in #153
  • Bump log4j-core from 2.17.0 to 2.17.1 in /iguana.commons by @dependabot in #155
  • Bump log4j-api from 2.17.0 to 2.17.1 in /iguana.commons by @dependabot in #154
  • Bump junit from 4.11 to 4.13.1 in /iguana.commons by @dependabot in #146
  • Bump junit from 4.11 to 4.13.1 in /iguana.corecontroller by @dependabot in #144
  • Bump junit from 4.11 to 4.13.1 in /iguana.resultprocessor by @dependabot in #145
  • Bump jena-core from 3.16.0 to 4.2.0 in /iguana.resultprocessor by @dependabot in #148
  • fixed deployment and some glitches in javadoc html by @bigerl in #171

Full Changelog: v3.3.0...v3.3.1

Iguana v3.3.0

21 Apr 12:34
Compare
Choose a tag to compare

#127 - Adding timeOutMS to the results for each worker
#139 - Adding an optional version to the Connection
#140 - Adding average Penalized QPS as a metric

Iguana v3.2.1

14 Apr 10:00
154d9ed
Compare
Choose a tag to compare

Fixes:

  • There was a 0.5-0.7ms overhead added by IGUANA to every query execution time. This affected mainly very fast queries with +1000 QpS. All versions since IGUANA v3.2.0-rc1 are affected.
  • With noOfQueryMixes sometimes some queries were executed a bit more often.

Iguana v3.2.0

16 Feb 10:19
Compare
Choose a tag to compare
  • Added a lang.SIMPLE as a new language, which basically just uses contentLength as the result size and works with results >=2GB
  • Minor Bug Fixes
  • Fixing Bug where Iguana won't close some threads and thus won't stop.
  • fixed high CPU usage (#134)
  • EachQuery fixes/enhancements

Release is same as 3.2.0 RC4.

Iguana v3.2.0 RC4

01 Feb 13:09
Compare
Choose a tag to compare
Iguana v3.2.0 RC4 Pre-release
Pre-release
  • fixed high CPU usage (#134)
  • removed Big BAOS
  • lang.SIMPLE (Throwaway language processor, correct resultSize (content length) in results file)
  • EachQuery fixes/enhancements

Iguana v3.2.0 RC1

15 Jan 14:46
Compare
Choose a tag to compare
Iguana v3.2.0 RC1 Pre-release
Pre-release
  • Added a lang.SIMPLE as a new language, which basically just uses contentLength as the result size and works with results >=2GB
  • Minor Bug Fixes
  • Fixing Bug where Iguana won't close some threads and thus won't stop.

v3.1.1

27 Oct 13:45
Compare
Choose a tag to compare

Bug Fixes

  • Http Response won't close always due to caching not closing the response.

v3.1.0

09 Oct 19:26
Compare
Choose a tag to compare

Bug Fixes

  • PatternQuery Handler bug fix where Updates were not working
  • NTFileStorage had wrong Month (started at 0) fixed

Additions

  • Added Delimiter Query Handler (Multiple Line queries now possible)