Skip to content

v1.0.1

Compare
Choose a tag to compare
@addypy addypy released this 30 May 13:15
· 1 commit to master since this release

[v1.0.1] - 2024-05-30

Improvements and New Features

  • Improved Data Fetching Robustness
    • Reduced default batch_size to avoid timeouts.
    • Implemented retry mechanism with exponential backoff for failed requests.
    • Skipped batches if fetching fails to ensure the process continues.
    • Added detailed logging for better debugging and monitoring.
    • Log messages now include information about successful data fetches and any errors encountered.

Bug Fixes

  • Fixed Data Insertion Issues
    • Ensured all values being inserted into the SQLite database are of supported types to avoid sqlite3.InterfaceError.

Notes

  • Make sure to update your local environment with the latest version of the package by running:
    pip install --upgrade datagovindia