All Versions
11
Latest Version
Avg Release Cycle
9 days
Latest Release
2653 days ago

Changelog History
Page 1

  • v0.1.10 Changes

    January 13, 2017
    • ๐Ÿ›  Fixed erubis dependency once and for all
  • v0.1.9 Changes

    December 09, 2016
    • โž• Added gem dependencies sinatra and erubis because excluding on purpose them did not really make sense
  • v0.1.8 Changes

    November 06, 2016
    • ๐Ÿ›  Fixed loading URLs in GUI
  • v0.1.7 Changes

    November 06, 2016
    • Corrected interpolating nested patterns
    • Only upcasing whole (preserved) words
  • v0.1.6 Changes

    November 05, 2016
    • ๐Ÿ‘Œ Improved clickhouse console and server
    • Using Bundler >= 1.13.4
    • ๐Ÿ”„ Changed cluster timeout to 5 seconds
  • v0.1.5 Changes

    November 04, 2016
    • โž• Added command line interface clickhouse c
    • Being able to start a Sinatra based Clickhouse client using clickhouse s
    • ๐ŸŒฒ Using :debug to log queries
  • v0.1.4 Changes

    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
  • v0.1.3 Changes

    October 21, 2016
    • Only removing connections from cluster connection pool after a Clickhouse::ConnectionError
  • v0.1.2 Changes

    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)
  • v0.1.1 Changes

    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