Releases: roapi/roapi
Releases · roapi/roapi
roapi-v0.12.6
What's Changed
- add egui based web ui by @houqp in #378
- fix postgres extension parsing by @houqp in #388
- build: set target-cpu using cargo config instead env var by @houqp in #385
- Add HTTP
object_store
to be able to connect without caching in memory… by @mshauneu in #393 - bump deltalake, datafusion and arrow to latest by @houqp in https://github.com/roapi
- migrate postgres wire protocol support to pgwire by @houqp in #406
New Contributors
Full Changelog: roapi-v0.12.4...roapi-v0.12.6
roapi-v0.12.4
What's Changed
- README - Change default HTTP port by @hatamiarash7 in #375
- remove lazy_static dep by @houqp in #376
- Fix pypi release
New Contributors
- @hatamiarash7 made their first contribution in #375
Full Changelog: columnq-cli-v0.7.0...roapi-v0.12.4
roapi-v0.12.3
What's Changed
- bump object_store and, arrow (52) and datafusion (39) by @houqp in #341
- Support for Dynamic Table Deletion #340 by @brybackbkp in #343
- columnq: add
apply_query()
andexec_query_with_df()
to query::graphql module by @hozan23 in #348 - columnq: add
apply_query()
andexec_query_with_df()
to query::rest module by @hozan23 in #349 - fix: add missing explicit lifetime in
ExcelSubrange
return type for rust 1.83 build by @chenrui333 in #353 - enable continuous background refresh for delta tables by @houqp in #352
- columnq - issue with the argument types by @airosa in #359
- refactor: make table refresher a required field by @houqp in #360
- add header override support for http backed sources by @houqp in #364
- cleanup & update dependencies tree by @houqp in #365
- update minor dependency versions by @houqp in #366
- fix reload-interval cli config parsing by @houqp in #368
- fix disable-read-only mode parsing by @houqp in #369
- change default refresh interval to 1 hour by @houqp in #370
- feat: support specifying table name in database table load cfg by @houqp in #371
- improve cli error message by @houqp in #372
- optimize: async table reload by @houqp in #373
New Contributors
- @brybackbkp made their first contribution in #343
- @hozan23 made their first contribution in #348
- @chenrui333 made their first contribution in #353
- @airosa made their first contribution in #359
Full Changelog: roapi-v0.12.0...roapi-v0.12.3
columnq-cli-v0.7.0
What's Changed
- bump object_store and, arrow (52) and datafusion (39) by @houqp in #341
- fix: add missing explicit lifetime in
ExcelSubrange
return type for rust 1.83 build by @chenrui333 in #353 - columnq - issue with the argument types by @airosa in #359
- cleanup & update dependencies tree by @houqp in #365
- update minor dependency versions by @houqp in #366
- feat: support specifying table name in database table load cfg by @houqp in #371
- improve cli error message by @houqp in #372
New Contributors
- @brybackbkp made their first contribution in #343
- @hozan23 made their first contribution in #348
- @chenrui333 made their first contribution in #353
- @airosa made their first contribution in #359
Full Changelog: roapi-v0.12.0...columnq-cli-v0.7.0
roapi-v0.12.0
What's Changed
- fix: exclude folder in object_store s3 list content by @houqp in #329
- add api to get schema by table name by @houqp in #330
- fix remote storage support for deltalake by @houqp in #331
- bump snmalloc to 0.3 by @houqp in #332
- support http for delta tables by @houqp in #333
- bump datafusion to 37 and arrow to 51 by @houqp in #334
- build with stable rust toolchain by @houqp in #335
Full Changelog: columnq-cli-v0.5.2...roapi-v0.12.0
roapi-v0.11.3
columnq-cli-v0.5.2
What's Changed
- ci: fix lints from new rust release by @houqp in #254
- fix(postgres): ignore non-select queries by @houqp in #252
- ci: add sqlite tests by @houqp in #253
- update deps in cargo lock by @houqp in #255
- chore(columnq): readability fixups in json by @ryanrussell in #256
- fix url decoding of space by @jychen7 in #257
- support catalog queries by @houqp in #258
- Upgrade object_store to 0.5.4 for GCP/Azure workload identity by @jychen7 in #262
- Fixes csv issue with s3 not working when
use_memory_table
is set tofalse
by @elliot14A in #268 - Update connector-x to latest commit of original repo by @rgieseke in #272
- support toml as config lang by @jimexist in #277
- upgrade datafusion and arrow by @houqp in #279
- Cloud support deltalake by @afterthought in #280
- Enhance dev experience using devcontainer by @jeankhawand in #285
- feat: support datafusion config by @holicc in #288
- [ci] fix gcs ci setup by @houqp in #291
- feat: support postgresql by @holicc in #286
- Simplify read database table code by @holicc in #293
- remove unwrap by @holicc in #294
- avoid skylake target cpu flags for arm builds by @houqp in #296
- update datafusion to 31 by @houqp in #297
- switch to snafu for error handling in columnq by @houqp in #299
- enable resolve 2 in cargo.toml by @houqp in #300
- make addr config optional by @houqp in #302
- add flightsql support by @houqp in #301
- use lockfile in docker build by @houqp in #303
- upgrade clap to 4 by @houqp in #304
- support partitioned tables by @houqp in #307
- debug release by @houqp in #184
- support defining nested enum data types in schema config by @houqp in #308
- build docker image with cargo chef cache by @houqp in #309
- support infer schema by list of files by @houqp in #310
- Update xlsx table by @Maks-D in #316
- add token & basic auth support for flightsql endpoint by @houqp in #318
- bump datafusion to 35 and arrow to 50 by @houqp in #320
- support partition filter pushdown by @houqp in #326
- update rust toolchain github action by @houqp in #327
- fix macos python wheel release job by @houqp in #328
New Contributors
- @ryanrussell made their first contribution in #256
- @rgieseke made their first contribution in #272
- @afterthought made their first contribution in #280
- @jeankhawand made their first contribution in #285
- @holicc made their first contribution in #288
- @Maks-D made their first contribution in #316
Full Changelog: columnq-cli-v0.4.0...columnq-cli-v0.5.2
roapi-v0.11.1
What's Changed
- upgrade clap to 4 by @houqp in #304
- support partitioned tables by @houqp in #307
- support defining nested enum data types in schema config by @houqp in #308
- build docker image with cargo chef cache by @houqp in #309
- support infer schema by list of files by @houqp in #310
- Update xlsx table by @Maks-D in #316
- add token & basic auth support for flightsql endpoint by @houqp in #318
- bump datafusion to 35 and arrow to 50 by @houqp in #320
New Contributors
Full Changelog: roapi-v0.10.0...roapi-v0.11.1
roapi-v0.10.0
What's Changed
- ci: fix lints from new rust release by @houqp in #254
- fix(postgres): ignore non-select queries by @houqp in #252
- ci: add sqlite tests by @houqp in #253
- update deps in cargo lock by @houqp in #255
- chore(columnq): readability fixups in json by @ryanrussell in #256
- fix url decoding of space by @jychen7 in #257
- support catalog queries by @houqp in #258
- Upgrade object_store to 0.5.4 for GCP/Azure workload identity by @jychen7 in #262
- Fixes csv issue with s3 not working when
use_memory_table
is set tofalse
by @elliot14A in #268 - Update connector-x to latest commit of original repo by @rgieseke in #272
- support toml as config lang by @jimexist in #277
- upgrade datafusion and arrow by @houqp in #279
- Cloud support deltalake by @afterthought in #280
- Enhance dev experience using devcontainer by @jeankhawand in #285
- feat: support datafusion config by @holicc in #288
- [ci] fix gcs ci setup by @houqp in #291
- feat: support postgresql by @holicc in #286
- Simplify read database table code by @holicc in #293
- remove unwrap by @holicc in #294
- avoid skylake target cpu flags for arm builds by @houqp in #296
- update datafusion to 31 by @houqp in #297
- switch to snafu for error handling in columnq by @houqp in #299
- enable resolve 2 in cargo.toml by @houqp in #300
- make addr config optional by @houqp in #302
- add flightsql support by @houqp in #301
- use lockfile in docker build by @houqp in #303
New Contributors
- @ryanrussell made their first contribution in #256
- @rgieseke made their first contribution in #272
- @afterthought made their first contribution in #280
- @jeankhawand made their first contribution in #285
- @holicc made their first contribution in #288
Full Changelog: columnq-cli-v0.4.0...roapi-v0.10.0
roapi-v0.9.0
What's Changed
- Fix: support
.sqlite
,sqlite3
by @togami2864 in #223 - replace dotenv with dotenvy by @houqp in #216
- csv use_memory_table option added(resolves issue #224) by @elliot14A in #225
- Added Pagination closes #229 by @elliot14A in #230
- #235: upgrade rusoto and force http1 for rustls by @jychen7 in #236
- #18 minio (S3) in CI by @jychen7 in #237
- update datafusion to 14 and arrow to 26 by @houqp in #242
- #240 support s3 direct with ColumnQObjectStoreProvider by @jychen7 in #241
- replace rusoto_s3: part 1 by @jychen7 in #244
- replace rusoto_s3: part 2 (last part) by @jychen7 in #245
- #240 Set object_store minimal version and turn on aws_profile feature by @jychen7 in #247
- Native GCS support by @jychen7 in #248
- docs: check GCS support in readme by @houqp in #249
- support Native Azure Storage by @jychen7 in #250
- bump roapi to 0.9.0 and columnq-cli to 0.4.0 by @jychen7 in #251
New Contributors
Full Changelog: roapi-v0.8.1...roapi-v0.9.0