Skip to content

Commit

Permalink
Release DataLens v1.16.0 (#244)
Browse files Browse the repository at this point in the history
* DataLens release v1.16.0

* update docker-compose.yml docker-compose-dev.yml

---------

Co-authored-by: GitHub Release <>
  • Loading branch information
robot-charts authored Nov 15, 2024
1 parent 42dc67e commit 2e972dc
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## v1.16.0 (2024-11-15)

### Image versions
- datalens-control-api: 0.2170.0 -> 0.2176.0 ([full changelog](https://github.com/datalens-tech/datalens-backend/compare/v0.2170.0...v0.2176.0))
- datalens-data-api: 0.2170.0 -> 0.2176.0 ([full changelog](https://github.com/datalens-tech/datalens-backend/compare/v0.2170.0...v0.2176.0))
- datalens-ui: 0.2312.0
- datalens-us: 0.260.0

### New features
- Enable datasource schema update for Bitrix. [datalens-tech/datalens-backend#685](https://github.com/datalens-tech/datalens-backend/pull/685)
- Add AUTH.TYPE = 'none'. [datalens-tech/datalens-backend#684](https://github.com/datalens-tech/datalens-backend/pull/684)
- Orjson for marshmallow. [datalens-tech/datalens-backend#689](https://github.com/datalens-tech/datalens-backend/pull/689)
- **Optimization**: Optimize AND/OR comparisons in filters. [datalens-tech/datalens-backend#694](https://github.com/datalens-tech/datalens-backend/pull/694)
- Use msgpack in RQE serialization. [datalens-tech/datalens-backend#692](https://github.com/datalens-tech/datalens-backend/pull/692)

### Bug fixes
- **Formula**: Fix LODs with constant functions in query. [datalens-tech/datalens-backend#668](https://github.com/datalens-tech/datalens-backend/pull/668)
- Fixes for connection replacements. [datalens-tech/datalens-backend#700](https://github.com/datalens-tech/datalens-backend/pull/700)

### Security
- **Connectors**: Forbid redirects in promql connector. [datalens-tech/datalens-backend#690](https://github.com/datalens-tech/datalens-backend/pull/690)
- **Connectors**: Forbid redirects in bitrix connector. [datalens-tech/datalens-backend#691](https://github.com/datalens-tech/datalens-backend/pull/691)


## v1.15.0 (2024-11-08)

### Image versions
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2176.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql,appmetrica_api,metrika_api"
Expand All @@ -26,7 +26,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2176.0
environment:
GUNICORN_WORKERS_COUNT: 5
RQE_FORCE_OFF: 1
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2176.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql,appmetrica_api,metrika_api"
Expand All @@ -24,7 +24,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2176.0
environment:
GUNICORN_WORKERS_COUNT: 5
RQE_FORCE_OFF: 1
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.zitadel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2176.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql,appmetrica_api,metrika_api"
Expand All @@ -32,7 +32,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2170.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2176.0
environment:
GUNICORN_WORKERS_COUNT: 5
RQE_FORCE_OFF: 1
Expand Down
4 changes: 2 additions & 2 deletions versions-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"controlApiVersion": "0.2170.0",
"dataApiVersion": "0.2170.0",
"controlApiVersion": "0.2176.0",
"dataApiVersion": "0.2176.0",
"uiVersion": "0.2312.0",
"usVersion": "0.260.0"
}

0 comments on commit 2e972dc

Please sign in to comment.