From 7.x.x to 8.x.x
Within 7.x.x
From 6.x to 7.0
From 7.30.2 to 7.30.3
Navigation API
Default navigation timeout
The method Navigation.defaultTimeoutInSeconds() has been renamed to Navigation.defaultTimeout().
The method returns a Duration object, not an integer. Our intention was to prevent developers from having to write
clumsy constructions like defaultTimeoutInSeconds().getSeconds().