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
#1257, Fix incorrect status when a PATCH request doesn't find rows to change - @Qu4tro
Changed
#1288, Change server-host default of 127.0.0.1 to !4
Deprecated
#1288, Deprecate . symbol for disambiguating resource embedding(added in #918). '+' should be used instead. Though '+' is url safe, certain clients might need to encode it to '%2B'.
Removed
#1288, Removed support for schema reloading with SIGHUP, SIGUSR1 should be used instead - @steve-chavez