Skip to content

Commit

Permalink
reorganise changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dextertd committed Sep 28, 2023
1 parent aedf390 commit 5b00533
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Improve `close_position` logic

## [5.6.0] - 2023-09-28
### Added
- Add RSA authentication for HTTP and WebSocket (choose "Self-generated API Keys" when [creating](https://testnet.bybit.com/app/user/api-management) an API key)
- To use it, pass `rsa_authentication=True` along with your `api_key` and `api_secret`
- Your `api_key` is given to you after inputting your public key (RSA) into Bybit's API management system
Expand All @@ -15,9 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- See examples files: [HTTP](https://github.com/bybit-exchange/pybit/blob/master/examples/http_example_rsa_authentication.py) and [WebSocket](https://github.com/bybit-exchange/pybit/blob/master/examples/websocket_example_rsa_authentication.py)
- Add the `HTTP` method `get_server_time()`
- Add `HTTP` methods for spot margin trading
- Deprecate the `HTTP` method `enable_universal_transfer_for_sub_uid()`
- Add `HTTP` method `get_long_short_ratio()`

### Deprecated
- The `HTTP` method `enable_universal_transfer_for_sub_uid()`

### Fixed
- Improve `close_position` logic


## [5.5.0] - 2023-07-17
### Added
- `helpers.py` which includes the `Helpers` class and the `close_position` method, which can be imported and employed like so:
Expand All @@ -41,6 +48,7 @@ print(my_helper.close_position(category="linear", symbol="BTCUSDT"))
- `get_affiliate_user_info`
- `get_uid_wallet_type`


## [5.3.0] - 2023-05-19
### Added
- Multiple symbol support for WebSocket topics (pass `symbol` as a list)
Expand Down

0 comments on commit 5b00533

Please sign in to comment.