Github user FlorianHockmann commented on the issue:
https://github.com/apache/tinkerpop/pull/776
I don't think that it is a breaking change as it only prevents users from
sending traversals with invalid arguments for the `inject` step to the server
which should cause a runtime error on the server side at the moment. With this
change, this runtime error would now be a compile time error.---
