Skip to content

Releases: aoki-h-jp/bybit-bulk-downloader

1.2.0

03 Jan 19:59
2cbea8f
Compare
Choose a tag to compare

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

1.1.2

02 Jan 14:50
027aed2
Compare
Choose a tag to compare

What's Changed

  • Add interval

Full Changelog: 1.1.1...1.1.2

1.1.1

12 Sep 11:00
8675b34
Compare
Choose a tag to compare

What's Changed

  • Faster download implemented! (klines, linear only) klines spot and inverse will be implemented near the future.
  • Fix test case

Full Changelog: 1.1.0...1.1.1

v1.1.0

03 Sep 02:53
34a0667
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.1.0

v1.0.2

01 Sep 14:19
bd1af87
Compare
Choose a tag to compare

What's Changed

  • Add self.downloaded_list in download.py

Full Changelog: 1.0.0...1.0.2

v1.0.1

31 Aug 15:05
285bca1
Compare
Choose a tag to compare

What's Changed

  • _BYBIT_DATA_DOWNLOAD_BASE_URL Changed.

Full Changelog: 1.0.0...1.0.1

v1.0.0

25 Aug 21:30
6dc7836
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/aoki-h-jp/bybit-bulk-downloader/commits/1.0.0