Releases: firstmoversadvantage/omni_parse_client_ruby
Releases · firstmoversadvantage/omni_parse_client_ruby
v1.4.2 / 21.01.2025
What's Changed
- 188763178 - Add OMNIPARSE_HOST env by @kamtarnowski in #7
- update gem version by @kamtarnowski in #8
Full Changelog: 1.4.1...1.4.2
v1.4.1 / 15.10.2024
What's Changed
- 188295840 - upgrade omniparse gem by @kamtarnowski in #6
Full Changelog: 1.3.0...1.4.1
v1.3.0 / 11.10.2023
What's Changed
- 182465391 - remove rest-client by @kamtarnowski in #5
New Contributors
- @kamtarnowski made their first contribution in #5
Full Changelog: 1.2.0...1.3.0
use HTTPS
Configure through ENV
- Allow configure max retries count and delays array
expamples:- OMNI_MAX_RETRIES_COUNT=5
- OMNI_RETRIES_DELAYS_ARRAY=1,2,3,4,5 # each number is a consequent delay time
Retry logic added
- Add retry logic on server errors (5xx), network timeout or socket error