Releases: datalens-tech/datalens-backend
Releases · datalens-tech/datalens-backend
v0.2171.0-rc.1
What's Changed
- test(connectors): BI-0 fix snowflake auth test once again by @KonstantAnxiety in #670
- test(connectors): BI-0 update filter in metrica tests by @KonstantAnxiety in #671
- ci: BI-5866 remove unnecessary things by @flukolo4ek in #666
- ci: BI-5866 remove unused script by @flukolo4ek in #672
- fix(formula): BI-5455 fix LODs with constant functions in query by @MCPN in #668
- test: BI-5886 unknown field in modificators tests by @MCPN in #673
- ci: BI-5866 add log levels to stderr in splitter by @flukolo4ek in #676
- ci: BI-0 remove release option in prerelease action by @flukolo4ek in #677
Full Changelog: v0.2170.0-rc.1...v0.2171.0-rc.1
v0.2170.0
What's Changed
- test: BI-0 update werkzeug testing utils for the new version by @KonstantAnxiety in #662
- ci: BI-0 move commitlint action to other repo by @flukolo4ek in #663
- fix(connectors): BI-5804 Fix limit in bitrix cache by @vallbull in #664
- fix(formula): BI-5530 fix division by zero in OptimizeConstMathOperatorMutation by @MCPN in #665
Full Changelog: v0.2168.0...v0.2170.0
v0.2170.0-rc.1
What's Changed
- ci: BI-0 move commitlint action to other repo by @flukolo4ek in #663
- fix(connectors): BI-5804 Fix limit in bitrix cache by @vallbull in #664
- fix(formula): BI-5530 fix division by zero in OptimizeConstMathOperatorMutation by @MCPN in #665
Full Changelog: v0.2169.0-rc.1...v0.2170.0-rc.1
v0.2169.0-rc.1
What's Changed
- test: BI-0 update werkzeug testing utils for the new version by @KonstantAnxiety in #662
Full Changelog: v0.2168.0...v0.2169.0-rc.1
v0.2168.0
What's Changed
- refactor(formula): BI-0 move datetime_interval_ch to the dl_connector_clickhouse package by @MCPN in #648
- fix(formula): BI-5854 fix translation cache by @MCPN in #646
- test: BI-5103 add more api lib tests by @MCPN in #649
- feat(formula): BI-5530 optimize constant math operations by @MCPN in #647
- fix: BI-5629 ipv6 hosts support added to rqe target host check by @juliarbkv in #659
- ci: BI-5344 remove deptry ignores while checking missing requirements by @MCPN in #658
- sec: BI-5329 upgrade cryptography by @KonstantAnxiety in #660
Full Changelog: v0.2165.0...v0.2168.0
v0.2168.0-rc.1
What's Changed
- ci: BI-5344 remove deptry ignores while checking missing requirements by @MCPN in #658
- sec: BI-5329 upgrade cryptography by @KonstantAnxiety in #660
Full Changelog: v0.2167.0-rc.1...v0.2168.0-rc.1
v0.2167.0-rc.1
What's Changed
- fix: BI-5629 ipv6 hosts support added to rqe target host check by @juliarbkv in #659
Full Changelog: v0.2166.0-rc.1...v0.2167.0-rc.1
v0.2166.0-rc.1
What's Changed
- refactor(formula): BI-0 move datetime_interval_ch to the dl_connector_clickhouse package by @MCPN in #648
- fix(formula): BI-5854 fix translation cache by @MCPN in #646
- test: BI-5103 add more api lib tests by @MCPN in #649
- feat(formula): BI-5530 optimize constant math operations by @MCPN in #647
Full Changelog: v0.2165.0...v0.2166.0-rc.1
v0.2165.0
What's Changed
- fix(connectors, datasets): BI-5326 fix file connection datasource replacement by @KonstantAnxiety in #591
- feat: BI-5748 allow custom US migrations in tests by @MCPN in #585
- test: BI-0 fix a subject_id in rls tests by @MCPN in #593
- chore: BI-0 dl_repmanager taskfile support from private repo by @ovsds in #589
- chore: BI-0 add local_dev Taskfile by @ovsds in #587
- feat(connectors): BI-5717 remove legacy CH connect options, pt. 1 by @KonstantAnxiety in #594
- refactor: BI-5758 add USM resave conditionally after post_save_hook by @ovsds in #596
- feat: BI-5683 excel error processing by @juliarbkv in #595
- fix: BI-5233 extend reporting types by @ForrestGump in #600
- fix: BI-5673 don't fail on invalid types in RQE JSON serialization by @MCPN in #599
- fix(connectors): BI-5777 handle google api errors & bad creds error in BQ connector by @KonstantAnxiety in #601
- fix: BI-5758 missing PostSaveHookResult attr.ib by @ovsds in #603
- fix: BI-0 add missing dependencies by @MCPN in #602
- feat: BI-0 add FailedDependencyException by @ovsds in #605
- fix: BI-5622 move exception to api_commons by @ForrestGump in #606
- feat(connectors): BI-5785 add hasClear props to SelectRowItem by @vallbull in #607
- feat: BI-5758 extend common form_config and refactor postgres_connector by @ovsds in #608
- feat(auth): BI-5233 add cookie auth by @vallbull in #598
- feat: BI-0 async_run for inside async contexts by @ovsds in #609
- feat: BI-5758 add width mixin to base form_configs by @ovsds in #610
- fix: BI-5758 async_run and add proper testing by @ovsds in #611
- tests: BI-0 connector form test_config_json to base by @ovsds in #614
- refactor: BI-5794 CH, MySQL conn forms for MDB by @ovsds in #617
- feat: BI-5794 add _get_implicit_form_fields to mysql and ch conn form factory by @ovsds in #618
- docs: BI-0 add a page about the project structure to kb by @KonstantAnxiety in #621
- ci: BI-0 use datalens-tech/get-next-release-version-action@v1 by @ovsds in #597
- refactor: BI-5731 move optimizing mutations to a separate module by @MCPN in #623
- tests: BI-5103 add optimizations tests by @MCPN in #625
- feat(connectors): BI-5229 Enable metrica and appmetrica by @vallbull in #616
- feat(general): BI-5779 Checking connection can be used in public handler by @vallbull in #619
- feat: BI-5816 add is_host_normalized to DBDomainManager by @ovsds in #628
- fix: BI-0 remove unnecessary load by @ForrestGump in #615
- feat: BI-5768 add no_compose tests split by @flukolo4ek in #629
- feat(general): BI-5780 localize EntityUsageNotAllowed message by @vallbull in #622
- feat(optimization): BI-5731 optimize binary operators comparisons in filters by @MCPN in #626
- fix: BI-5359 apply mutations to node's children before the node itself by @MCPN in #620
- docs: DOCSUP-83022: Fixes in function ref texts (part 5) by @shamshinds in #632
- fix(datasets): BI-5245 fix source refresh with deleted fields, do not force refresh always by @KonstantAnxiety in #604
- fix(embeds): BI-5750 handle the INCORRECT_ENTRY_ID_FOR_EMBED error from US by @MCPN in #631
- feat: BI-5768 add action for test k8s-runners by @flukolo4ek in #613
- feat(connectors): BI-5804 Add limit to Bitrix query params by @vallbull in #630
- ci: BI-0 add release drafter config for tests by @flukolo4ek in #634
- fix: BI-5359 fix joining node normalization by @MCPN in #638
- fix(connectors): BI-0 add auth api DL exception, update snowflake error handling by @KonstantAnxiety in #639
- ci: BI-5651 add labeler by @flukolo4ek in #633
- test: BI-5103 add ObjectLikeConfig tests by @MCPN in #636
- fix: BI-5429 Non-json response exception handling by @khamitovdr in #627
- test: BI-0 add tests for BitrixGDSMultiQuerySplitter by @MCPN in #641
- ci: BI-0 fix docker build workflow by @flukolo4ek in #644
- feat: BI-5629 ext rqe forbid private addresses option by @juliarbkv in #624
- feat(optimization): BI-5731 support IN/NOT IN in the binary operators comparisons optimization by @MCPN in #635
- fix: BI-5410 Quarter support for PostgreSQL and Oracle by @khamitovdr in #645
- ci: BI-0 add script for autolabeling by @flukolo4ek in #642
- feat: BI-0 add needs and remove unnecessary perm by @flukolo4ek in #650
- sec: BI-0 update versions by @ovsds in #651
New Contributors
- @flukolo4ek made their first contribution in #629
- @khamitovdr made their first contribution in #627
Full Changelog: v0.2139.0...v0.2165.0
v0.2165.0-rc.1
What's Changed
- feat(optimization): BI-5731 support IN/NOT IN in the binary operators comparisons optimization by @MCPN in #635
- fix: BI-5410 Quarter support for PostgreSQL and Oracle by @khamitovdr in #645
- ci: BI-0 add script for autolabeling by @flukolo4ek in #642
- feat: BI-0 add needs and remove unnecessary perm by @flukolo4ek in #650
- sec: BI-0 update versions by @ovsds in #651
Full Changelog: v0.2164.0-rc.1...v0.2165.0-rc.1