Roapi

Latest version: v0.12.4

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.12.4

What's Changed
* README - Change default HTTP port by hatamiarash7 in https://github.com/roapi/roapi/pull/375
* remove lazy_static dep by houqp in https://github.com/roapi/roapi/pull/376
* Fix pypi release

New Contributors
* hatamiarash7 made their first contribution in https://github.com/roapi/roapi/pull/375

**Full Changelog**: https://github.com/roapi/roapi/compare/columnq-cli-v0.7.0...roapi-v0.12.4

0.12.3

What's Changed
* bump object_store and, arrow (52) and datafusion (39) by houqp in https://github.com/roapi/roapi/pull/341
* Support for Dynamic Table Deletion 340 by brybackbkp in https://github.com/roapi/roapi/pull/343
* columnq: add `apply_query()` and `exec_query_with_df()` to query::graphql module by hozan23 in https://github.com/roapi/roapi/pull/348
* columnq: add `apply_query()` and `exec_query_with_df()` to query::rest module by hozan23 in https://github.com/roapi/roapi/pull/349
* fix: add missing explicit lifetime in `ExcelSubrange` return type for rust 1.83 build by chenrui333 in https://github.com/roapi/roapi/pull/353
* enable continuous background refresh for delta tables by houqp in https://github.com/roapi/roapi/pull/352
* columnq - issue with the argument types by airosa in https://github.com/roapi/roapi/pull/359
* refactor: make table refresher a required field by houqp in https://github.com/roapi/roapi/pull/360
* add header override support for http backed sources by houqp in https://github.com/roapi/roapi/pull/364
* cleanup & update dependencies tree by houqp in https://github.com/roapi/roapi/pull/365
* update minor dependency versions by houqp in https://github.com/roapi/roapi/pull/366
* fix reload-interval cli config parsing by houqp in https://github.com/roapi/roapi/pull/368
* fix disable-read-only mode parsing by houqp in https://github.com/roapi/roapi/pull/369
* change default refresh interval to 1 hour by houqp in https://github.com/roapi/roapi/pull/370
* feat: support specifying table name in database table load cfg by houqp in https://github.com/roapi/roapi/pull/371
* improve cli error message by houqp in https://github.com/roapi/roapi/pull/372
* optimize: async table reload by houqp in https://github.com/roapi/roapi/pull/373

New Contributors
* brybackbkp made their first contribution in https://github.com/roapi/roapi/pull/343
* hozan23 made their first contribution in https://github.com/roapi/roapi/pull/348
* chenrui333 made their first contribution in https://github.com/roapi/roapi/pull/353
* airosa made their first contribution in https://github.com/roapi/roapi/pull/359

**Full Changelog**: https://github.com/roapi/roapi/compare/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 https://github.com/roapi/roapi/pull/341
* fix: add missing explicit lifetime in `ExcelSubrange` return type for rust 1.83 build by chenrui333 in https://github.com/roapi/roapi/pull/353
* columnq - issue with the argument types by airosa in https://github.com/roapi/roapi/pull/359
* cleanup & update dependencies tree by houqp in https://github.com/roapi/roapi/pull/365
* update minor dependency versions by houqp in https://github.com/roapi/roapi/pull/366
* feat: support specifying table name in database table load cfg by houqp in https://github.com/roapi/roapi/pull/371
* improve cli error message by houqp in https://github.com/roapi/roapi/pull/372

New Contributors
* brybackbkp made their first contribution in https://github.com/roapi/roapi/pull/343
* hozan23 made their first contribution in https://github.com/roapi/roapi/pull/348
* chenrui333 made their first contribution in https://github.com/roapi/roapi/pull/353
* airosa made their first contribution in https://github.com/roapi/roapi/pull/359

**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-v0.12.0...columnq-cli-v0.7.0

0.12.0

What's Changed
* fix: exclude folder in object_store s3 list content by houqp in https://github.com/roapi/roapi/pull/329
* add api to get schema by table name by houqp in https://github.com/roapi/roapi/pull/330
* fix remote storage support for deltalake by houqp in https://github.com/roapi/roapi/pull/331
* bump snmalloc to 0.3 by houqp in https://github.com/roapi/roapi/pull/332
* support http for delta tables by houqp in https://github.com/roapi/roapi/pull/333
* bump datafusion to 37 and arrow to 51 by houqp in https://github.com/roapi/roapi/pull/334
* build with stable rust toolchain by houqp in https://github.com/roapi/roapi/pull/335


