New Feature Highlights:
- Allow an <execute> outside the execute blocks to add libraries, functions
- y.rest().ping() add a way to beacon data to statistics gathering services
New core tables
- Fantasy Sports API
Other features
- Improve ability to throw exceptions from execute tables
- Update tidy library to support HTML5
- Add y.tidy(String html) to tidy the html and return a document
<execute> changes
- Core HTTP changes to enable better connection management and reuse
Bug fixes, including:
- Fix Diagnostics service-time included y.query time
- Fix Can’t “desc yql.env”
- Fix Json array returned by a rest call results in an exception
- Fix Debug output does not handle special characters
- Fix paging with mode=’offset’ is ignoring the start default attribute