Roapi

Latest version: v0.11.3

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

Scan your dependencies

Page 1 of 2

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

0.9.0

What's Changed
* Fix: support `.sqlite`, `sqlite3` by togami2864 in https://github.com/roapi/roapi/pull/223
* replace dotenv with dotenvy by houqp in https://github.com/roapi/roapi/pull/216
* csv use_memory_table option added(resolves issue 224) by elliot14A in https://github.com/roapi/roapi/pull/225
* Added Pagination closes 229 by elliot14A in https://github.com/roapi/roapi/pull/230
* 235: upgrade rusoto and force http1 for rustls by jychen7 in https://github.com/roapi/roapi/pull/236
* 18 minio (S3) in CI by jychen7 in https://github.com/roapi/roapi/pull/237
* update datafusion to 14 and arrow to 26 by houqp in https://github.com/roapi/roapi/pull/242
* 240 support s3 direct with ColumnQObjectStoreProvider by jychen7 in https://github.com/roapi/roapi/pull/241
* replace rusoto_s3: part 1 by jychen7 in https://github.com/roapi/roapi/pull/244
* replace rusoto_s3: part 2 (last part) by jychen7 in https://github.com/roapi/roapi/pull/245
* 240 Set object_store minimal version and turn on aws_profile feature by jychen7 in https://github.com/roapi/roapi/pull/247
* Native GCS support by jychen7 in https://github.com/roapi/roapi/pull/248
* docs: check GCS support in readme by houqp in https://github.com/roapi/roapi/pull/249
* support Native Azure Storage by jychen7 in https://github.com/roapi/roapi/pull/250
* bump roapi to 0.9.0 and columnq-cli to 0.4.0 by jychen7 in https://github.com/roapi/roapi/pull/251

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

**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-v0.8.1...roapi-v0.9.0

columnq-cli-v0.4.0
What's Changed
* Fix: support `.sqlite`, `sqlite3` by togami2864 in https://github.com/roapi/roapi/pull/223
* replace dotenv with dotenvy by houqp in https://github.com/roapi/roapi/pull/216
* csv use_memory_table option added(resolves issue 224) by elliot14A in https://github.com/roapi/roapi/pull/225
* Added Pagination closes 229 by elliot14A in https://github.com/roapi/roapi/pull/230
* 235: upgrade rusoto and force http1 for rustls by jychen7 in https://github.com/roapi/roapi/pull/236
* 18 minio (S3) in CI by jychen7 in https://github.com/roapi/roapi/pull/237
* update datafusion to 14 and arrow to 26 by houqp in https://github.com/roapi/roapi/pull/242
* 240 support s3 direct with ColumnQObjectStoreProvider by jychen7 in https://github.com/roapi/roapi/pull/241
* replace rusoto_s3: part 1 by jychen7 in https://github.com/roapi/roapi/pull/244
* replace rusoto_s3: part 2 (last part) by jychen7 in https://github.com/roapi/roapi/pull/245
* 240 Set object_store minimal version and turn on aws_profile feature by jychen7 in https://github.com/roapi/roapi/pull/247
* Native GCS support by jychen7 in https://github.com/roapi/roapi/pull/248
* docs: check GCS support in readme by houqp in https://github.com/roapi/roapi/pull/249
* support Native Azure Storage by jychen7 in https://github.com/roapi/roapi/pull/250
* bump roapi to 0.9.0 and columnq-cli to 0.4.0 by jychen7 in https://github.com/roapi/roapi/pull/251

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

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

0.8.1

What's Changed
* enable database-sqlite flag for columnq-cli by houqp in https://github.com/roapi/roapi/pull/195
* fix columnq release by houqp in https://github.com/roapi/roapi/pull/196
* add security audit action by whatrocks in https://github.com/roapi/roapi/pull/201
* feat: Support jsonl for the file extension by togami2864 in https://github.com/roapi/roapi/pull/200
* dep: replace `tempdir` to `tempfile` by togami2864 in https://github.com/roapi/roapi/pull/202
* feat: set up interval based on max-age cli input by whatrocks in https://github.com/roapi/roapi/pull/198
* change 'reload-interval' short code to 'r' by whatrocks in https://github.com/roapi/roapi/pull/213
* chore: typo by togami2864 in https://github.com/roapi/roapi/pull/214
* Implementation of response format config (212) by RalfNorthman in https://github.com/roapi/roapi/pull/215
* feat: support `.xlsx` by togami2864 in https://github.com/roapi/roapi/pull/218
* Fixes issue with limit by elliot14A in https://github.com/roapi/roapi/pull/221

New Contributors
* togami2864 made their first contribution in https://github.com/roapi/roapi/pull/200
* RalfNorthman made their first contribution in https://github.com/roapi/roapi/pull/215
* elliot14A made their first contribution in https://github.com/roapi/roapi/pull/221

**Full Changelog**: https://github.com/roapi/roapi/compare/columnq-cli-v0.3.0...roapi-v0.8.1

0.8.0

What's Changed
* enable database by default by geoHeil in https://github.com/roapi/roapi/pull/182
* fix: support loading database source in yaml config by houqp in https://github.com/roapi/roapi/pull/183
* fix: support region and endpoint override for s3 by houqp in https://github.com/roapi/roapi/pull/187
* Fix minor spelling errors by prince-mishra in https://github.com/roapi/roapi/pull/191
* bump datafusion to 12 by houqp in https://github.com/roapi/roapi/pull/193
* fix nightly toolchain version in dockerfile by houqp in https://github.com/roapi/roapi/pull/194

New Contributors
* geoHeil made their first contribution in https://github.com/roapi/roapi/pull/182
* prince-mishra made their first contribution in https://github.com/roapi/roapi/pull/191

**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-v0.7.1...roapi-http-v0.8.0

columnq-cli-v0.3.0
What's Changed
* fix: support region and endpoint override for s3 by houqp in https://github.com/roapi/roapi/pull/187
* Fix minor spelling errors by prince-mishra in https://github.com/roapi/roapi/pull/191
* bump datafusion to 12 by houqp in https://github.com/roapi/roapi/pull/193

New Contributors
* prince-mishra made their first contribution in https://github.com/roapi/roapi/pull/191

**Full Changelog**: https://github.com/roapi/roapi/compare/roapi-v0.7.1...columnq-cli-v0.3.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.