Skip to content

Commit

Permalink
Merge pull request #23 from binance/rc-1.6.0
Browse files Browse the repository at this point in the history
Release v1.6.0
  • Loading branch information
alplabin authored Oct 2, 2024
2 parents 2fc3647 + 5fbc535 commit d400ee2
Show file tree
Hide file tree
Showing 93 changed files with 266 additions and 2,661 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Changelog

## 1.6.0 - 2024-10-02

### Changed
- Updated endpoint `/sapi/v1/sub-account/subAccountApi/ipRestriction` to `/sapi/v2/sub-account/subAccountApi/ipRestriction`
- Update dependencies

### Removed
- Deprecated margin endpoints:
- `POST /sapi/v1/margin/transfer`
- `POST /sapi/v1/margin/isolated/transfer`
- `POST /sapi/v1/margin/loan`
- `POST /sapi/v1/margin/repay`
- `GET /sapi/v1/margin/isolated/transfer`
- `GET /sapi/v1/margin/asset`
- `GET /sapi/v1/margin/pair`
- `GET /sapi/v1/margin/isolated/pair`
- `GET /sapi/v1/margin/loan`
- `GET /sapi/v1/margin/repay`
- `GET /sapi/v1/margin/dribblet`
- `GET /sapi/v1/margin/dust`
- `POST /sapi/v1/margin/dust`

- Deprecated SubAccount endpoint: `POST /sapi/v1/sub-account/subAccountApi/ipRestriction/ipList`

- Deprecated Futures endpoints:
- `GET /sapi/v1/futures/loan/interestHistory`
- `GET /sapi/v1/futures/loan/collateralRepayResult`
- `POST /sapi/v1/futures/loan/collateralRepay`
- `GET /sapi/v1/futures/loan/collateralRepay`
- `GET /sapi/v1/futures/loan/collateralRepayLimit`
- `GET /sapi/v1/futures/loan/liquidationHistory`
- `GET /sapi/v1/futures/loan/adjustCollateral/history`
- `POST /sapi/v2/futures/loan/adjustCollateral`
- `GET /sapi/v2/futures/loan/calcMaxAdjustAmount`
- `GET /sapi/v2/futures/loan/calcAdjustLevel`
- `GET /sapi/v2/futures/loan/configs`
- `GET /sapi/v2/futures/loan/wallet`
- `GET /sapi/v1/futures/loan/repay/history`
- `POST /sapi/v1/futures/loan/repay`
- `GET /sapi/v1/futures/loan/borrow/history`
- `POST /sapi/v1/futures/loan/borrow`
- `GET /sapi/v1/futures/transfer`
- `POST /sapi/v1/futures/transfer`

- BLVT endpoints:
- `GET /sapi/v1/blvt/tokenInfo`
- `POST /sapi/v1/blvt/subscribe`
- `GET /sapi/v1/blvt/subscribe/record`
- `POST /sapi/v1/blvt/redeem`
- `GET /sapi/v1/blvt/redeem/record`
- `GET /sapi/v1/blvt/userLimit`

## 1.5.2 - 2024-07-23

### Changed
Expand Down
43 changes: 20 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
binance-connector-ruby (1.5.2)
binance-connector-ruby (1.6.0)
faraday (~> 1.8)
websocket-eventmachine-client (~> 1.3)

Expand Down Expand Up @@ -30,10 +30,10 @@ GEM
rexml
debug_inspector (1.2.0)
diff-lcs (1.5.1)
docile (1.4.0)
docile (1.4.1)
equalizer (0.0.11)
eventmachine (1.2.7)
faraday (1.10.3)
faraday (1.10.4)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -51,13 +51,13 @@ GEM
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
gem-release (2.2.2)
hashdiff (1.1.0)
hashdiff (1.1.1)
ice_nine (0.11.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
Expand All @@ -71,30 +71,29 @@ GEM
ice_nine (~> 0.11.1)
procto (~> 0.0.2)
multipart-post (2.4.1)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
proc_to_ast (0.2.0)
parser
rouge
unparser
procto (0.0.3)
public_suffix (6.0.0)
racc (1.8.0)
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.2)
strscan
rouge (4.3.0)
rexml (3.3.8)
rouge (4.4.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
Expand All @@ -112,30 +111,28 @@ GEM
binding_of_caller
rspec-parameterized-core (< 2)
rspec-support (3.13.1)
rubocop (1.65.0)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
thread_safe (0.3.6)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
unparser (0.5.7)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
Expand All @@ -146,7 +143,7 @@ GEM
mprelude (~> 0.1.0)
parser (>= 3.0.0)
procto (~> 0.0.2)
webmock (3.23.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -158,7 +155,7 @@ GEM
websocket-eventmachine-client (1.3.0)
websocket-eventmachine-base (~> 1.0)
websocket-native (1.0.0)
yard (0.9.36)
yard (0.9.37)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion binance-connector-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['documentation_uri'] = 'https://binance-docs.github.io/apidocs/spot/en/'
spec.metadata['documentation_uri'] = 'https://developers.binance.com/en'
spec.metadata['source_code_uri'] = 'https://github.com/binance/binance-connector-ruby'

# Specify which files should be added to the gem when it is released.
Expand Down
15 changes: 0 additions & 15 deletions examples/spot/blvt/get_redeem_record.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/blvt/get_subscribe_record.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/blvt/redeem.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/blvt/subscribe.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/blvt/token_info.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/blvt/user_limit.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/futures/adjust_cross_collateral.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/futures/adjust_cross_collateral_history.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/futures/calculate_adjust_max_amount.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/futures/calculate_adjust_rate.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/futures/collateral_repay_limit.rb

This file was deleted.

15 changes: 0 additions & 15 deletions examples/spot/futures/collateral_repay_quote.rb

This file was deleted.

Loading

0 comments on commit d400ee2

Please sign in to comment.