Skip to content

Releases: bgrams/fredio

fredio v0.2.0

12 Jun 06:14

Choose a tag to compare

  • Add ApiClient context manager
  • Consolidate request logic in the ApiClient object
  • Replace continuous rate limiting loop with generic futures to reduce complexity
  • Update docs for real-world examples

fredio v0.1.2

30 May 22:18

Choose a tag to compare

  • Add pluggable jsonpath query engine to leverage other libraries e.g. jq or jmespath
  • Retry backoff time is computed relative to the response time header

fredio v0.1.1

20 May 02:33

Choose a tag to compare

Rate limiting timer customization and bug fixes

fredio v0.1.0

07 May 04:01

Choose a tag to compare

Bump version

fredio v0.1.0a2

24 Mar 05:18

Choose a tag to compare

fredio v0.1.0a2 Pre-release
Pre-release

Add a callback to event-spawned Tasks to signal completion. This allows for running tasks to block before normal process exit in order to support full and reliable event concurrency.

fredio v0.1.0a1

21 Mar 21:51
5ddcb1e

Choose a tag to compare

fredio v0.1.0a1 Pre-release
Pre-release

Initial alpha release