Socket
Socket
Sign inDemoInstall

@cubejs-client/vue3

Package Overview
Dependencies
6
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
9Next

0.30.54

Diff

Changelog

Source

0.30.54 (2022-08-19)

Bug Fixes

  • @cubejs-client/vue3: avoid setQuery Vue3 warnings (#5084) (#5120) (d380da4)
  • cubejs: Fixes CubeStoreDriver user/password auth (#5123) (8f93347)

Features

  • @cubejs-client/vue3: support logical operator filters (#2950) (#5119) (077bb75)
  • cubesql: Catch panic on Portal (DF.stream) - return error to the client (a80cdc7)
statsbot
published 0.30.46 •

Changelog

Source

0.30.46 (2022-08-10)

Bug Fixes

Features

  • cubesql: Datastudio - aggr by month and day support (#5025) (da3ed59)
  • cubesql: Datastudio - between dates filter support (#5022) (20f7d64)
  • cubesql: Datastudio - Min/Max datetime aggregation support (#5021) (7cf1f75)
  • cubesql: Support DEALLOCATE in pg-wire (06b6476)
  • drivers: Bootstraps CrateDB driver (#4929) (db87b8f)
  • schema-compiler: aggregated sub query group by clause (#5078) (473398d)
  • sqlite-driver: Bump sqlite3 to ^5.0.11 (8a16cc7)
statsbot
published 0.30.29 •

Changelog

Source

0.30.29 (2022-07-01)

Bug Fixes

  • cubesql: Can't find rewrite due to timeout reached for bigger ORDER BY queries (b765838)

Features

  • cubesql: Initial support for DBeaver (#4831) (0a63152)
  • cubesql: Send parameters at once (initial handshake) for pg-wire (#4812) (645253f)
  • cubesql: Support Date type in pg-wire (Date32, Date64) (d0d08cf)
  • pg-srv: Introduce ToProtocolValue trait (encoding) (#4818) (4e35aee)
statsbot
published 0.30.4 •

Changelog

Source

0.30.4 (2022-05-20)

Bug Fixes

  • cubesql: Skip returning of schema for special queries in pg-wire (479ec78)
  • cubesql: Wrong format in RowDescription, support i16/i32/f32 (0c52cd6)
  • cubestore: Prevent deleting a schema that contains tables (2824fb2)
  • playground: refresh stale tokens (#4551) (80ce87d)
  • playground: Remove all time time dimension without granularity (#4564) (054f488)
  • refresh worker force queue reconcile logic (#4529) (144e97d)

Features

  • Download streaming select * from table originalSql pre-aggregations directly (#4537) (a62d81a)
  • cubesql: Allow ::oid casting (bb31838)
  • cubesql: Initial support for type receivers (452f504)
  • cubesql: Support ||, correct schema/catalog/ordinal_position (6d6cbf5)
  • cubesql: Support DISCARD [ALL | PLANS | SEQUENCES | TEMPORARY |… (#4560) (390c764)
  • cubesql: Support IS TRUE|FALSE (4d227b1)
  • cubestore: Adds minio s3 region env to cubestore cloud storage (#4539) Thanks @olejeglejeg! (739d79c)
statsbot
published 0.30.0 •

Changelog

Source

0.30.0 (2022-05-11)

Features

  • cubesql: Support dynamic key in ArrayIndex expression (#4504) (115dd55)
  • streamlined-config: CUBEJS_EXTERNAL_DEFAULT and CUBEJS_SCHEDULED_REFRESH_DEFAULT defaults changed to "true" (#4367) (d52adaf)
statsbot
published 0.29.54 •

Changelog

Source

0.29.54 (2022-05-03)

Bug Fixes

  • Disable UPX compressing for Cube Store arm64-linux-gnu, fix #4474 (#4476) (3cb8586)
  • Make dimensions and measures nullable fields for GraphQL API (#4477) Thanks @MarkLyck ! (84e298e), closes #4399
  • cubesql: Using same alias on column yields Option.unwrap() panic (a674c5f)
  • Prestodb timestamp cast to work in prestodb and athena (#4419) Thanks @apzeb ! (8f8f61a), closes #4221

Features

statsbot
published 0.29.53 •

Changelog

Source

0.29.53 (2022-04-29)

Bug Fixes

  • @cubejs-client/core: Correct LogicalAndFilter/LogicalOrFilter types: allow any filter types in and / or (#4343) Thanks @tchell ! (699a2f4)
  • @cubejs-client/core: fix HTTP poll not working if Cube API stops and recovers (#3506) Thanks @rongfengliang ! (c207c3c)
  • cubejs-playground: fix history header scrolling in graphql explorer (#4410) (a8b82b5)
  • cubesql: fix pg_constraint confkey type (#4462) (82c25fd)
  • cubestore: Index selection for different permutations of columns in a group by omits sorted indexes (#4455) (fb31edd)
  • playground: change the url on query change (5c59298)

Features

  • @cubejs-client/core: Accept immutable queries (#4366) Thanks @reify-thomas-smith! (19b1514), closes #4160
  • client-core: Add HTTP status code to RequestError (#4412) (6ec4fdf)
  • client-vue: boolean filters support (#4314) (8a3bb3d)
  • cubesql: Aggregate aggregate split to support Tableau extract date part queries (532b4ee)
  • cubesql: Projection aggregate split to support Tableau casts (#4435) (1550774)
  • cubesql: Support for pg_get_userbyid, pg_table_is_visible UDFs (64f8885)
  • cubesql: Support generate_subscripts UDTF (a29551a)
  • cubesql: Support get_expr query for Pg/Tableau (#4421) (4d4918f)
  • cubesql: Support information_schema._pg_expandarray postgres UDTF (#4439) (1af4290)
  • cubesql: Support pg_catalog.pg_am table (24b231d)
  • cubesql: Support Timestamp, TimestampTZ for pg-wire (0b38b3d)
  • cubesql: Support unnest UDTF (110bdf8)
  • cubesql: Tableau default having support (4d432c0)
  • cubesql: Tableau Min, Max timestamp queries support (48ee34e)
  • cubesql: Tableau range of dates support (ef56133)
  • cubesql: Tableau relative date range support (87a3817)
  • cubesql: Unwrap filter casts for Tableau (0a39420)
  • packages: Materialize driver (#4320) (d40d13b)
  • playground: display error stack traces (#4438) (0932cda)
statsbot
published 0.29.51 •

Changelog

Source

0.29.51 (2022-04-22)

Bug Fixes

  • cubesql: Bool encoding for text format in pg-wire (7faf34b)
  • cubesql: current_schema() UDF (69a75dc)
  • cubesql: Proper handling for Postgresql table reference (35f5635)
  • playground: chart templates (#4426) (ebc83a9)

Features

  • cubesql: Correlated subqueries support for introspection queries (#4408) (1f02b2c)
  • cubesql: Implement rewrites for SELECT * FROM WHERE 1=0 (#4427) (0c9abd1)
  • cubesql: Support arrays in pg-wire (b7925ba)
  • cubesql: Support generate_series UDTF (#4416) (3321925)
  • cubesql: Support GetIndexedFieldExpr rewrites (#4424) (8dca8b5)
  • cubesql: Support information_schema._pg_datetime_precision UDF (4d20ee6)
  • cubesql: Support information_schema._pg_numeric_precision UDF (6fc6c0a)
  • cubesql: Support information_schema._pg_numeric_scale UDF (398d1db)
  • cubesql: Support lc_collate for PostgreSQL (120ce31)
  • cubesql: Support NoData response for empty response in pg-wire (6711c8a)
  • cubesql: Support pg_get_expr UDF (#4425) (2b51d70)
  • cubesql: Support pg_get_userbyid UDF (c6efef8)
  • cubesql: Use proper command completion tags for pg-wire (3e777ec)
  • databricks-driver: Export bucket support for S3/Azure (#4430) (4512126)
  • query-language: "startsWith", "endsWith" filters support (#4128) (e8c72d6)
statsbot
published 0.29.48 •

Changelog

Source

0.29.48 (2022-04-14)

Bug Fixes

  • cubesql: Support pg_catalog.format_type through fully qualified name (9eafae0)
  • cubestore: Empty CUBESTORE_S3_SUB_PATH leads to can't list file error (#4324) (0b35064)
  • cubestore: Inactive partition compaction: replace error with warn (#4337) (2ad61ee)
  • cubestore: Support a space separated binary strings for HyperLogLog fields in csv -- Can't parse column value for countDistinctApprox in Athena (#4383) (8b320b6)

Features

  • cubesql: Initial support for prepared statements in pg-wire (#4244) (912b52a)
  • query-language: "total" flag support (#4134) (51aef5e)
  • Support Compound Primary Keys (#4370) Thanks @rccoe! (0e3983c), closes #4364
  • cubesql: Postgres Apache Superset connection flow support (ab256d9)
statsbot
published 0.29.43 •

Changelog

Source

0.29.43 (2022-04-07)

Bug Fixes

  • cubesql: Rewrites don't respect projection column order (cfe35a7)
  • cubestore: Filters aren't included in index choosing (c582622)

Features

  • cubesql: Rewrite engine error handling (3fba823)
  • cubesql: Upgrade rust to 1.61.0-nightly (2022-02-22) (c836065)
  • cubestore: Add CUBEJS_GH_API_TOKEN env var to download script (#4282) Thanks @icebob! (ac57162)
  • cubestore: Explain implementation (#4303) (53fe3f3)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc