Releases: DataRecce/recce
Releases · DataRecce/recce
v0.15.0
What's Changed
- [Chore] adjust github action workflow by @popcornylu in #290
- [Bug] The value diff is not working in the review mode. by @popcornylu in #289
- [Bug] reivew mode should be able to be launched when the dbt project or profile is absent. by @popcornylu in #292
- [Bug] Cannot launch recce server if the state file does not exist by @popcornylu in #293
- [Bug] Fix failed to copy screenshots by @wcchang1115 in #291
- [Bug] State file type validation rule by @wcchang1115 in #288
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- [Feature] Enhance clarity regarding the baseline and current environment by @wcchang1115 in #287
- [Infra] Build static files on release branches by @kentwelcome in #279
- [Infra] Fix build statics action by @kentwelcome in #281
- [Chore] decouple recce core and the dbt adapter by @popcornylu in #271
- [Chore] Move the document to the doc site by @popcornylu in #285
- [Bug] DRC-359 Fix schema diff issue when execute preset check by @kentwelcome in #277
- [Bug] DRC-374 only show Run Query button in CheckDetail page by @kentwelcome in #278
- [Bug] API endpoint /api/lineage not found by @popcornylu in #286
Full Changelog: v0.13.1...v0.14.0
v0.13.1
What's Changed
- [Bug] DRC-374 Only show Run Query button in CheckDetail page #278
- [Bug] DRC-359 Fix schema diff issue when executing preset check #277
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- [Feature] Query the model when the run form lacks column information by @wcchang1115 in #267
- [Feature] Allow to review without models source code by @wcchang1115 in #272
- [Feature] DRC-357 Load and dump empty recce config file with preset checks by @kentwelcome in #269
- [Chore] Add demo instance info to the server info api by @wcchang1115 in #274
- [Bug] Handle getting branch information when HEAD is detached by @wcchang1115 in #270
- [Bug] Cannot delete added check by @wcchang1115 in #275
Full Changelog: v0.12.2...v0.13.0
v0.12.2
What's Changed
- [Bug] Fix recce run failed if no state file exists by @popcornylu in #268
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- [Bug] Should load the runs/checks at the startup by @popcornylu in #266
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- [Feature] Add favicon logo and external links by @wcchang1115 in #264
- [Enhancement] Fit view after filter change by @popcornylu in #265
- [Chore] separate the runtime, recce state and db models by @popcornylu in #263
- [Bug] DRC-344 SQL query should still work under review mode by @kentwelcome in #262
- [Bug] DRC-316 Artifact server observer does not work in windows by @douenergy in #260
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- [Feature] Support value diff for models with composite primary key by @popcornylu in #243
- [Feature] DRC-299 Recce Run with lineage data by @kentwelcome in #237
- [Feature] Change export and load button behavior from checklist to state by @wcchang1115 in #250
- [Feature] Change the behavior of state loading and exporting by @wcchang1115 in #256
- [Enhancement] DRC-269 Remove "create a simple check" icon by @douenergy in #245
- [Enhancement] Recce run: Only run the row count diff on table models by @popcornylu in #251
- [Chore] Add registry for run types by @popcornylu in #249
- [Chore] Update bug_report.yml by @popcornylu in #258
- [Chore] Update bug_report.yml by @popcornylu in #259
- [Bug] DRC-260 Fix linage view edges will disapper in copy image by @kentwelcome in #244
- [Bug] lineage view shows nothing if there is no modified model by @popcornylu in #255
- [Bug] unable to run top k diff due to bigquery error by @popcornylu in #254
- [Bug] Don't query row count if the model does not exist by @popcornylu in #253
New Contributors
- @douenergy made their first contribution in #245
Full Changelog: v0.10.0...v0.11.0
v0.10.0
Highlight
- Support package filter in the linage graph
- Sort lineage graph's edges order for better visualization
- Show schema diff in the lineage graph node
What's Changed
- [Release] Bump version to 0.10.0.dev by @wcchang1115 in #227
- [Feature] Show the schema diff in the lineage graph node by @wcchang1115 in #233
- [Feature] Add package filter in the linage view by @popcornylu in #234
- [Feature] DRC-295 sort the edges by
from
property by @kentwelcome in #229 - [Feature] Show refetch information if recce server is down by @popcornylu in #239
- [Chore] Add bump dev version workflow by @wcchang1115 in #228
- [Chore] Refactor LineageGraph interface by @popcornylu in #232
- [Chore] Bump follow-redirects from 1.15.4 to 1.15.6 in /js by @dependabot in #230
- [Bug] Fix format of the checklist copying in markdown by @wcchang1115 in #235
- [Bug] Fix pydantic dependency of dbt 1.6 by @wcchang1115 in #236
- [Bug] DRC-313 only show the scrollbar-y in top-k chart by @kentwelcome in #240
- [Bug] Fix schema modified check statement by @wcchang1115 in #242
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Highlight
- Enhance Top-K and Histogram UI
- Materialize last row count run result
What's Changed
- [Feature] DRC-222 Merge 2 histogram charts into a single histogram chart by @kentwelcome in #218
- [Feature] DRC-207 design the UI component to show the diff of top k by @kentwelcome in #212
- [Feature] Show no data when zero row of the query result by @wcchang1115 in #220
- [Feature] Materialize the last run result for row count diff by @popcornylu in #223
- [Refine] DRC-222 Update UI code of Histogram Chart by @kentwelcome in #226
- [Bug] Add handler when ClipboardItem not supported by @wcchang1115 in #225
Full Changelog: v0.8.2...v0.9.0