Releases: azaurus1/go-pinot-api
Releases · azaurus1/go-pinot-api
v0.2.1
v0.2.0
What's Changed
- Bump github.com/hamba/avro/v2 from 2.20.0 to 2.20.1 in /integration-test by @dependabot in #96
- Fixes structs by @hendoxc in #97
- Fixes structs not being pointers by @hendoxc in #98
- added contributing by @azaurus1 in #99
- added tenant unit tests by @azaurus1 in #102
- added segment unit tests by @azaurus1 in #104
- adds CreateSchemaFromBytes to match pattern of other features, unmarshalls status by @azaurus1 in #108
- Adds Some Missing Fields by @hendoxc in #109
- Makes more fields pointers by @hendoxc in #110
- 106 implement unit testing schema by @azaurus1 in #112
- updates createTable to fix response, implements unit tests, updates example by @azaurus1 in #114
- added IsEmpty for tables by @azaurus1 in #116
- added bearer functionality + implemented checking for multiple auth types by @azaurus1 in #121
Full Changelog: v0.1.5...v0.2.0
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
What's Changed
- 30 add authentication via controller bearer token by @azaurus1 in #31
- updated pinot testContainer to use Auth by @azaurus1 in #33
- updated examples with table CRUD by @azaurus1 in #34
- moved getSchema function by @azaurus1 in #36
- updated docker compose to add auth to controller by @azaurus1 in #37
- Hhe add opts for constructor func by @hendoxc in #38
Full Changelog: v0.1.0...v0.1.1