Skip to content

Update.Set auto-omit fix

Compare
Choose a tag to compare
@guregu guregu released this 26 Dec 20:02
· 127 commits to master since this release

This is a bugfix release that fixes Update.Set's behavior when given an empty typed string value (#151). Instead of removing the empty value, it was encoding an invalid request resulting in a SerializationException. Thanks to @finnbear for discovering and triaging the issue.