We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f2e1d commit 0b719daCopy full SHA for 0b719da
1 file changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to the AxonFlow Java SDK will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [2.7.0] - 2026-01-24
+## [2.7.0] - 2026-01-25
9
10
### Added
11
@@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
- Documents when to use Proxy Mode vs Gateway Mode
37
- Both sync (`proxyLLMCall`) and async (`proxyLLMCallAsync`) variants
38
39
+- **BudgetInfo**: `QueryResponse.getBudgetInfo()` for budget enforcement (HTTP 402)
40
+
41
### Deprecated
42
43
- **executeQuery()**: Deprecated in favor of proxyLLMCall()
0 commit comments