New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/postgres-driver

Package Overview
Dependencies
Maintainers
0
Versions
648
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/postgres-driver - npm Package Versions

1
65

0.24.12

Diff

Changelog

Source

0.24.13 (2020-12-18)

Bug Fixes

  • @cubejs-client/react: reset the error on subsequent calls (#1641) (2a65dae)

Features

  • api-gateway: Dont run all health checks, when the one is down (f5957f4)
  • Rollup join implementation (#1637) (bffd220)
statsbot
published 0.24.9 •

Changelog

Source

0.24.9 (2020-12-16)

Bug Fixes

  • @cubejs-backend/mysql-driver: Revert back test on borrow with database pool error logging. (2cdaf40)
  • docker: Drop usage of VOLUME to protected unexpected behavior (e3f20cd)
  • Warning about absolute import (5f228bc)

Features

statsbot
published 0.24.8 •

Changelog

Source

0.24.8 (2020-12-15)

Bug Fixes

  • @cubejs-backend/mysql-driver: Use decimal(38,10) for external pre-aggregations, fix #1563 (3aec549)
  • @cubejs-backend/schema-compiler: CubeCheckDuplicatePropTranspiler - dont crash on not StringLiterals (#1582) (a705a2e)
  • @cubejs-client/playground: fix color name and change font to Inter (010a106)

Features

  • @cubejs-backend/query-orchestrator: Introduce AsyncRedisClient type (728110e)
  • @cubejs-backend/query-orchestrator: Migrate createRedisClient to TS (78e8422)
  • @cubejs-backend/query-orchestrator: Move RedisPool to TS, export RedisPoolOptions (8e8abde)
  • @cubejs-backend/query-orchestrator: Set redis pool options from server config (c1270d4)
  • @cubejs-client/core: Added pivotConfig option to alias series with a prefix (#1594). Thanks to @MattGson! (a3342f7)
  • Set CUBEJS_SCHEDULED_REFRESH_TIMER default value to 30 seconds (f69324c)
statsbot
published 0.24.6 •

Changelog

Source

0.24.6 (2020-12-13)

Bug Fixes

  • @cubejs-backend/api-gateway: SubscriptionServer - support dry-run (#1581) (43fbc20)
  • cubejs-cli: deploy --upload-env - filter CUBEJS_DEV_MODE (81a835f)

Features

  • cubestore: Explicit index selection for join (290cab8)
  • Move index creation orchestration to the driver: allow to control drivers when to create indexes (2a94e71)
  • cubestore: String implicit casts. CREATE INDEX support. (d42c199)
statsbot
published 0.24.5 •

Changelog

Source

0.24.5 (2020-12-09)

Bug Fixes

  • @cubejs-backend/api-gateway: Export UserError/CubejsHandlerError (#1540) (20124ba)
  • @cubejs-client/playground: fix user select on tab content (7a0e4ef)
  • cubestore: Compaction fixes (7441a26)
  • cubestore: Partition range gap fix (3610b61)

Features

  • @cubejs-backend/bigquery-driver: Allow to make BigQueryDriver as readOnly, fix #1028 (d9395f6)
  • @cubejs-backend/mysql-driver: CAST all time dimensions with granularities to DATETIME in order to provide typing for rollup downloads. Add mediumtext and mediumint generic type conversions. (3d8cb37)
  • cubejs-cli: improve DX for docker (#1457) (72ad782)
  • cubestore: CUBESTORE_PORT env variable (11e36a7)
  • cubestore: IN Implementation (945d8bc)
statsbot
published 0.24.4 •

Changelog

Source

0.24.4 (2020-12-07)

Bug Fixes

  • @cubejs-backend/server: Versions inside error message (1a8cc4f)
  • @cubejs-backend/server-core: Allow to pass externalRefresh inside preAggregationsOptions, fix #1524 (a6959c9)
  • @cubejs-client/playground: always show scrollbars in menu if content is too big (5e22a3a)
  • cubestore: Merge sort propagation fixes (35125ad)
  • docker: Add sqlite driver to built-in drivers (3b7b0f7)
  • docker: Use latest snowflake driver (f607ed0)

Features

  • @cubejs-backend/api-gateway: Migrate some parts to TS (c1166d7)
  • @cubejs-backend/api-gateway: Migrate to TS initial (1edef6d)
  • @cubejs-backend/postgres-driver: Support CUBEJS_DB_SSL_SERVERNAME (f044372)
  • Ability to load SSL keys from FS (#1512) (71da5bb)
  • cubestore: Decimal support (6bdc68b)
  • cubestore: Left join support (9d1fd09)
  • cubestore: Mediumint support (f98540b)
statsbot
published 0.24.3 •

Changelog

Source

0.24.3 (2020-12-01)

Bug Fixes

  • cubestore: Merge join support: not implemented: Merge join is not supported for data type Timestamp(Microsecond, None) (6e3ebfc)
  • cubestore: Unsupported data type Boolean. (b286182)

Features

  • cubestore: Hash join support (8b1a5da)
  • cubestore: Merge join support (d08d8e3)
  • cubestore: Update datafusion upstream to the version of 2020-11-27 (b4685dd)
statsbot
published 0.24.2 •

Changelog

Source

0.24.2 (2020-11-27)

Bug Fixes

  • add content-type to allowedHeaders (d176269)
  • @cubejs-backend/server-core: Allow to pass unknown options (such as http) (f1e9402)

Features

  • @cubejs-backend/query-orchestrator: Initial move to TypeScript (#1462) (101e8dc)
statsbot
published 0.24.0 •

Changelog

Source

0.24.0 (2020-11-26)

Bug Fixes

  • Error: Type must be provided for null values. -- null parameter values are passed to BigQuery when used for dimensions that contain ? (6417e7d)
  • cubejs-cli: template/serverless - iamRoleStatements.Resource[0] unsupported configuration format (9fbe683)

Features

  • Make default refreshKey to be every 10 seconds and enable scheduled refresh in dev mode by default (221003a)

BREAKING CHANGES

  • every 10 seconds refreshKey becomes a default refreshKey for all cubes.
statsbot
published 0.23.15 •

Changelog

Source

0.23.15 (2020-11-25)

Bug Fixes

  • Error: Cannot find module 'antlr4/index' (0d2e330)
  • @cubejs-backend/server-core: Correct type for orchestratorOptions (#1422) (96c1691)

Features

  • @cubejs-backend/postgres-driver: Support CUBEJS_DB_SSL_KEY (e6291fc)
  • @cubejs-client/react: support 'compareDateRange' when updating 'timeDimensions' (#1426). Thanks to @BeAnMo! (6446a58)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc