Skip to content

Pinot Golang Client v0.2.0

Compare
Choose a tag to compare
@xiangfu0 xiangfu0 released this 01 Feb 08:55
· 7 commits to master since this release

Query Apache Pinot in Golang.

Supported Pinot version: 0.11.0-1.0.0+

What's Changed

  • Add controller based broker selector by @kffl in #4
  • Deprecate PQL query endpoint by @xiangfu0 in #5
  • Deprecate PQL from batch-quickstart example by @zaheersyedkdr in #7
  • Add HTTP timeout support for pinot query by @zaheersyedkdr in #8
  • feature: add trace switch in go client by @Lvnszn in #9
  • Update the Go version to 1.19 by @abhioncbr in #12
  • Bump golang.org/x/sys from 0.0.0-20190422165155-953cdadca894 to 0.1.0 by @dependabot in #13
  • Update the used packages to the latest stable version and fix lint issues. by @abhioncbr in #14
  • Switch from Travis to GithubAction by @xiangfu0 in #16
  • Adding coveralls plugin by @xiangfu0 in #18
  • fix coveralls by @xiangfu0 in #19
  • Adding more tests by @xiangfu0 in #20
  • Upgrade for zookeeper package. by @abhioncbr in #23
  • Sorted structs as per fieldalignment and added lint for further checking. by @abhioncbr in #25
  • Add an example to query pinot broker endpoint and make authentication using http header. by @viveksinha in #28
  • Add more APIs in connectionFactory to allow customizing http client by @xiangfu0 in #29

New Contributors

Full Changelog: 0.1.0...v0.2.0