**Full Changelog**: https://github.com/roapi/roapi/compare/columnq-cli-v0.5.2...roapi-v0.12.0

0.11.3

What's Changed
* support partition filter pushdown by houqp in https://github.com/roapi/roapi/pull/326
* update rust toolchain github action by houqp in https://github.com/roapi/roapi/pull/327
* fix macos python wheel release job by houqp in https://github.com/roapi/roapi/pull/328


**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-v0.11.1...roapi-v0.11.3

columnq-cli-v0.5.2
What's Changed
* ci: fix lints from new rust release by houqp in https://github.com/roapi/roapi/pull/254
* fix(postgres): ignore non-select queries by houqp in https://github.com/roapi/roapi/pull/252
* ci: add sqlite tests by houqp in https://github.com/roapi/roapi/pull/253
* update deps in cargo lock by houqp in https://github.com/roapi/roapi/pull/255
* chore(columnq): readability fixups in json by ryanrussell in https://github.com/roapi/roapi/pull/256
* fix url decoding of space by jychen7 in https://github.com/roapi/roapi/pull/257
* support catalog queries by houqp in https://github.com/roapi/roapi/pull/258
* Upgrade object_store to 0.5.4 for GCP/Azure workload identity by jychen7 in https://github.com/roapi/roapi/pull/262
* Fixes csv issue with s3 not working when `use_memory_table` is set to `false` by elliot14A in https://github.com/roapi/roapi/pull/268
* Update connector-x to latest commit of original repo by rgieseke in https://github.com/roapi/roapi/pull/272
* support toml as config lang by Jimexist in https://github.com/roapi/roapi/pull/277
* upgrade datafusion and arrow by houqp in https://github.com/roapi/roapi/pull/279
* Cloud support deltalake by afterthought in https://github.com/roapi/roapi/pull/280
* Enhance dev experience using devcontainer by jeankhawand in https://github.com/roapi/roapi/pull/285
* feat: support datafusion config by holicc in https://github.com/roapi/roapi/pull/288
* [ci] fix gcs ci setup by houqp in https://github.com/roapi/roapi/pull/291
* feat: support postgresql by holicc in https://github.com/roapi/roapi/pull/286
* Simplify read database table code by holicc in https://github.com/roapi/roapi/pull/293
* remove unwrap by holicc in https://github.com/roapi/roapi/pull/294
* avoid skylake target cpu flags for arm builds by houqp in https://github.com/roapi/roapi/pull/296
* update datafusion to 31 by houqp in https://github.com/roapi/roapi/pull/297
* switch to snafu for error handling in columnq by houqp in https://github.com/roapi/roapi/pull/299
* enable resolve 2 in cargo.toml by houqp in https://github.com/roapi/roapi/pull/300
* make addr config optional by houqp in https://github.com/roapi/roapi/pull/302
* add flightsql support by houqp in https://github.com/roapi/roapi/pull/301
* use lockfile in docker build by houqp in https://github.com/roapi/roapi/pull/303
* upgrade clap to 4 by houqp in https://github.com/roapi/roapi/pull/304
* support partitioned tables by houqp in https://github.com/roapi/roapi/pull/307
* debug release by houqp in https://github.com/roapi/roapi/pull/184
* support defining nested enum data types in schema config by houqp in https://github.com/roapi/roapi/pull/308
* build docker image with cargo chef cache by houqp in https://github.com/roapi/roapi/pull/309
* support infer schema by list of files by houqp in https://github.com/roapi/roapi/pull/310
* Update xlsx table by Maks-D in https://github.com/roapi/roapi/pull/316
* add token & basic auth support for flightsql endpoint by houqp in https://github.com/roapi/roapi/pull/318
* bump datafusion to 35 and arrow to 50 by houqp in https://github.com/roapi/roapi/pull/320
* support partition filter pushdown by houqp in https://github.com/roapi/roapi/pull/326
* update rust toolchain github action by houqp in https://github.com/roapi/roapi/pull/327
* fix macos python wheel release job by houqp in https://github.com/roapi/roapi/pull/328

