Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

58 lines (36 loc) · 1.82 KB

Clickhouse CHANGELOG

Version 0.1.10 (January 13, 2017)

  • Fixed erubis dependency once and for all

Version 0.1.9 (December 9, 2016)

  • Added gem dependencies sinatra and erubis because excluding on purpose them did not really make sense

Version 0.1.8 (November 6, 2016)

  • Fixed loading URLs in GUI

Version 0.1.7 (November 6, 2016) [YANKED]

  • Corrected interpolating nested patterns
  • Only upcasing whole (preserved) words

Version 0.1.6 (November 5, 2016) [YANKED]

  • Improved clickhouse console and server
  • Using Bundler >= 1.13.4
  • Changed cluster timeout to 5 seconds

Version 0.1.5 (November 4, 2016) [YANKED]

  • Added command line interface clickhouse c
  • Being able to start a Sinatra based Clickhouse client using clickhouse s
  • Using :debug to log queries

Version 0.1.4 (October 25, 2016)

  • Ensured that Clickhouse does not modify the passed cluster config
  • Introduced Clickhouse#connect which returns either a cluster or connection without memoizing it as Clickhouse#connection

Version 0.1.3 (October 21, 2016)

  • Only removing connections from cluster connection pool after a Clickhouse::ConnectionError

Version 0.1.2 (October 20, 2016)

  • Being able to specify a URL
  • Raising a Clickhouse::ConnectionError when getting a Faraday::Error
  • Made Clickhouse::Connection::Client#ping! public
  • Supporting cluster connections using Pond (thanks @chanks)

Version 0.1.1 (October 19, 2016)

  • Using the JSONCompact format as query output which does not brake when having a JSON string within the data
  • Ensuring that Clickhouse::Connection::Query#count return an integer
  • Made Clickhouse::Connection::Query#to_select_query public
  • Being able to pass strings as :where or :having option
  • Being able to symbolize the row to hash parsing

Version 0.1.0 (October 18, 2016)

  • Initial release