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
#2042, Keep working when EMFILE(Too many open files) is reached. - @steve-chavez
#2147, Ignore Content-Type headers for GET requests when calling RPCs. - @laurenceisla
Previously, GET without parameters, but with Content-Type: text/plain or Content-Type: application/octet-stream would fail with 404 Not Found, even if a function without arguments was available.
#2239, Fix misleading disambiguation error where the content of the relationship key looks like valid syntax - @laurenceisla
#2294, Disable parallel GC for better performance on higher core CPUs - @steve-chavez