@applitools/ufg-client
Advanced tools
Comparing version 1.9.6 to 1.9.7
# Changelog | ||
## [1.9.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ufg-client@1.9.6...js/ufg-client@1.9.7) (2023-11-07) | ||
### Bug Fixes | ||
* added retries on ufg requests that respond with 503 status code ([7d78917](https://github.com/applitools/eyes.sdk.javascript1/commit/7d78917d559fa182c6723ca34cef2118cf08a036)) | ||
## [1.9.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ufg-client@1.9.5...js/ufg-client@1.9.6) (2023-10-17) | ||
@@ -4,0 +11,0 @@ |
@@ -46,3 +46,3 @@ "use strict"; | ||
timeout: 200, | ||
statuses: [404, 500, 502, 504], | ||
statuses: [404, 500, 502, 503, 504], | ||
codes: ['ECONNRESET', 'ECONNABORTED', 'ETIMEDOUT', 'ENOTFOUND', 'EAI_AGAIN', 'STUCK_REQUEST'], | ||
@@ -49,0 +49,0 @@ }, |
{ | ||
"name": "@applitools/ufg-client", | ||
"version": "1.9.6", | ||
"version": "1.9.7", | ||
"homepage": "https://applitools.com", | ||
@@ -5,0 +5,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129351
98
2
3
0
14