Skip to content

Releases: datalens-tech/datalens-backend

v0.2076.0-rc.1

03 Apr 12:46
8f0b0ed

Choose a tag to compare

v0.2076.0-rc.1 Pre-release
Pre-release

What's Changed

  • tests: mark rate_limiter middleware tests flaky by @ovsds in #412
  • replace some TypeVars with typing_extensions.Self by @MCPN in #396
  • BI-5224 Refine required relations & JOINs optimization by @KonstantAnxiety in #414
  • fix: yet another fix for rate limiter settings by @ovsds in #415

Full Changelog: v0.2075.0-rc.1...v0.2076.0-rc.1

v0.2075.0-rc.1

02 Apr 13:05
195d715

Choose a tag to compare

v0.2075.0-rc.1 Pre-release
Pre-release

What's Changed

  • feat: add app rate_limiter settings by @ovsds in #411

Full Changelog: v0.2074.0-rc.1...v0.2075.0-rc.1

v0.2074.0-rc.1

01 Apr 15:13
a554095

Choose a tag to compare

v0.2074.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2073.0-rc.1...v0.2074.0-rc.1

v0.2073.0-rc.1

27 Mar 15:54
223dbf3

Choose a tag to compare

v0.2073.0-rc.1 Pre-release
Pre-release

What's Changed

  • feat: add dl_rate_limiter by @ovsds in #402
  • feat: remove bitrix join experimental flag by @ovsds in #406

Full Changelog: v0.2072.0-rc.1...v0.2073.0-rc.1

v0.2072.0-rc.1

27 Mar 15:10
7a66d6d

Choose a tag to compare

v0.2072.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2071.0-rc.1...v0.2072.0-rc.1

v0.2069.1-rc.1

27 Mar 10:54
e86ed6d

Choose a tag to compare

v0.2069.1-rc.1 Pre-release
Pre-release

What's Changed

  • feat: BI-5080 add tickets to secret headers by @ovsds in #318
  • Some fixes for the typed_query api by @altvod in #308
  • Added typed query processor by @altvod in #321
  • BI-5255 Add workflow to run E2E tests on a specified PR (w/o registry) by @KonstantAnxiety in #324
  • User info markup processing by @vallbull in #306
  • BI-5255 Add package read permission to gh token in manual e2e run by @KonstantAnxiety in #326
  • feat: remove unused optimize_compeng_usage option from DefaultCompengMultiQueryMutator by @ovsds in #327
  • feat: add EXPERIMENTAL_BITRIX_ENABLE_JOIN_TYPES flag by @ovsds in #328
  • BI-5255 Install gh cli in debian_docker image by @KonstantAnxiety in #330
  • BI-5255 Manual E2E: fix dubious ownership by @KonstantAnxiety in #332
  • Some minor additions for testing CHYT by @altvod in #331
  • Fixed usage of typed_query flag and turned on typed_query in CH by @altvod in #337
  • Added query_type allow_selector flag to connector options by @altvod in #322
  • ci: update terrarium packages locks by @ovsds in #342
  • Move clickhouse test suites to separate package by @vallbull in #339
  • Removing ExecutorBasedMixin. Part 1 by @altvod in #338
  • refactor: pytest_split to support multiple modes by @ovsds in #341
  • ci: pytest_split add unused_label checks by @ovsds in #348
  • Fixed pivot and query mode settings by @altvod in #346
  • ci: fix test-results if pytest_split failed by @ovsds in #349
  • Revert "Fixed pivot and query mode settings" by @ovsds in #350
  • Fixed pivot and query mode settings (v2) by @altvod in #351
  • Added deep dependency resolution logic to repmanager by @altvod in #309
  • ci: remove terrarium from splitter since it have its own test workflow by @ovsds in #353
  • Added preloading of pivot engine plugins by @altvod in #354
  • ci: BI-5125: pytest_split add uncovered tests check by @ovsds in #352
  • ci: BI-5125: enable pytest split raise by @ovsds in #355
  • Bi-5224 allow to disable joins optimization by @AdayevKP in #329
  • BI-5255 Fix manual E2E: switch to ubuntu-latest; show logs; add teardown by @KonstantAnxiety in #356
  • Parameterized AsyncChunkedLimited with exception type by @altvod in #347
  • Removed service registry usage from data processors by @altvod in #343
  • Add clickhouse sqlalchemy to CH connector deps by @KonstantAnxiety in #312
  • BI-5255 Cleaner env setup in manual E2E workflow by @KonstantAnxiety in #357
  • ci: release prerelease in parallel with build images step by @ovsds in #361
  • Remove useless null check by @KonstantAnxiety in #360
  • Removing ExecutorBasedMixin. Part 2 by @altvod in #345
  • Fixed circular import dependencies in api connector by @altvod in #344
  • BI-5148 Specify correct data source spec in GP dsrc migrator (inherit GP dsrc migrator from PG) by @KonstantAnxiety in #336
  • Move some model-related modules to dl_model_tools by @altvod in #363
  • Moved a couple of modules out of dl_core by @altvod in #362
  • YCDOCS-9148: Fixes in function ref texts by @shamshinds in #364
  • Fix bigquery dependencies (add a required pyarrow extra) by @KonstantAnxiety in #365
  • Implemented typed query processor factories in SR by @altvod in #367
  • Add existing operation codes for us client by @dnadein in #369
  • Implemented CachedTypedQueryProcessor by @altvod in #372
  • ci: add DOCKER_HOST to env Taskfile by @ovsds in #374
  • BI-5291 BI-5267 Add execution timeout to PG connector; use readonly transactions in PG by @KonstantAnxiety in #375
  • BI-5291 Fix source execution timeout for ClickHouse by lowering it by @KonstantAnxiety in #376
  • BI-5291 Add execution timeout to MSSQL connector by @KonstantAnxiety in #377
  • Change YADOCS_INVALID_PUBLIC_LINK_PREFIX from 500 to 400 by @KonstantAnxiety in #379
  • Run US migrations before tests by @KonstantAnxiety in #371
  • Remove uwsgi from file uploader by @thenno in #380
  • Run mypy in parallel by @thenno in #373
  • execute-mypy-multi: make parameters named, run mypy in parallel by @thenno in #381
  • fix some mypy in dl_formula.shortcuts by @MCPN in #383
  • Fix US storage schema of yadocs connection source by @vallbull in #386
  • BI-5359: remove an erroneous type check on making a join expression by @MCPN in #385
  • Add some profiling to mutation caches; propagate allow_slave up to dataset preparer by @KonstantAnxiety in #378
  • Update US port by @MCPN in #392
  • BI-5330: Upgrade gitpython to >=3.1.41 by @MCPN in #393
  • feat: add ActionNonStreamExecuteQuery to RQE by @ovsds in #388
  • Hotfix v0.2069.1 by @robot-datalens-back in #405

