Releases · roapi/roapi
roapi-v0.13.0
roapi-v0.12.7
roapi-v0.12.6
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
ExcelSubrangereturn 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
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_tableis set tofalseby @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