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
Release 3.0.5
This release fixes a handful of problems various folks encountered while
using the new (V2) PATCH functionality.
- #140, #139 - When a patch failed to be applied, instead of returning
an error message, the server would hang. Thanks @7shi for the fix!
- #142 - If you supplied JSON content that encoded anything other than
an object, your incoming content would not be parsed and your patch
would fail. Now, we use the non-strict JSON parsing mode that allows
you to provide any arbitrary JSON content.