Skip to content

elastic v0.7.6

Compare
Choose a tag to compare
@sckott sckott released this 24 Aug 23:20
· 350 commits to master since this release

BUG FIXES

  • Allow usage of es_base parameter in connect() - Now, instead of
    stop() on es_base usage, we use its value for es_host. Only
    pass in one or the other of es_base and es_host, not both.
    (#146) thanks @MarcinKosinski