February 26, 2020
Minor improvement to parameter handling in the Events endpoint
What
Previously, null-valued entries in the properties
object passed to the Events endpoint would cause a server error, returning a 500 to the client. With this change, we treat null property values as empty strings.
Why
This change gives clients a little more flexibility with how they format the properties
parameter, and it cleans up our server logs.