Skip to content

Releases: FelipeRamosDev/binance-sync

[v0.2.13] Update futures stream URL and bump version

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 18 Jun 20:53
3c1ba34

What's Changed

Full Changelog: v0.2.12...v0.2.13

[v0.2.12] Bug on Chart Streaming

Pre-release

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 18 Jun 01:30
a0d468f

Release Notes — binance-sync v0.2.12

Release Type: Patch
Ticket: BNB-76
PR: #97 — [v0.2.12] Bug on Chart Streaming

Bug Fixes

Chart Streaming event payload compatibility — Fixed the ChartStream event listener to correctly handle payloads in both browser (CustomEvent.detail) and Node.js (direct payload) environments, ensuring callbacks receive the correct data regardless of runtime context.

Improvements

Immediate chart access on listener registration — In BinanceStreams, when a function is passed as the data argument, it is now immediately invoked with the chart object right after being registered as an update listener, providing instant access to the current chart instance without waiting for the next update.

Versioning

Bumped package version from 0.2.11 → 0.2.12 in package.json.

Migration Notes

No breaking changes. This is a drop-in patch update.

[BNB-75] UTC Time Issue

Pre-release

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 27 Jan 22:41
9df86c6

BNB-75 Description

Implemented a new config to manage the delay

[v0.2.10] [BNB-74] Remove await for server time on URL parsing

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 10 Dec 14:06
6a3f95f

[v0.2.10] BNB-74 Description

Removed the approach that was taking the server time by doing a request to Binance. Now we're getting it static.

[BNB-71] 24hr Ticker Price Change Statistics

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 16 Nov 17:09
0de93eb

BNB-71 Description

Implementing new method to the the assets data in order to list them

[v0.2.8][BNB-70] Bugs reported on CandlePilot PROD

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 03 Nov 00:59
57f6d9b

v0.2.8 Description

Fixed the bugs reported and also included the new event type for user streams

[v0.2.7] [BNB-69] Update Futures Leverage

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 25 Oct 15:45
4d51009

[v0.2.7] [BNB-69] Description

Updating the JSON file that holds the futures brackets data

[v0.2.6][BNB-68] Issue on removing chart listener

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 18 Sep 15:14
e4e17d0

[v0.2.6] [BNB-68] Description

Fixing the bug that wasn’t removing the listener appended to the process.

[v0.2.5][BNB-65] Assets data bugs

Pre-release

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 16 Jul 21:16
2dbba91

v0.2.5 Description

  • BNB-66 Infinity number on asset's decimals (#80)
    Fixed the numbers decimals

  • BNB-67 Update futures leverage data (#81)
    Updating and changing filter approach

[v0.2.4][BNB-64] Chart stream bug

Pre-release

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 16 Jul 18:18
81ae523

BNB-64 Description

Bad params formation was being sent to binance and causing the issue