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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# Changelog
2
2
3
+
## 0.7.0 (2026-05-12)
4
+
5
+
Full Changelog: [v0.6.0...v0.7.0](https://github.com/cryptechdev/neptune-api-v2-python/compare/v0.6.0...v0.7.0)
6
+
7
+
### Features
8
+
9
+
***internal/types:** support eagerly validating pydantic iterators ([e336f57](https://github.com/cryptechdev/neptune-api-v2-python/commit/e336f57b22b5cabf9bae29b676a789ea9d2b7842))
10
+
* support setting headers via env ([b5ef889](https://github.com/cryptechdev/neptune-api-v2-python/commit/b5ef88979d72f7a372f340502025a1be6c69216d))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***client:** add missing f-string prefix in file type error message ([305e8fe](https://github.com/cryptechdev/neptune-api-v2-python/commit/305e8fe198c890cb71ee05a3eddb4c8e6d2a19f0))
16
+
* use correct field name format for multipart file arrays ([e892969](https://github.com/cryptechdev/neptune-api-v2-python/commit/e892969e96a26dd08f61f88dac7812e73df8e16e))
17
+
18
+
19
+
### Performance Improvements
20
+
21
+
***client:** optimize file structure copying in multipart requests ([e3b4463](https://github.com/cryptechdev/neptune-api-v2-python/commit/e3b44635c279a772f8626572cd192601b0b4d62f))
0 commit comments