Skip to content

Commit

Permalink
DataLens release v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Release committed Dec 16, 2024
1 parent 1158527 commit e833089
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v1.19.0 (2024-12-16)

### Image versions
- datalens-control-api: 0.2181.0 -> 0.2188.0 ([full changelog](https://github.com/datalens-tech/datalens-backend/compare/v0.2181.0...v0.2188.0))
- datalens-data-api: 0.2181.0 -> 0.2188.0 ([full changelog](https://github.com/datalens-tech/datalens-backend/compare/v0.2181.0...v0.2188.0))
- datalens-ui: 0.2412.0
- datalens-us: 0.281.0

### New features
- **Formula**: Add ARR_INTERSECT function for CH and PG. [datalens-tech/datalens-backend#696](https://github.com/datalens-tech/datalens-backend/pull/696)

### Bug fixes
- **Formula**: Apply mutations before adding formula to global dimensions during validation. [datalens-tech/datalens-backend#733](https://github.com/datalens-tech/datalens-backend/pull/733)

### Security
- Bump dependencies: certifi, urllib3, tornado. [datalens-tech/datalens-backend#741](https://github.com/datalens-tech/datalens-backend/pull/741)


## v1.18.1 (2024-12-13)

### Image versions
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.2181.0",
"dataApiVersion": "0.2181.0",
"controlApiVersion": "0.2188.0",
"dataApiVersion": "0.2188.0",
"uiVersion": "0.2412.0",
"usVersion": "0.281.0"
}

0 comments on commit e833089

Please sign in to comment.