== 2012-04-03 version 0.8.14 * Added Database#count, #created_at and #updated_at * Added Table#created_at and #updated_at == 2012-04-03 version 0.8.13 * Added Job#hive_result_schema == 2012-03-12 version 0.8.12 * Client#run_schedule returns an array of ScheduledJob == 2012-03-01 version 0.8.11 * Use data/ca-bundle.crt for SSL connections == 2012-02-22 version 0.8.10 * Added Client#run_schedule and update_schedule * Added timezone, delay and next_time fields to the Schedule model * create_aggregation_schema accepts params argument == 2012-02-12 version 0.8.9 * Added API#normalize_table_name and API#normalize_database_name == 2012-02-02 version 0.8.8 * Fixed SSL support == 2012-02-02 version 0.8.7 * Added SSL support == 2012-01-19 version 0.8.6 * Check JSON format of HTTP responses == 2011-12-04 version 0.8.5 * added new feature: ResultSet * added new feature: AggregationSchema * added Job#rset and Schedule#rset to get associated ResultSet == 2011-11-11 version 0.8.4 * Added Model#client * Added Database#query * Added Table#import * Increased http.read_timeout on Client#import == 2011-10-03 version 0.8.3 * Added Client#tail method == 2011-09-13 version 0.8.2 * Added APIs for scheduled queries * Set 'Content-Length: 0' header to POST request if no parameters are provided == 2011-09-09 version 0.8.1 * Added Client#kill method * Client.authenticate throws AuthError instead of APIError when status code is 400 == 2011-08-21 version 0.8.0 * First release