You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@
6
6
- fix: error correctly if apiUrl is not provided (#161)
7
7
- feat: add support for `start_time` parameter in `ReadChanges` endpoint
8
8
- BREAKING: As of this release, the min node version required by the SDK is now v16.15.0
9
+
- feat!: add support for server-side `BatchCheck` method.
10
+
11
+
BREAKING CHNAGES:
12
+
13
+
- The minimum noce version required by this SDK is now v16.15.0
14
+
- Usage of the existing `batchCheck` method should now use the `clientBatchCheck` method. Additionally, the existing `BatchCheckResponse` has been renamed to `ClientBatchCheckResponse`.
0 commit comments