Skip to content

Commit 7d73d1e

Browse files
authored
Merge pull request #546 from bitfinexcom/staging
Release version 4.36.3
2 parents 9f04111 + a3f0eca commit 7d73d1e

5 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.36.3] - 2025-07-30
11+
12+
### Changed
13+
14+
- Reworked query param validation schemas. PR: [bfx-report#438](https://github.com/bitfinexcom/bfx-report/pull/438)
15+
- Brings the JSON schemas of query params to common consistent form for easier support
16+
- Disables the ability to pass undeclared params to improve understanding of what is being passed and increase the security and durability of the system
17+
- Splits the schemas into separate files for better readability
18+
- Uses JSON schema compilation on the initialization stage before validation (when module loading) to increase performance
19+
- Adds official ajv-formats lib to have extra formats of validation like email
20+
- Makes corresponding minor changes due to adding the restriction of passing undeclared params
21+
- Brought adjustments due to reworking query param schemas of bfx-report. PR: [bfx-reports-framework#466](https://github.com/bitfinexcom/bfx-reports-framework/pull/466)
22+
- Disabled wallets `Balances` refresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: [bfx-report-ui#944](https://github.com/bitfinexcom/bfx-report-ui/pull/944)
23+
24+
### Fixed
25+
26+
- Removed redundant (start, end, limit) params for the `getActivePositionsFile` request. PR: [bfx-report-ui#943](https://github.com/bitfinexcom/bfx-report-ui/pull/943)
27+
- Fixed `id` param type (should be an array of numbers) for the `getPositionsAuditFile` request. PR: [bfx-report-ui#945](https://github.com/bitfinexcom/bfx-report-ui/pull/945)
28+
1029
## [4.36.2] - 2025-07-16
1130

1231
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bfx-report-electron",
3-
"version": "4.36.2",
3+
"version": "4.36.3",
44
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
55
"description": "Reporting tool",
66
"author": "bitfinex.com",

0 commit comments

Comments
 (0)