This is a breaking change. You should be able to configure the URL style to support old clients though. ## 1.x ``` FooBar => /FooBar fooBar => /fooBar foo-bar => /foo-bar ``` ## 2.x (proposal) ``` FooBar => /foo-bar fooBar => /foo-bar foo-bar => /foo-bar ```
This is a breaking change. You should be able to configure the URL style to support old clients though.
1.x
2.x (proposal)