Releases: InfuseAI/piperider
Releases · InfuseAI/piperider
v0.37.0-rc.1
What's Changed
- [Release] Bump version 0.37.0 by @wcchang1115 in #897
- [Feature] Support impersonate service-account for BigQuery by @qrtt1 in #900
- [Feature] sc-32422 Add option to select dbt profile and target by @kentwelcome in #903
- [Chore] Update piperider version in dockerfile by @wcchang1115 in #905
- [Bug] Failed to read yaml file in concurrent by @wcchang1115 in #901
- [Bug] Add a handler to unexpected json file format by @wcchang1115 in #904
- [Bug] Skip passing dbt resources when compare with custom recipe by @wcchang1115 in #902
Full Changelog: v0.36.0...v0.37.0-rc.1
v0.36.0
What's Changed
- [Release] Bump version 0.36.0 by @wcchang1115 in #893
- [Bug] Fix dbt-core breaking our task runner by @qrtt1 in #895
- [Bug] stop sending report when no-such-table by @qrtt1 in #894
- [Bug] Do dbt parse when given skip datasource option by @wcchang1115 in #896
Full Changelog: v0.35.0...v0.36.0
v0.36.0-rc.1
What's Changed
- [Release] Bump version 0.36.0 by @wcchang1115 in #893
- [Bug] Fix dbt-core breaking our task runner by @qrtt1 in #895
- [Bug] stop sending report when no-such-table by @qrtt1 in #894
- [Bug] Do dbt parse when given skip datasource option by @wcchang1115 in #896
Full Changelog: v0.35.0...v0.36.0-rc.1
v0.35.0
What's Changed
- [Release] Bump version 0.35.0 by @wcchang1115 in #890
- [Feature] sc-32292 PipeRider CLI support share to temporary quick look by @kentwelcome in #889
- [Feature] Show disclaimer if report from manifest by @wcchang1115 in #892
Full Changelog: v0.34.0...v0.35.0
v0.35.0-rc.1
What's Changed
- [Release] Bump version 0.35.0 by @wcchang1115 in #890
- [Feature] sc-32292 PipeRider CLI support share to temporary quick look by @kentwelcome in #889
- [Feature] Show disclaimer if report from manifest by @wcchang1115 in #892
Full Changelog: v0.34.0...v0.35.0-rc.1
v0.34.0
What's Changed
- [Release] Bump version 0.34.0 by @wcchang1115 in #881
- [Feature] Improve base branch selection in compare by @wcchang1115 in #880
- [Feature] sc-32261 Read GitHub PR info from env var by @kentwelcome in #883
- [Feature] Support skip-datasource option for piperider compare by @wcchang1115 in #885
- [Feature] Support piperider compare between git refs by @wcchang1115 in #888
- [Chore] Fix unit-test failed by dbt-core 1.6.2 by @kentwelcome in #884
- [Chore] improve telemetry usage and run event by @popcornylu in #887
Full Changelog: v0.33.0...v0.34.0
v0.34.0-rc.1
What's Changed
- [Release] Bump version 0.34.0 by @wcchang1115 in #881
- [Feature] Improve base branch selection in compare by @wcchang1115 in #880
- [Feature] sc-32261 Read GitHub PR info from env var by @kentwelcome in #883
- [Feature] Support skip-datasource option for piperider compare by @wcchang1115 in #885
- [Feature] Support piperider compare between git refs by @wcchang1115 in #888
- [Chore] Fix unit-test failed by dbt-core 1.6.2 by @kentwelcome in #884
- [Chore] improve telemetry usage and run event by @popcornylu in #887
Full Changelog: v0.33.0...v0.34.0-rc.1
v0.33.1
- [Chore] Fix unit-test failed by dbt-core 1.6.2
Full Changelog: v0.33.0...v0.33.1
v0.33.0
What's new in PipeRider v0.33.0
Released on 09-07-2023
Breaking Changes 💥
- We skip the metric queries for the legacy semantic layer (available on dbt v1.5 or lower). To use the metric query feature, please see the semantic layer migration document provided by dbt.
New Features 🌟
- Added support for the dbt 1.6 metric. Now you can leverage the latest dbt semantic layer to analyze the impact #870
Improvements 🌱
- Folded all resources in the sidebar by default for improved user experience. #874
- Updated version requirements for Snowflake dependencies to ensure compatibility. #863
- Updated BigQuery dependencies to keep the project up-to-date. #864
- Reduced the file size of
run.json
to speed up the report upload time, improving overall performance. #862
Bug Fixes 🔧
- Fixed a NoneType error that occurred when the Piperider config file was empty. #860
- Addressed a bug that caused a TypeError when generating comparisons with impacted models exceeding 50. This issue is now fixed. #878
- Fixed a bug in the
upgrade_schema
function to ensure metrics data is preserved correctly. #871 - Resolved an issue where a null time dimension expression was causing problems. This issue is now fixed. #877
- Added warnings and hints for legacy metrics, improving user guidance. #867
- Added a warning to the impact summary for better clarity. #868
- Addressed a bug related to the initialization of a keyword argument, fixing the TypeError. #873
- Tuned Piperider CLI startup speed for a more efficient user experience. #869
Get in touch ❤️
We'd love your feedback! Send us a message via Intercom on piperider.io, join our Discord, report an issue on GitHub, or send us a good old-fashioned email
All changes
What's Changed
- [Release] Bump version 0.33.0 by @wcchang1115 in #861
- [Feature] Support the basic dbt 1.6 metric by @wcchang1115 in #870
- [Feature] Fold all resources in the sidebar by default by @popcornylu in #874
- [Feature] Add metric 1.6 to implicit change by @popcornylu in #876
- [Feature] Add restriction to dbt 1.6 metric support by @wcchang1115 in #875
- [Chore] Update version requirements to snowflake dependencies by @qrtt1 in #863
- [Chore] Update bigquery denpendencies by @qrtt1 in #864
- [Chore] sc-32147 Reduce the file size of
run.json
to speed up the report upload time by @kentwelcome in #862 - [Chore] tuning piperider cli startup speed by @qrtt1 in #869
- [Bug] sc-32142 Throw NoneType error when piperider config file is empty by @kentwelcome in #860
- [Bug] Add warning and hint for legacy metrics by @qrtt1 in #867
- [Bug] add warning at impact summary by @qrtt1 in #868
- [Bug] Fix upgrade_schema bug to keep metrics data by @qrtt1 in #871
- [Bug] Add semantic models to lineage graph by @popcornylu in #872
- [Bug] TypeError: init() got an unexpected keyword argument "execut… by @popcornylu in #873
- [Bug] Fix null time dimension expression by @wcchang1115 in #877
- [Bug] comparison generating failed when impacted models are more than 50 by @popcornylu in #878
- [Chore] sc-32247 Fallback to use temp folder to store profile.yml by @kentwelcome in #879
Full Changelog: v0.32.0...v0.33.0
v0.33.0-rc.3
What's Changed
- [Release] Bump version 0.33.0 by @wcchang1115 in #861
- [Feature] Support the basic dbt 1.6 metric by @wcchang1115 in #870
- [Feature] Fold all resources in the sidebar by default by @popcornylu in #874
- [Feature] Add metric 1.6 to implicit change by @popcornylu in #876
- [Feature] Add restriction to dbt 1.6 metric support by @wcchang1115 in #875
- [Chore] Update version requirements to snowflake dependencies by @qrtt1 in #863
- [Chore] Update bigquery denpendencies by @qrtt1 in #864
- [Chore] sc-32147 Reduce the file size of
run.json
to speed up the report upload time by @kentwelcome in #862 - [Chore] tuning piperider cli startup speed by @qrtt1 in #869
- [Bug] sc-32142 Throw NoneType error when piperider config file is empty by @kentwelcome in #860
- [Bug] Add warning and hint for legacy metrics by @qrtt1 in #867
- [Bug] add warning at impact summary by @qrtt1 in #868
- [Bug] Fix upgrade_schema bug to keep metrics data by @qrtt1 in #871
- [Bug] Add semantic models to lineage graph by @popcornylu in #872
- [Bug] TypeError: init() got an unexpected keyword argument "execut… by @popcornylu in #873
- [Bug] Fix null time dimension expression by @wcchang1115 in #877
- [Bug] comparison generating failed when impacted models are more than 50 by @popcornylu in #878
- [Chore] sc-32247 Fallback to use temp folder to store profile.yml by @kentwelcome in #879
Full Changelog: v0.32.0...v0.33.0-rc.3