File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ 0.77.1] - [ 2026-02-04]
3+ - Changed the table diff behavior: it now compares only the schema by default, and uses the ` --full ` flag for full data diffs.
4+
25## [ 0.77.0] - [ 2026-02-04]
36- Added a new panel to display run history, showing executed flags and assets, with options to rerun or copy the command.
47
Original file line number Diff line number Diff line change @@ -63,10 +63,9 @@ Bruin is a unified analytics platform that enables data professionals to work en
6363
6464## Release Notes
6565### Recent Update
66+ - ** 0.77.1** : Changed the table diff behavior: it now compares only the schema by default, and uses the ` --full ` flag for full data diffs.
6667- ** 0.77.0** : Added a new panel to display run history, showing executed flags and assets, with options to rerun or copy the command.
67- - ** 0.76.4** : Fixed the start date input field to set teh date correctly.
68+ - ** 0.76.4** : Fixed the start date input field to set the date correctly.
6869- ** 0.76.3** : Improved the query preview to support sorting and to show the pipeline start date when "Full Refresh" is checked.
69- - ** 0.76.2** : Fixed the run with downstream option to be disabled when the file is a pipeline file.
70- - ** 0.76.1** : Added a "Copy command" option to the run button group.
7170
7271For a full changelog, see Bruin Extension [ Changelog] ( https://github.com/bruin-data/bruin-vscode/blob/main/CHANGELOG.md ) .
Original file line number Diff line number Diff line change 22 "name" : " bruin" ,
33 "displayName" : " Bruin" ,
44 "description" : " Manage your Bruin data assets from within VS Code." ,
5- "version" : " 0.77.0 " ,
5+ "version" : " 0.77.1 " ,
66 "engines" : {
77 "vscode" : " ^1.87.0"
88 },
You can’t perform that action at this time.
0 commit comments