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
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## Version 0.14.2
4
+
- Fix issue with some requests failing in some scenarios with the JS client.
5
+
- The JS client was omitting optional fields which were accidentally made to be required. It happened because pydantic v2 changed the behavior in a few ways (for the better fwiw) and we missed a few places when upgrading.
6
+
3
7
## Version 0.14.1
4
8
- Fix issue with serializing non utf8 422 errors
5
9
- Appease django warnings about default auto field
0 commit comments