Skip to content

Releases: firstmoversadvantage/omni_parse_client_ruby

v1.4.2 / 21.01.2025

21 Jan 15:15
9c20eb4

Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

v1.4.1 / 15.10.2024

15 Oct 09:33
acc861a

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.1

v1.3.0 / 11.10.2023

11 Oct 11:49
62ea606

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

use HTTPS

17 Oct 12:37

Choose a tag to compare

update gem to use secure connection

Configure through ENV

03 Oct 17:29

Choose a tag to compare

  • 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

03 Oct 16:33
e0e1e2f

Choose a tag to compare

  • Add retry logic on server errors (5xx), network timeout or socket error