Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@aoki-h-jp aoki-h-jp released this 03 Jan 19:59
· 2 commits to main since this release
2cbea8f

Release Notes for v1.2.0

Major Changes

  • Removed fundingRate download functionality as the data is no longer available on Bybit
  • Removed klines functionality as the data is no longer available on Bybit
  • Renewed core functionality of the downloader module

Features

  • Enhanced trading data download capabilities
  • Improved error handling and file management
  • Added support for concurrent downloads with ThreadPoolExecutor
  • Implemented progress bar display using Rich library

Technical Improvements

  • Refactored BybitBulkDownloader class for better maintainability
  • Updated directory structure handling for different data types
  • Improved file decompression process
  • Enhanced error reporting and logging

Documentation

  • Updated README with new functionality descriptions
  • Removed deprecated data type references
  • Added clearer usage examples
  • Updated supported data types list

Other Changes

  • Updated .gitignore for better repository management
  • Enhanced test coverage
  • Improved code quality and documentation

Full Changelog: 1.1.1...1.2.0