Skip to content

Commit a273bdf

Browse files
committed
chore(release): 2.4.0
1 parent c635dda commit a273bdf

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
# [2.4.0](https://github.com/fugle-dev/fugle-marketdata-python/compare/2.3.0...2.4.0) (2025-11-18)
4+
5+
6+
### Bug Fixes
7+
8+
* add error handling for API requests ([414bf89](https://github.com/fugle-dev/fugle-marketdata-python/commit/414bf89464abb34c3c96bb344f06abf1c85d7a28))
9+
10+
11+
### Features
12+
13+
* add SDK token authentication and custom base URL support ([17508e7](https://github.com/fugle-dev/fugle-marketdata-python/commit/17508e74d7e90556e3a0ce719427f7081580b65c))
14+
* add WebSocket health check with ping/pong ([c16f73d](https://github.com/fugle-dev/fugle-marketdata-python/commit/c16f73dadf55d0b152c2fdece2220e302ed685e4))
15+
* enhance API error handling with detailed debugging information ([c635dda](https://github.com/fugle-dev/fugle-marketdata-python/commit/c635ddad0ef5fa361c1642ec11c655b0ab9b9f8c))
16+
17+
18+
### Performance Improvements
19+
20+
* migrate WebSocket JSON handling from json to orjson ([7604273](https://github.com/fugle-dev/fugle-marketdata-python/commit/76042732c6ea776435f3987498f123be6ccdb9c4))
21+
322
## [2.3.1](https://github.com/fugle-dev/fugle-marketdata-python/compare/2.3.0...2.3.1) (2025-07-18)
423

524

fugle_marketdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from .websocket import WebSocketClientFactory as WebSocketClient, HealthCheckConfig
33
from .exceptions import FugleAPIError
44

5-
__version__ = '0.1.0'
5+
__version__ = '2.4.0'
66

77
__all__ = ['RestClient', 'WebSocketClient', 'HealthCheckConfig', 'FugleAPIError', '__version__']

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fugle-marketdata"
3-
version = "2.3.1"
3+
version = "2.4.0"
44
description = "Fugle Realtime API 1.0 client library for Python"
55
authors = ["Fortuna Intelligence Co., Ltd. <development@fugle.tw>"]
66
license = "MIT"

0 commit comments

Comments
 (0)