Releases: aoki-h-jp/bybit-bulk-downloader
Releases · aoki-h-jp/bybit-bulk-downloader
1.2.0
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
What's Changed
- Release/1.1.1 by @aoki-h-jp in #12
- Feature/1.1.2/add interval by @aoki-h-jp in #13
- Release/1.1.2 by @aoki-h-jp in #14
- Add interval
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Release/1.1.0 by @aoki-h-jp in #10
- Feature/1.1.1/faster download by @aoki-h-jp in #11
- 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
What's Changed
- Release/1.0.2 by @aoki-h-jp in #7
- Feature/1.1.0/fundingrate by @aoki-h-jp in #8
- download klines by @aoki-h-jp in #9
- Downloading fundingRate and klines by historical API.
- https://bybit-exchange.github.io/docs/v5/market/history-fund-rate
- https://bybit-exchange.github.io/docs/v5/market/kline
Full Changelog: 1.0.2...1.1.0
v1.0.2
What's Changed
- Release/1.0.0 by @aoki-h-jp in #3
- Feature/1.0.1/url fix by @aoki-h-jp in #4
- Develop/1.0.1 by @aoki-h-jp in #5
- add download_list by @aoki-h-jp in #6
- Add self.downloaded_list in download.py
Full Changelog: 1.0.0...1.0.2
v1.0.1
What's Changed
- Release/1.0.0 by @aoki-h-jp in #3
- Feature/1.0.1/url fix by @aoki-h-jp in #4
- _BYBIT_DATA_DOWNLOAD_BASE_URL Changed.
Full Changelog: 1.0.0...1.0.1
v1.0.0
What's Changed
- Feature/1.0.0/setup by @aoki-h-jp in #1
- Feature/1.0.0/downloading by @aoki-h-jp in #2
Full Changelog: https://github.com/aoki-h-jp/bybit-bulk-downloader/commits/1.0.0