Version History
0.2.25-62
Bug Fixes:-
Issues with viewing JSON view for responses solved by implementing DOM
Not using ioredis pipeline class if its required use moduleExports
Issues with downloading raw and multipart data from API responses resolved
If error is received after deduplication is completed when running update-cov command, the UI code coverage will still be updated.
grpc instrumentation fix for buffer responses in client request(input and output) and server request input and output. (For Temporal Support)
Mongoose Callback Error Handling
Enhancements:-
Prisma Version 6 support included
0.2.23-56
Bug Fixes:-
Bug fix in docker for prisma integration
Bug fix for issue in opening JSON view for mocks in "All Requests"
Bug fix in search email option in reset password popup
Enhancements:-
If mongo accessed from mongoose then experimental flag must be set for mongoose connection unmocking.
Check if ht-coverage directory doesn't exist, then create it
0.2.25-52
Bug Fixes:-
Ability to bulk delete test cases from Test Results.
Mark as Noise feature removed
Noisy differences will be there, we will not automatically delete them. However, they wont be marked as failure
Fixed issues with copy button when viewing the text in JSON view.
Enhancements:-
Iterative Duplication introduced to keep on deduplication for posttest deduplication even if the process is stopped. It will deduplicate till it gets interrupted, however, won't update test coverage in UI
If different versions of GRPC requests are used, we will be able to mock them.
Ensure backend compatibility for old CLI versions
0.2.23-50
Bug Fixes:-
Enhancements:-
Download htcli config file directly from UI
Added "last updated" timestamp when hovering over the coverage progress bar in the UI.
0.2.25-45
Bug Fixes:-
Making sure that ports mentioned in reservedAppPorts are free before starting a test by killing all process on those ports.
Throw error when there are uncommitted changes while running post test dedupe command
Filter bulk APIs errors fixed.
Manual Mocks working in disabled mode.
Enhancements:-
Removed password support. Login only via SSO
An Admin user can add/create another admin user via backend.
Copy request id button.
Filter Mocks/Outbound calls in a request via numbers.
Removed got library
Stretch Code Coverage by a few lines at the start and the end to capture more differences.
HyperTest CLI gives non zero exit code when no requests found
0.2.23-46
Bug Fixes:-
Fix for the UI error when displaying Kafka Timestamp. (Error displayed as "NAN undefined NAN")
UI glitch fixed when adding a new service on UI
Enhancements:-
Ensure that new users logging into the UI for the first time see a list of all available services in the UI
Introduction to a UI for self-signup functionality
Added a test progress bar on UI when running tests via CLI
'Unknown Keys' info provided if any unknown key is added by the user
0.2.23-40
Bug Fixes:-
To improve portability, store relative path instead of absolute path in NYC JSON summary
Enhancements:-
Added documentation to create webhook url in slack notifications page
Get more coverage info data from the option 'more coverage info' in UI
Deleting service data outside of transaction. Can help delete large amounts of data and will not revert deleted data if this 'delete job' fails
0.2.25-39
Bug fixes:-
Kill application when update-cov is completed to make sure that the coverage is updated
TYPEORM queryrunner mocks were leaking and pg mocks were getting created, leading to issues in replay. This has been fixed.
Pagination issue in requestCount page has been fixed
Enhancements:-
Support for mysql2 instrumentation versions 3.11.5 and above
Added app crash listners for better error understanding
Add libraries to ignore when initializing hypertest sdk to ignore already required packages
Blocking elastic apm, sentry, data-dog, newrelic in replay mode and disabling http2 instrumentation of data dog in record mode.
Continuous coverage feature released.
0.2.23-35
Bug Fixes:-
get filtered services query fix for service page
Graphql: Handling partial data errors in Replay. Now HT stores error only when selection set matches or no data is returned
Adding Further details in Coverage report in UI
Enhancements:-
Code Coverage being shown on UI
0.2.23-30
Bug Fixes:-
If user was on test results page, then accidentally logs out and then logs back in with the same link, they get directed to the test results page.
Added backend port to HT_BACKEND_BASE_URL.
Redis Fix: Proper Handling of empty test results.
Enhancements:-
Freeze the versions of cjs module 'lexer'
update coverage info at the end of post test deduplication
Cron job terminates the test after 2 minutes if there is no progress
0.2.25-26
Bug Fixes:-
Deleting service data outside of transaction- Can help delete large amounts of requests from UI and will not revert deleted data if this 'delete job' fails in the backend.
CLI reports ‘No requests found to Test’ if there are no changes done by the user while in REPLAY mode and git diff is enabled.
Fix for the UI error when displaying Kafka Timestamp. (Error displayed as "NAN undefined NAN")
Stop sending headers to (via http calls) AWS when uploading an image.
Exit code provided if no git diff found
Redis automatic pipelining feature has been disabled to avoid errors
Header propagation fixed for GraphQl requests, i.e., missing header issue has been fixed.
Enhancements:-
Public NPM library- All our packages are public now and can be viewed online. This also makes sure that there is no need for a .npmrc token to install HyperTest anymore.
Download .htTestConf.js with backendbaseURL directly from UI SDK snippet.
No Need for HtCLI token in the .htTestConf.js file
Microsoft SSO support added
Added support for Opossum Circuit Breaker: Now any request failed by this circuit breaker will automatically be discarded during the RECORD mode.
Added support for Elastic Transport- Enables users to use Elastic Search version 8 and above.
Reduced no of root mocks from backend to CLI to reduce memory usage.
EnableRecordModeExceptionHandling: An experimental flag. Can be enabled when initialising HyperTest SDK in the beginning. This makes sure that if any errors happen during the RECORD mode before we call onto a specific instrumentation, the whole RECORD mode doesn’t stop.
Elastic Search v8 support via elastic transport
When recording and replaying tests, CLI automatically updates the user about newer versions of SDK and CLI
0.2.23-25
Bug Fixes:-
Enhancements:-
Create functions from UI(settings) to filter out mock differences
Add rules to ignore noise from UI
0.2.23-24
Bug Fixes:-
Enhancements:-
Reduced no of root mocks from backend to CLI to reduce memory usage
Add coverage percent in backend db
Notify user on UI about latest version of the sdk/CLI
Added nyc for other protocols(graphql, amqp)
In testResponse table, graphql headers are added in requestObj
0.2.23-21
Bug Fixes:-
RedisShortSubModuleName experimental flag added
Enhancements:-
Separating paths for root user and a normal user
Added a new mock class for sqllite-3
0.2.23-17
Bug Fixes:-
Fix/missing types after router change: In the
ht-cli
(HyperTest CLI) build process, it ensures that type definitions are now properly accounted for to prevent type errors in the system.Root mocks bug fixed
Enhancements:-
Route added on UI to configure Slack notifications. Now user can add slack webhooks themselves.
0.2.23-15
Bug Fixes:-
Enhancements:-
Added the new Feature: Post Test Deduplication. Deduplicate requests via code coverage
CLI checks user application without making an http call, to improve performance
Introducing a new router with authentication middleware
Ability to view diffs for noise
0.2.23-10
Bug Fixes:-
If a noise and a difference were both present, it was marking everything as a noise. We have fixed that.
Enhancements:-
CLI version can be seen in 'Show More Details' in a test.
After importing htsdk, a user can dynamically import the underlying methods
0.2.23-9
Bug Fixes:-
Mongoose: Now Mongoose connect call returns a promise with "this".
Enhancements:-
added inputSchemaHash, inputValueHash, collectiveHash in requestObject of testResponse table to enable this in Test results.
Redis Instrumentation: added patch for redis JSON, GRAPH, SEARCH, TIMESERIES, BLOOM instrumentation
0.2.23-4
Bug Fixes:-
Enhancements:-
(UI) Added documentation link to the dashboard
(UI) rules written in the config file are indented properly when shown in UI.
changed the env file from 'env' to 'env-ht'.
0.2.23-1
Bug Fixes:-
(UI)Intermittent issue in viewing the 'JSON View' for outbound calls fixed.
Enhancements:-
(UI) Timestamp column when tests were in REPLAY mode added in UI
(UI) Alignment fix for 'Download Raw' button in UI
0.2.21
Bug Fixes:-
(UI)Ignore MOCK_FORCE_MATCHED(AI MATCHED) differences if all other difference are ignored of that mock by some predefined rules and UI changes
Enhancements:-
Removed accept header requests for better performance
Optimized LRU cache to make sure if HyperTest is not used for the past 10 days, request count doesn't increase to more than 5000.
0.2.21-7
Bug Fixes:-
Enhancements:-
Added support for aws and sequelize instrumentation to work with esm modules
(UI) Bulk accepting all the changes in the test cases from UI
Automatically accept the differences in a test case and pass the test case if their is no change found in the actual code.
0.2.21-4
Bug Fixes:-
Enhancements:-
adding http server client instrumentation mocks for a graphql request.
0.2.21-2
Bug Fixes:-
Enhancements:-
Provided Support for esm modules
To aid in deduplication of the request, we will consider the unique outbound call hash in the deduplication hash.
0.2.21-1
Bug Fixes:-
Enhancements:-
False positives removed in http tests by taking intersection with git diff.
If the response of the request is other than 'OK', it will be run in fastMode by default.
0.2.20-4
Bug Fixes:-
SSO issue: Making messages more readable when logging in via SSO.
Enhancements:-
Ability to serialize bigint data type values by introducing a function for this
0.2.20-3
Bug Fixes:-
'No email found' cases handled for SSO
AMQP biome fix for better code performance
(UI)Scrolling glitches resolved
Enhancements:-
0.2.20-1
Bug Fixes:-
Response difference error fixed. Now only the actual error will be marked red instead of the whole column.
Enhancements:-
Update in redirect URL for slack notifications. Now it will show the dashboard view
Introduction to SSO
Migration to prisma db version 5.20.0 for better performance.
0.2.19-60
Bug Fixes:-
Enhancements:-
Increased tRPC error handling for non json input
Increased database performance by optimizing prisma db behaviour
0.2.19-59
Bug Fixes:-
(UI) When accepting changes and updating the mock table we will coalesce globalMockVersion_real.
Enhancements:-
0.2.19-57
Bug Fixes:-
Mongoose Instrumentation: Fields are considered if at least one is key present. If nothing is present, then fields will not be shown in UI
Enhancements:-
0.2.19-56
Bug Fixes:-
Fixed the issue where the cluster path coming as an empty string in request due to body parser
Enhancements:-
0.2.19-54
Bug Fixes:-
Mongoose Instrumentation: Added filter fix in mock's readableInput for findAndUpdate. (Added support for distinct and projections)
Fixed discard request feature
Enhancements:-
Introduced Slack Notifications feature
Better logging capabilities for tRPC failures
Storing time taken to boot the application via markappasready()
0.2.19-51
Bug Fixes:-
New redis patch : SELECT method to select a db number
Axios errors in auth0 instrumentations handled to reduce no of requests
Enhancements:-
Show differences in the output of tags
The 'headers' key ignored while taking schema. This will further increase deduplication
Check Candidate URL is up to verify if app is up and running at correct port (for http and graphql)
The global mock version attribute added to improve in handling false positives of 'AI Matched' cases.
0.2.19-48
Bug Fixes:-
Aggressive deduplication for graphql by processing only input schema change in graphql requests’ 0th index in resolver chain
Removed promise.all in updateRootReplayMocksAndDifferences API to avoid errors in CLI
Enhancements:-
Mark as noise from front end
bot to check in package.json to check if there is a stable updated version for the dependency
0.2.19-47
Bug Fixes:-
Sequelize Instrumentation: only perform transformation (changing models into names) up to a depth of 5 levels to avoid maximum call stack exceeded errors.
Stop capturing http requests generated by popular APMs when running in record & replay for HyperTest
Enhancements:-
0.2.19-45
Bug Fixes:-
Fixed AI forced matched mocks that were coming out in red, which implied an error.
Enhancements:-
0.2.19-44
Bug Fixes:-
Sequelize Instrumentation: If toJSON is available in each index, then remove circular ref object from readable input
Enhancements:-
0.2.19-43
Bug Fixes:-
Enhancements:-
(UI)”Outbound Calls Not Found” changed to “Outbound Calls not Made”
(UI) Not of Outbound calls will be visible when the dropdown is collapsed.
0.2.19-42
Bug Fixes:-
Enhancements:-
(UI)- If a string value is too large in the response and the mock, it gets truncated partially and a copy button is presented to view it separately
(UI)- Requests recorded will be sorted by id instead of timestamp
(UI)- ‘Forced Matched’ gets renamed to ‘AI Matched’
0.2.19-41
Bug Fixes:-
(UI) Able to accept requests which have been deleted
Enhancements:-
Introduction to fetch instrumentation (http client)
Increase deduplication in GRPC by converting or decoding any JSON strings that appear as part of the payload, but only at the first level
Output status is now a filter available while fetching tests from the cli. we can now run tests which only have say 'OKAY' status
0.2.19-38
Bug Fixes
Enhancements:-
(UI)-query, variables and headers are arranged in different tabs of request info for graphql in UI
(UI)-request id as a filter as well in all requests and test results
(UI)-mock id search filter for root mocks page in UI
(UI)-original mock id instead of testResponseMock id if present in UI
(UI)-sort requests by timestamp (ascending and descending) on UI
Last updated