Skip to content

Fix error when command is preceded by whitespace characters

Compare
Choose a tag to compare
@danield137 danield137 released this 27 Aug 18:44
· 300 commits to master since this release
079c747

BREAKING CHANGES:

None.

FEATURES:

None.

FIXES:

  • Before the fix, if a client executed a command preceded with certain whitespace characters (e.g. .show version), an error would occur.
    Now, the command is trimmed before it's sent to the cluster.