Intuit Tank Versions Save

Tank is a downloadable application that can be used to load test websites

4.0.0

2 months ago

What's Changed

Full Changelog: https://github.com/intuit/Tank/compare/3.3.0...4.0.0

3.3.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/intuit/Tank/compare/3.2.0...3.3.0

3.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/intuit/Tank/compare/3.1.0...3.2.0

3.1.0

2 years ago

3.0.2

2 years ago
  • Primefaces 10.0.0
  • remove prettyfaces
  • Pass UserData as JSON
  • AgentStartup java HttpClient
  • CodeCoverage 36% -> 44%

3.0.1

3 years ago
  • tankIcon for tools
  • async clients for metrics
  • remove empty module
  • reduce dependency
  • Fix ArrayOutOfBoundsException
  • Use InBuilt HttpServer
  • async httpclient5
  • jacoco-report-aggregator

3.0.0

3 years ago
  • JDK11 support
  • AWS SDK V2
  • Update/Compress existing serializedScriptStep Blob
  • Added more test coverage

2.3.4

4 years ago
  • Fix agent debugger
  • Security to SessionScoped
  • Minimum single thread for debugger
  • Validate position of list before every use to avoid IndexOutOfBoundsException after a item removal
  • AWSXRay: setUser to currentSegment at filter
  • update README.MD with badges
  • Fix kill instances across regions
    • filter instances by present in region before terminate/stop.
  • update libraries versions
  • java streams
  • requestInstances re-write
  • AgentStartup retry loop
  • backoff Strategy for supportFiles download
  • NonNull TPS results return
  • JSF to 2.3
  • CloudWatchMetrics
  • Remove SimpleDB DataSource
  • Add CloudWatch Metrics DataSource
  • FIBONACCI retry backoff strategy

2.3.3

4 years ago
  • Remove decompress apache httpclient 4.5.x does it automatically

  • thread should end when loops end.

  • Enable compression request to tank clients

  • AWS X-ray instrumentation

  • Reduce pending to running wait from 1min to 30sec

  • Enable Referer and Authorization headers, Test and documentation

  • trace recent jobs query

  • Performance & Size Reduction

  • Cache agent-support-files.zip in /tmp

  • Replace deprecated hibernate index annotations with JPA index annotations

  • Library reorganization saved 43MB off deployment war

  • AWS Xray + DBQueries + Performance

  • Cleanup

  • RequestScoped bean to ApplicationScoped bean

  • AWSXray dummy segments to allow jdbc tracing to be enabled

  • LazyLoad User Table

  • BatchSize

  • userAdmin Fix + CriteriaBuilder

  • better error handling on UserDao

2.3.2

4 years ago
  • Javaee 8 CDI (#90)

  • support compressed script payloads

  • Library updates

  • Javaee 8 xml updates

  • Fix hibernate settings names

  • handle null query

  • Hibernate settings update

  • update namespace domain for JSF 2.2

  • GUI cleanup including login page

  • Hibernate version update to [5.1.17.Final]

  • Testing Framework Consolidation (#93)

  • removed testng

  • removed arquillian

  • Weld CDI injection testing

  • Fix Set-Cookie in 4.5/5.0

  • Set UserToken on HttpClient Context

  • Add UserTokenHandler (threadName on Context) so that connections are not shared among users.