New Contributors

Full Changelog: v0.2058.0...v0.2069.1-rc.1

v0.2071.0-rc.1

26 Mar 16:51
e32deaa

Choose a tag to compare

v0.2071.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2070.0-rc.1...v0.2071.0-rc.1

v0.2070.0-rc.1

26 Mar 11:55
0aa45c0

Choose a tag to compare

v0.2070.0-rc.1 Pre-release
Pre-release

What's Changed

  • feat: add ActionNonStreamExecuteQuery to RQE by @ovsds in #388
  • BI-5384 Allow NULL as a default for LAG in CH by @KonstantAnxiety in #395
  • BI-5224 Add avatar relation "required" field to the storage schema by @KonstantAnxiety in #399
  • Fix 'argument not bound to an attrs class' mypy errors by @MCPN in #394
  • fix: rqe_execute_request_mode env_var_converter by @ovsds in #400

Full Changelog: v0.2069.0-rc.1...v0.2070.0-rc.1

v0.2069.0-rc.1

21 Mar 10:13
8009f69

Choose a tag to compare

v0.2069.0-rc.1 Pre-release
Pre-release

What's Changed

  • Update US port by @MCPN in #392
  • BI-5330: Upgrade gitpython to >=3.1.41 by @MCPN in #393
  • feat: add ActionNonStreamExecuteQuery to RQE by @ovsds in #388

Full Changelog: v0.2068.0-rc.1...v0.2069.0-rc.1

v0.2068.0-rc.1

20 Mar 11:47
3b2c693

Choose a tag to compare

v0.2068.0-rc.1 Pre-release
Pre-release

What's Changed

  • fix some mypy in dl_formula.shortcuts by @MCPN in #383
  • Fix US storage schema of yadocs connection source by @vallbull in #386
  • BI-5359: remove an erroneous type check on making a join expression by @MCPN in #385
  • Add some profiling to mutation caches; propagate allow_slave up to dataset preparer by @KonstantAnxiety in #378

Full Changelog: v0.2067.0-rc.1...v0.2068.0-rc.1