# What's new in PipeRider v0.19.0 #### Released on 02-16-2023 PipeRider version 0.19.0 is out now, a new compare command, dbt-native installation, and a new sidebar. ## :rocket: Introducing the new compare command Compare the changes you made in a new branch with just one command. ```piperider compare``` This automatically triggers to run both dbt and piperider in the current branch and will compare it to the `main` branch, and then generates a HTML comparison report and markdown summary. In case you want to change the base branch to compare it to, you can create a 'recipe': ```piperider compare --recipe <recipe>``` Recipes are stored in `.piperider/compare/<recipe>.yml` with the default configuration as `default.yml` ## :wrench: Easy dbt-native installation 1. Implicit data sources derived from dbt profiles 2. Profile all models by default (rather than all tables in the target schema) 3. Allows to tag a model as profiling candidate 4. Use dbt list to select model for piperider Additionally, we have multi-thread support as configured in the [dbt profile](https://docs.getdbt.com/docs/get-started/connection-profiles#setting-up-your-profile) ## :art: Sidebar update Navigate to any pages in the report in the sidebar. ## :alert: Breaking Changes For any dbt project, the `piperider run` command will be deprecated. You can still manually configure a non-dbt data source for data profiling. ![](https://i.imgur.com/bVAbtW4.png) ## Get in touch :heart: We'd love your feedback! Send us a message via Intercom on [piperider.io](https://piperider.io), join our [Discord](https://discord.gg/xKxsdPx4d5), report an issue on [GitHub](https://github.com/InfuseAI/piperider/issues), or send us a good old-fashioned [email](mailto:product@infuseai.io) ---- <details> <summary>All changes</summary> * Please enter all changes here </details>