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
Merge pull request #4 from cryptechdev/release-please--branches--main--changes--next
release: 0.4.0
- Fix response types for:
- `/api/v1/users/{address}/wallet/balances`
- `/api/v1/users/{address}/nept/staking/unstaking`
While these are 'breaking changes', the existing sdk calls do no work and will throw exceptions during deserialization. Please update.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## 0.4.0 (2026-04-09)
4
+
5
+
Full Changelog: [v0.3.0...v0.4.0](https://github.com/cryptechdev/neptune-api-v2-python/compare/v0.3.0...v0.4.0)
6
+
7
+
### Features
8
+
9
+
***api:** API backend sync ([404a198](https://github.com/cryptechdev/neptune-api-v2-python/commit/404a198d748b43053c14018ec69bac544a93bba9))
10
+
11
+
12
+
### Bug Fixes
13
+
14
+
***client:** preserve hardcoded query params when merging with user params ([f3dc171](https://github.com/cryptechdev/neptune-api-v2-python/commit/f3dc171474cb886cbf6b48d39d813ffe378583f0))
15
+
3
16
## 0.3.0 (2026-04-04)
4
17
5
18
Full Changelog: [v0.2.0...v0.3.0](https://github.com/cryptechdev/neptune-api-v2-python/compare/v0.2.0...v0.3.0)
0 commit comments