New Contributors
* ryanrussell made their first contribution in https://github.com/roapi/roapi/pull/256
* rgieseke made their first contribution in https://github.com/roapi/roapi/pull/272
* afterthought made their first contribution in https://github.com/roapi/roapi/pull/280
* jeankhawand made their first contribution in https://github.com/roapi/roapi/pull/285
* holicc made their first contribution in https://github.com/roapi/roapi/pull/288
* Maks-D made their first contribution in https://github.com/roapi/roapi/pull/316

**Full Changelog**: https://github.com/roapi/roapi/compare/columnq-cli-v0.4.0...columnq-cli-v0.5.2

0.11.1

What's Changed
* upgrade clap to 4 by houqp in https://github.com/roapi/roapi/pull/304
* support partitioned tables by houqp in https://github.com/roapi/roapi/pull/307
* support defining nested enum data types in schema config by houqp in https://github.com/roapi/roapi/pull/308
* build docker image with cargo chef cache by houqp in https://github.com/roapi/roapi/pull/309
* support infer schema by list of files by houqp in https://github.com/roapi/roapi/pull/310
* Update xlsx table by Maks-D in https://github.com/roapi/roapi/pull/316
* add token & basic auth support for flightsql endpoint by houqp in https://github.com/roapi/roapi/pull/318
* bump datafusion to 35 and arrow to 50 by houqp in https://github.com/roapi/roapi/pull/320

New Contributors
* Maks-D made their first contribution in https://github.com/roapi/roapi/pull/316

**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-v0.10.0...roapi-v0.11.1

0.10.0

What's Changed
* ci: fix lints from new rust release by houqp in https://github.com/roapi/roapi/pull/254
* fix(postgres): ignore non-select queries by houqp in https://github.com/roapi/roapi/pull/252
* ci: add sqlite tests by houqp in https://github.com/roapi/roapi/pull/253
* update deps in cargo lock by houqp in https://github.com/roapi/roapi/pull/255
* chore(columnq): readability fixups in json by ryanrussell in https://github.com/roapi/roapi/pull/256
* fix url decoding of space by jychen7 in https://github.com/roapi/roapi/pull/257
* support catalog queries by houqp in https://github.com/roapi/roapi/pull/258
* Upgrade object_store to 0.5.4 for GCP/Azure workload identity by jychen7 in https://github.com/roapi/roapi/pull/262
* Fixes csv issue with s3 not working when `use_memory_table` is set to `false` by elliot14A in https://github.com/roapi/roapi/pull/268
* Update connector-x to latest commit of original repo by rgieseke in https://github.com/roapi/roapi/pull/272
* support toml as config lang by Jimexist in https://github.com/roapi/roapi/pull/277
* upgrade datafusion and arrow by houqp in https://github.com/roapi/roapi/pull/279
* Cloud support deltalake by afterthought in https://github.com/roapi/roapi/pull/280
* Enhance dev experience using devcontainer by jeankhawand in https://github.com/roapi/roapi/pull/285
* feat: support datafusion config by holicc in https://github.com/roapi/roapi/pull/288
* [ci] fix gcs ci setup by houqp in https://github.com/roapi/roapi/pull/291
* feat: support postgresql by holicc in https://github.com/roapi/roapi/pull/286
* Simplify read database table code by holicc in https://github.com/roapi/roapi/pull/293
* remove unwrap by holicc in https://github.com/roapi/roapi/pull/294
* avoid skylake target cpu flags for arm builds by houqp in https://github.com/roapi/roapi/pull/296
* update datafusion to 31 by houqp in https://github.com/roapi/roapi/pull/297
* switch to snafu for error handling in columnq by houqp in https://github.com/roapi/roapi/pull/299
* enable resolve 2 in cargo.toml by houqp in https://github.com/roapi/roapi/pull/300
* make addr config optional by houqp in https://github.com/roapi/roapi/pull/302
* add flightsql support by houqp in https://github.com/roapi/roapi/pull/301
* use lockfile in docker build by houqp in https://github.com/roapi/roapi/pull/303

New Contributors
* ryanrussell made their first contribution in https://github.com/roapi/roapi/pull/256
* rgieseke made their first contribution in https://github.com/roapi/roapi/pull/272
* afterthought made their first contribution in https://github.com/roapi/roapi/pull/280
* jeankhawand made their first contribution in https://github.com/roapi/roapi/pull/285
* holicc made their first contribution in https://github.com/roapi/roapi/pull/288

**Full Changelog**: https://github.com/roapi/roapi/compare/columnq-cli-v0.4.0...roapi-v0.10.0

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.