Skip to content

Releases: ivanildobarauna-dev/api-to-dataframe

1.3.12

09 Dec 02:05
7899fce

Choose a tag to compare

What's Changed

Full Changelog: 1.3.11...1.3.12

1.3.11

25 Sep 02:07
ee8f3ad

Choose a tag to compare

What's Changed

  • feature: added max of retries for protect APIServer by @IvanildoBarauna in #60
  • chore(deps-dev): bump pytest from 8.3.2 to 8.3.3 by @dependabot in #62
  • chore(deps-dev): bump poetry-dynamic-versioning from 1.4.0 to 1.4.1 by @dependabot in #63
  • chore(deps-dev): bump pylint from 3.2.6 to 3.3.0 by @dependabot in #64

Full Changelog: 1.3.10...1.3.11

1.3.10

25 Aug 03:33
2c9f68b

Choose a tag to compare

Whats new?

  • Quantity retries limited for 5 for protect API Server
  • Improve documentation for better experience and undestand when use Retry Strategies.

Full Changelog: https://github.com/IvanildoBarauna/api-to-dataframe/compare/1.3.9...1.3.10

Kind Regargs
Ivanildo Barauna

1.3.4

24 Jul 18:29
aea6ac9

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/IvanildoBarauna/api-to-dataframe/compare/1.3.3...1.3.4

1.3.3

22 Jul 13:05
7041393

Choose a tag to compare

[HOTFIX] Custom Logger Level

09 Jul 01:11

Choose a tag to compare

Whats New?

  • Custom Logger fixed for correct level lob exibition
  • More performance onC Library

Update NOW and enjoy!

Kind Regards,
Ivanildo Barauna

Production Version on AIR

03 Jul 18:41

Choose a tag to compare

Whats new?

  • Implemented logger
  • Implemented custom log messages in critical points of application
  • Black Formatted
  • Pylint Conventions

[NEWS] Evolute to 4. Beta version in Pypi

23 Jun 16:48
c7f99cc

Choose a tag to compare

Update Documentation and Improve Dev XP

23 Jun 16:07

Choose a tag to compare

  • Rename param delay to intial_delay
  • Refact tests

Retry Strategies Avaliable

23 Jun 15:30

Choose a tag to compare

A new version 1.2.1 of api-to-dataframe is LIVE
We are happy to announce another version of the solution you need to be more productive in your developments that involves API consumption to generate DataFrames.

Now Scientists, Data Engineers, Data Analysts and all other professionals who need to obtain API data and create dataframes can use RETRY STRATEGIES.

Retry Strategies is a feature that allows you to define a Retry strategy in case your GET operation fails. We don't want that to happen, but if it does, we're here to try again in a safe way.

There are two ways to do this, you can use a Linear Strategy which by default makes 3 retries, waiting 1 second each time, or use an Exponential Strategy which doubles the waiting time with each new connection attempt, to protect the servers from APIs you consume. It is worth remembering that all parameters have default values, but can be changed according to your needs.

We hope you enjoy this new feature,

In addition, we have evolved the package to version 3. Alpha, we are one step away from evolving into a beta version, so any feedback/questions are welcome here.
For details on how to implement your Retry strategies, access our README and also this notebook which contains examples of how to do this in a simple way.

Kind Regards,
Ivanildo Barauna