What's Changed
* renamed binary from roapi-http to roapi
* Update axum & sqlparser by Dandandan in https://github.com/roapi/roapi/pull/160
* add kvstore support by houqp in https://github.com/roapi/roapi/pull/161
* Add `MySQL, Sqlite` support. by zemelLeong in https://github.com/roapi/roapi/pull/162
* Update the document. by zemelLeong in https://github.com/roapi/roapi/pull/164
* bump datafusion and sqlparser dep by houqp in https://github.com/roapi/roapi/pull/168
* support postgres wire protocol in query layer by houqp in https://github.com/roapi/roapi/pull/169
**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-http-v0.6.0...roapi-v0.7.0
roapi-http-v0.6.0
What's Changed
* Add dynamic register and update table function. by zemelLeong in https://github.com/roapi/roapi/pull/154
* Add a read-only flag to control table update action. by zemelLeong in https://github.com/roapi/roapi/pull/156
* support empty cells in google spreadsheet by houqp in https://github.com/roapi/roapi/pull/141
* avoid schema_map deepcopy by houqp in https://github.com/roapi/roapi/pull/150
* avoid hashmap clone in schema api calls by houqp in https://github.com/roapi/roapi/pull/158
Tooling infra change
* github jobs is depreciated, replaced w/ archive url by alperyilmaz in https://github.com/roapi/roapi/pull/135
* chore: bump version for axum, dirs, sqlparser, yup-auth2, by tiphaineruy in https://github.com/roapi/roapi/pull/145
* fix rust 1.59 clippy errors by houqp in https://github.com/roapi/roapi/pull/146
* Fix simdtest case insensitive by tiphaineruy in https://github.com/roapi/roapi/pull/149
* update dependency versions for roapi-http 0.6.0 by houqp in https://github.com/roapi/roapi/pull/159
New Contributors
* alperyilmaz made their first contribution in https://github.com/roapi/roapi/pull/135
* tiphaineruy made their first contribution in https://github.com/roapi/roapi/pull/145
* zemelLeong made their first contribution in https://github.com/roapi/roapi/pull/154
**Full Changelog**: https://github.com/roapi/roapi/compare/columnq-cli-v0.2.2...roapi-http-v0.6.0
roapi-http-v0.5.3
What's Changed
* change host from HOST env var by whatrocks in https://github.com/roapi/roapi/pull/127
* Update README.md to include info about brew install by Jimexist in https://github.com/roapi/roapi/pull/129
* format readme by Jimexist in https://github.com/roapi/roapi/pull/128
* fix warnings from new rust release by houqp in https://github.com/roapi/roapi/pull/130
* use impl into response by Jimexist in https://github.com/roapi/roapi/pull/131
* fix json table partition loading by houqp in https://github.com/roapi/roapi/pull/133
New Contributors
* Jimexist made their first contribution in https://github.com/roapi/roapi/pull/129
**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-http-v0.5.2...roapi-http-v0.5.3
columnq-cli-v0.2.2
What's Changed
* fix warnings from new rust release by houqp in https://github.com/roapi/roapi/pull/130
* fix json table partition loading by houqp in https://github.com/roapi/roapi/pull/133
New Contributors
* Jimexist made their first contribution in https://github.com/roapi/roapi/pull/129
**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-http-v0.5.2...columnq-cli-v0.2.2
roapi-http-v0.5.2
What's Changed
* support changing the port from an environment variable by whatrocks in https://github.com/roapi/roapi/pull/125
* update clap to 3.x by houqp in https://github.com/roapi/roapi/pull/126
**Full Changelog**: https://github.com/roapi/roapi/compare/columnq-cli-v0.2.1...roapi-http-v0.5.2
roapi-http-v0.5.1
What's Changed
* Fix cargo install instructions by novemberkilo in https://github.com/roapi/roapi/pull/113
* make sort limit query deterministics for rest and graphql by houqp in https://github.com/roapi/roapi/pull/114
* make logical plan construction consistent and deterministic across query interfaces by yfaming in https://github.com/roapi/roapi/pull/118
* Adds support for HTTP2 via axum. by novemberkilo in https://github.com/roapi/roapi/pull/119
* Integration test for HTTP2 support. by novemberkilo in https://github.com/roapi/roapi/pull/122
* bump datafusion to support order unprojected column by houqp in https://github.com/roapi/roapi/pull/123
New Contributors
* novemberkilo made their first contribution in https://github.com/roapi/roapi/pull/113
* yfaming made their first contribution in https://github.com/roapi/roapi/pull/118
**Full Changelog**: https://github.com/roapi/roapi/compare/columnq-cli-v0.2.0...roapi-http-v0.5.1
columnq-cli-v0.2.1
What's Changed
* Fix cargo install instructions by novemberkilo in https://github.com/roapi/roapi/pull/113
* make sort limit query deterministics for rest and graphql by houqp in https://github.com/roapi/roapi/pull/114
* set columnq-cli version using CARGO_PKG_VERSION by houqp in https://github.com/roapi/roapi/pull/117
* make logical plan construction consistent and deterministic across query interfaces by yfaming in https://github.com/roapi/roapi/pull/118
* bump datafusion to support order unprojected column by houqp in https://github.com/roapi/roapi/pull/123
New Contributors
* novemberkilo made their first contribution in https://github.com/roapi/roapi/pull/113
* yfaming made their first contribution in https://github.com/roapi/roapi/pull/118
**Full Changelog**: https://github.com/roapi/roapi/compare/columnq-cli-v0.2.0...columnq-cli-v0.2.1
roapi-http-v0.5.0
What's Changed
* support custom s3 endpoint by houqp in https://github.com/roapi/roapi/pull/99
* Uprade axum to 0.3 by Dandandan in https://github.com/roapi/roapi/pull/100
* Fallback to application/json encoding by ekroon in https://github.com/roapi/roapi/pull/104
* bump tower-http to 0.1.2 by houqp in https://github.com/roapi/roapi/pull/105
* Docker image: install ca-certificates by xezpeleta in https://github.com/roapi/roapi/pull/106
* fix typo 'GoogleSpeadsheet' -> 'GoogleSpreadsheet' by whatrocks in https://github.com/roapi/roapi/pull/108
* Make batch size configurable by tobyhede in https://github.com/roapi/roapi/pull/107
* Wrap reader as bufreader for file json and ndjson by tobyhede in https://github.com/roapi/roapi/pull/109
* bump datafusion to 6.x by houqp in https://github.com/roapi/roapi/pull/111
* this brings in support for accessing struct fields and array elements
* change default batch size to 8192 by houqp in https://github.com/roapi/roapi/pull/112
New Contributors
* xezpeleta made their first contribution in https://github.com/roapi/roapi/pull/106
* whatrocks made their first contribution in https://github.com/roapi/roapi/pull/108
* tobyhede made their first contribution in https://github.com/roapi/roapi/pull/107
**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-http-v0.4.4...roapi-http-v0.5.0
columnq-cli-v0.2.0
What's Changed
* support custom s3 endpoint by houqp in https://github.com/roapi/roapi/pull/99
* fix typo 'GoogleSpeadsheet' -> 'GoogleSpreadsheet' by whatrocks in https://github.com/roapi/roapi/pull/108
* Make batch size configurable by tobyhede in https://github.com/roapi/roapi/pull/107
* Wrap reader as bufreader for file json and ndjson by tobyhede in https://github.com/roapi/roapi/pull/109
* bump datafusion to 6.x by houqp in https://github.com/roapi/roapi/pull/111
* change default batch size to 8192 by houqp in https://github.com/roapi/roapi/pull/112
New Contributors
* xezpeleta made their first contribution in https://github.com/roapi/roapi/pull/106
* whatrocks made their first contribution in https://github.com/roapi/roapi/pull/108
* tobyhede made their first contribution in https://github.com/roapi/roapi/pull/107
**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-http-v0.4.4...columnq-cli-v0.2.0
roapi-http-v0.4.4
* migrate to axum
* custom http request logger to reduce logging overhead
roapi-http-v0.4.3
optimize release build with `target-cpu=skylake` for x86
columnq-cli-v0.1.3
optimize release build with `target-cpu=skylake` for x86.
roapi-http-v0.4.2
optimized release build with simd, lto, snmalloc and codegen-unit=1
columnq-cli-v0.1.2
optimized release build with simd, lto, snmalloc and codegen-unit=1
roapi-http-v0.4.1
* bump datafusion, arrow and deltalake to latest version
* fix bug in SQL join with duplicate column names
roapi-http-v0.4.0
* bumped datafusion to 5.x
* added parquet encoding ekroon
* added arrow IPC stream and file format for table source and encoding ekroon
* added lazy table load to support table that doesn't fit into memory dispanser
columnq-cli-v0.1.1
Initial release.
roapi-http-v0.3.4
* bump arrow-rs to 5.x and datafusion to pre 5.0.0 release for various bug fixes and performance improvements
* bump deltalake to fix table load crash caused by null partition value
roapi-http-v0.3.3
* support table option parsing in table source cli arg
roapi-http-v0.3.2
roapi-http-v0.3.1
* fix release build
* build release with lto
roapi-http-v0.3.0
* build with lto optimization
* add full JOIN support
roapi-http-v0.2.0
roapi-http-v0.1.3
add support for time, date and timestamp column types
roapi-http-v0.1.2
* minor performance improvements
* better S3 credential handling
roapi-http-v0.1.1