Releases: datalens-tech/datalens-backend
Releases · datalens-tech/datalens-backend
v0.2053.0-rc.1
What's Changed
Full Changelog: v0.2052.0-rc.1...v0.2053.0-rc.1
v0.2052.0-rc.1
What's Changed
Full Changelog: v0.2051.0-rc.1...v0.2052.0-rc.1
v0.2051.0-rc.1
What's Changed
- Fix CHYT_CLIQUES typing in connectors data by @KonstantAnxiety in #281
- BI-5240: Add custom error for invalid yados link prefix by @vallbull in #279
- Removed conn_type from native types by @altvod in #248
- Fixed usage of cache in data fetcher by @altvod in #171
- A couple of mypy fixes by @altvod in #282
Full Changelog: v0.2050.0-rc.1...v0.2051.0-rc.1
v0.2050.0-rc.1
What's Changed
- Added low-level US client profiling by @altvod in #213
- Handle FrozenStrMapping in AMM pretty-repr by @ya-kc in #275
- Fix mypy in dl_file_uploader_task_interface by @MCPN in #276
- Minor additions to dashql primitives by @altvod in #274
- Added some generic query types (DashSQLQueryType) by @altvod in #278
- Include packages marked with skip_test in mypy check by @KonstantAnxiety in #277
- Script to add mypy per-line ignores by @asnytin in #273
- Use root ca explicitly in http-based adapters by @thenno in #262
Full Changelog: v0.2049.0-rc.1...v0.2050.0-rc.1
v0.2049.0-rc.1
What's Changed
- Pivot to package by @altvod in #260
- More mypy per-line ignores by @asnytin in #263
- Implemented dashsql typed query interfaces by @altvod in #261
- ci: fix code source for mypy and codestyle by @ovsds in #269
- Replace old mypy ignores by @asnytin in #264
- fix some mypy errors in dl_file_uploader_task_interface by @MCPN in #265
- fix git errors in the codestyle check by @MCPN in #268
- Non-default ca_data in DefaultSRFactory by @thenno in #266
Full Changelog: v0.2048.0-rc.1...v0.2049.0-rc.1
v0.2048.0-rc.1
What's Changed
- BI-5193 File uploader worker metrics sender by @KonstantAnxiety in #258
Full Changelog: v0.2047.0-rc.1...v0.2048.0-rc.1
v0.2047.0-rc.1
What's Changed
- feat: check if fork PR branch contains base head by @ovsds in #252
- ci: fix event_name for fork pr branch check by @ovsds in #254
- Created empty dl_pivot and dl_pivot_pandas packages by @altvod in #242
- ci: fix fetch-depth for fork PR branch base check by @ovsds in #255
- BI-5168: run E2E tests on release by @MCPN in #257
- fix LegacyDefaults and typings by @AdayevKP in #253
- BI-5191, BI-5192 Parametrize HC ttl in ArqWorker; include semaphore fixes from upstream; some mypy by @KonstantAnxiety in #239
- Implemented measure sorting in native pivot engine by @altvod in #241
- Refactored query formatting for DashSQL; moved dashsql modules to dl_dashsql by @altvod in #231
- Add a more understandable error in the absence of a token by @vallbull in #259
- Make mypy green! (added per-line ignores for current errors) by @asnytin in #256
Full Changelog: v0.2046.0...v0.2047.0-rc.1
v0.2046.0
What's Changed
- Set GHA test jobs timeout to 60 by @KonstantAnxiety in #194
- BI-5101: workbook_id header by @AdayevKP in #166
- BI-5168: launch E2E tests on prerelease by @MCPN in #199
- BI-5145: fix loading for a dataset with deleted connection by @MCPN in #188
- Revive redis-cache-lock tests by @KonstantAnxiety in #203
- BI-5168: fix E2E call on prerelease by @MCPN in #204
- Some mypy fixes by @KonstantAnxiety in #205
- BI-5168: use *-rc.1 image for E2E tests on prerelease by @MCPN in #207
- Use triggering_actor instead of actor by @ForrestGump in #211
- Update ubuntu version and naming changes by @dnadein in #218
- Update router job to bring the ability to run main workflow outside PR back by @KonstantAnxiety in #198
- Pin MSSQL package versions by @KonstantAnxiety in #200
- BI-4882 Remove unbound expressions from GROUP BY during query compilation by @KonstantAnxiety in #34
- Add visibility_mode connectors setting by @vallbull in #202
- Added
optionssection to connection GET api handler response by @asnytin in #219 - BI-4980: fix loading excel with no header by @AdayevKP in #221
- BI-5174: Add skip-tests and ci-allowed labels support for main workflow by @ovsds in #224
- BI-5174: remove pull_request trigger for main workflow by @ovsds in #225
- BI-5174: checkout repo and head of event target instead of base by @ovsds in #226
- Implemented adapter actions by @altvod in #223
- Added empty package for dashsql by @altvod in #232
- Moved dashsql literalizer from api to core by @altvod in #230
- Fix yadocs source info response schema by @vallbull in #234
- Added a partial native (pure Python) implementation of the pivot engine by @altvod in #228
- Added registration of pivot engines via entrypoints, added pivot factory to SR by @altvod in #229
- add usage tracking workbook_id fallback by @AdayevKP in #236
- Mock ResultProxy._prepare in aiomysql tests by @thenno in #238
- Bi 5028 - fix inconsistent csv parsing by @AdayevKP in #235
- Removed pdb/ipdb calls from API handlers by @asnytin in #243
- Updated marshmallow-oneofschema to 3.1.0 by @asnytin in #246
- Switch to a non-root user in docker by @KonstantAnxiety in #247
- Pass certificates explicitly (without adapters) by @thenno in #222
Full Changelog: v0.2042.0...v0.2046.0
v0.2046.0-rc.1
What's Changed
- Added a partial native (pure Python) implementation of the pivot engine by @altvod in #228
- Added registration of pivot engines via entrypoints, added pivot factory to SR by @altvod in #229
- add usage tracking workbook_id fallback by @AdayevKP in #236
- Mock ResultProxy._prepare in aiomysql tests by @thenno in #238
- Bi 5028 - fix inconsistent csv parsing by @AdayevKP in #235
- Removed pdb/ipdb calls from API handlers by @asnytin in #243
- Updated marshmallow-oneofschema to 3.1.0 by @asnytin in #246
- Switch to a non-root user in docker by @KonstantAnxiety in #247
- Pass certificates explicitly (without adapters) by @thenno in #222
Full Changelog: v0.2045.0-rc.1...v0.2046.0-rc.1
v0.2045.0-rc.1
What's Changed
- BI-5168: use *-rc.1 image for E2E tests on prerelease by @MCPN in #207
- Use triggering_actor instead of actor by @ForrestGump in #211
- Update ubuntu version and naming changes by @dnadein in #218
- Update router job to bring the ability to run main workflow outside PR back by @KonstantAnxiety in #198
- Pin MSSQL package versions by @KonstantAnxiety in #200
- BI-4882 Remove unbound expressions from GROUP BY during query compilation by @KonstantAnxiety in #34
- Add visibility_mode connectors setting by @vallbull in #202
- Added
optionssection to connection GET api handler response by @asnytin in #219 - BI-4980: fix loading excel with no header by @AdayevKP in #221
- BI-5174: Add skip-tests and ci-allowed labels support for main workflow by @ovsds in #224
- BI-5174: remove pull_request trigger for main workflow by @ovsds in #225
- BI-5174: checkout repo and head of event target instead of base by @ovsds in #226
- Implemented adapter actions by @altvod in #223
- Added empty package for dashsql by @altvod in #232
- Moved dashsql literalizer from api to core by @altvod in #230
- Fix yadocs source info response schema by @vallbull in #234
Full Changelog: v0.2044.0-rc.1...v0.2045.0-rc.1