Skip to content

Commit 73056e5

Browse files
committed
Add output parameter to BCB modules for raw API response retrieval
1 parent dff3dc8 commit 73056e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## [Unreleased]
4+
- Added `output="text"` parameter to `sgs.get()`, `currency.get()`, `EndpointQuery.collect()`, and `Endpoint.get()` — returns raw API response text (JSON for SGS and OData, CSV for currency) instead of a DataFrame; multi-code/symbol calls return `dict[key, str]`; default behavior unchanged
5+
36
## [0.3.4] - 2026-02-25
47
- Replaced `requests` with `httpx` as the sole HTTP client across all modules
58
- Added custom exceptions: `BCBError`, `BCBAPIError`, `CurrencyNotFoundError`, `SGSError`, `ODataError`

0 commit comments

Comments
 (0)