Piperider

Latest version: v0.41.0

Safety actively analyzes 640072 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 26

0.21.0

Released on 03-16-2023
- Change to use three-dot compare (instead of two-dot) in the piperider compare. see [github document](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests#three-dot-and-two-dot-git-diff-comparisons).
- Support multiple workspaces/projects in the PipeRider cloud

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:productinfuseai.io)



----


<details>
<summary>All changes</summary>


What's Changed
* [Release] Bump version 0.21.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/624
* [Feature] Will checkout to merge-base if base branch provided by kentwelcome in https://github.com/InfuseAI/piperider/pull/623
* [Feature] The sharing url changes to the same as original report url by popcornylu in https://github.com/InfuseAI/piperider/pull/625
* [Bug] Fix compatibility of inquirer v3.1.3 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/628


**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.20.0...v0.21.0


</details>

0.21.0rc.1

What's Changed
* [Release] Bump version 0.21.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/624
* [Feature] Will checkout to merge-base if base branch provided by kentwelcome in https://github.com/InfuseAI/piperider/pull/623
* [Feature] The sharing url changes to the same as original report url by popcornylu in https://github.com/InfuseAI/piperider/pull/625
* [Bug] Fix compatibility of inquirer v3.1.3 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/628


**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.20.0...v0.21.0-rc.1

0.20.1

Fix bug when upload report to cloud if there is no default project.

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.20.0...v0.20.1

0.20.0

Released on 03-07-2023
- Improve the cloud signup process.
- Support multiple workspaces/projects in the PipeRider cloud
- The `pipeirder compare` command supports PipeRider cloud

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:productinfuseai.io)



----


<details>
<summary>All changes</summary>


What's Changed
* [Release] Bump version 0.20.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/612
* [Feature] Refine signup signin flow for cli by wcchang1115 in https://github.com/InfuseAI/piperider/pull/596
* [Feature] sc-30488 Implement --upload and --share options for compare by kentwelcome in https://github.com/InfuseAI/piperider/pull/614
* [Feature] Rename organization to workspace by qrtt1 in https://github.com/InfuseAI/piperider/pull/600
* [Feature] sc-30606 Select project when signup or login by kentwelcome in https://github.com/InfuseAI/piperider/pull/617
* [Feature] warning users are reading report in non-supported mobile device by qrtt1 in https://github.com/InfuseAI/piperider/pull/618
* [Feature] sc-30645 Update select-project and list-projects command by kentwelcome in https://github.com/InfuseAI/piperider/pull/616
* [Feature] Upgrade to api v2 by qrtt1 in https://github.com/InfuseAI/piperider/pull/622
* [Chore] remove unused libs by jonycfu in https://github.com/InfuseAI/piperider/pull/620
* [Bug] Compatible with duckdb 0.7.x while checking dbt manifest compatibility by ctiml in https://github.com/InfuseAI/piperider/pull/613
* [Bug] Add tracking-event for mobile-device warning by qrtt1 in https://github.com/InfuseAI/piperider/pull/621


**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.19.0...v0.20.0


</details>

0.20.0rc.1

What's Changed
* [Release] Bump version 0.20.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/612
* [Feature] Refine signup signin flow for cli by wcchang1115 in https://github.com/InfuseAI/piperider/pull/596
* [Feature] sc-30488 Implement --upload and --share options for compare by kentwelcome in https://github.com/InfuseAI/piperider/pull/614
* [Feature] Rename organization to workspace by qrtt1 in https://github.com/InfuseAI/piperider/pull/600
* [Feature] sc-30606 Select project when signup or login by kentwelcome in https://github.com/InfuseAI/piperider/pull/617
* [Feature] warning users are reading report in non-supported mobile device by qrtt1 in https://github.com/InfuseAI/piperider/pull/618
* [Feature] sc-30645 Update select-project and list-projects command by kentwelcome in https://github.com/InfuseAI/piperider/pull/616
* [Feature] Upgrade to api v2 by qrtt1 in https://github.com/InfuseAI/piperider/pull/622
* [Chore] remove unused libs by jonycfu in https://github.com/InfuseAI/piperider/pull/620
* [Bug] Compatible with duckdb 0.7.x while checking dbt manifest compatibility by ctiml in https://github.com/InfuseAI/piperider/pull/613
* [Bug] Add tracking-event for mobile-device warning by qrtt1 in https://github.com/InfuseAI/piperider/pull/621


**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.19.0...v0.20.0-rc.1

0.19.1

- Compatible with duckdb 0.7.x while checking dbt manifest compatibility

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.19.0...v0.19.1

Page 13 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.