Skip to content

Releases: intuit/Tank

4.0.0 (Jakarta)

26 Feb 22:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...4.0.0

Release 3.3.0

28 Nov 17:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

Release 3.2.0

28 Sep 16:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

Release 3.1.0

15 Sep 22:07
31187b6
Compare
Choose a tag to compare
* JSF 2.3
* Remove PicketLink/DeltaSpike
* Add AdminFilter
* Obfuscate password in LogEvents
* Bump commons-compress from 1.20 to 1.21
* Filter Page: Fix Search Bar Bug
* Fix: Filter search listener to TableState Filter Function
* Fix "New Project" navigation button
* Proxy Recorder: Process 302 Transactions
* Fix User Delete
* SRE-19012 Stop gui spinner from spinning
* Add env to logging variables [SRE-19083]
* Fix Sort on Filter Apply Page
* Fix apiharness local execution
* Remove redundant file exists check
* disable delete button during tests [SRE-19307]
* SRE-19307 implement isDeletable()
* Unblock thread start processes
* Refactor Method Names [SRE-19325]
* TestPlanStarter Unit Tests
* Stop creating threads after ramp for loop completion use case.
* stop thread starter after ramp (scripts loops completed)
* Implement StopBehavior [SRE-19391]

Co-authored-by: Shawn Park <88464473+shawn-h-park@users.noreply.github.com>
Co-authored-by: Bryan Alexander Rivera <2250179+bryaan@users.noreply.github.com>
Co-authored-by: Bryan Rivera <bryan_rivera@intuit.com>

Release 3.0.2 - Primefaces 10

30 Jun 23:37
67b21be
Compare
Choose a tag to compare
  • Primefaces 10.0.0
  • remove prettyfaces
  • Pass UserData as JSON
  • AgentStartup java HttpClient
  • CodeCoverage 36% -> 44%

Release 3.0.1 - Jacoco Report Aggregator

13 Apr 18:44
d99c701
Compare
Choose a tag to compare
  • tankIcon for tools
  • async clients for metrics
  • remove empty module
  • reduce dependency
  • Fix ArrayOutOfBoundsException
  • Use InBuilt HttpServer
  • async httpclient5
  • jacoco-report-aggregator

Release 3.0.0

03 Nov 03:30
0cad65f
Compare
Choose a tag to compare
  • JDK11 support
  • AWS SDK V2
  • Update/Compress existing serializedScriptStep Blob
  • Added more test coverage

Release 2.3.4

11 Apr 16:20
d1c505b
Compare
Choose a tag to compare
  • 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

Tank 2.3.3

18 Feb 23:58
69e36f3
Compare
Choose a tag to compare
  • 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

Tank 2.3.2

04 Dec 22:00
b75a901
Compare
Choose a tag to compare
  • 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.