Socket
Book a DemoInstallSign in
Socket

@cubejs-backend/postgres-driver

Package Overview
Dependencies
Maintainers
3
Versions
737
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
6264
74

0.24.9

Diff
s
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

  • @cubejs-client/playground: Angular chart code generation support in Playground (#1519) (4690e11), closes #1515 #1612
  • @cubejs-client/react: dry run hook (#1612) (9aea035)
s
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)
s
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)
s
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)
s
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)
s
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)
s
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)
s
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.
s
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)
s
statsbot
published 0.23.14 •

Changelog

Source

0.23.14 (2020-11-22)

Bug Fixes

  • @cubejs-backend/query-orchestrator: Intermittent lags when pre-aggregation tables are refreshed (4efe1fc)
  • @cubejs-backend/snowflake-driver: Add keepConnectionAlive and release (#1379) (f1acae5)
  • @cubejs-client/core: propagate segments to drillDown queries (#1406) (d4ceb65)
  • cubestore: Error reporting in docker (cba3c50)
  • cubestore: Tables are imported without location (5e8cffb)
  • examples: Add deprecation warnings to Slack Vibe (98783c6)
  • examples: e-commerce backend 💸 (dab7301)
  • examples: External Rollups 🗞 (86172b7)
  • examples: Migration to Netlify (ad582a1)
  • examples: React Dashboard ⚛️ (eccae84)

Features

  • cubestore: Collect backtraces in docker (d97bcb9)
  • cubestore: Error reporting (99ede83)
  • cubestore: Table location support (6b63ef8)
  • docker: Introduce alpine images (#1413) (972c700)
  • docs-build: add gatsby-redirect-from to allow redirects with SEO (f3e680a), closes #1395
  • Allow to run docker image without config file (#1409) (bc53cd1)
SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.