New feature highlights:
- y.rest and y.query now support timeouts
- y.rest(..).timeout(30).get() will fail after 30ms
- y.query(…,30) will fail after 30ms
- An exception gets thrown if the timeout is hit
Open Data Table schema changes
- url/urls is now optional in the schema
Bug fixes, including:
- @ substitution works for paging parts of the query
- url based paging works in more cases