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
Properly initialize posting package in debug tool. (#4893)
Handle special characters in schema and type queries. Fixes #4933. (#4937)
Overwrite values for uid predicates. Fixes #4879. (#4883)
Disable @* language queries when the predicate does not support langs. (#4881)
Fix bug in exporting types with reverse predicates. Fixes #4856. (#4857)
Do not skip over split keys. (Trying to skip over the split keys sometimes skips over keys belonging to a different split key. This is a fix just for this release as the actual fix requires changes to the data format.) (#4951)