This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
Releases: cicadahq/release
Releases · cicadahq/release
v0.1.29
v0.1.28
Changes
- Remove dependency on
gh
cli and no longer required to auth to use - Added anonymous telemetry for tracking usage and crash reports
- You can opt out by setting the environment variable
CICADA_DISABLE_TELEMETRY=1
- Segment is being used for event tracking, the only event that is being tracked is the top level command .i.e "run", "init", "new", etc
- Sentry is being used for crash reporting, the default rust sentry integration is being used
- You can opt out by setting the environment variable
v0.1.27
v0.1.26
v0.1.25
Changes
- (BREAKING) - Many of the types have been reworked, I would encourage you to look at the git diff here to see all the changes:
cicadahq/cicada@68275b9 - Add ability to configure cache type
- Add ability to chose what happens when a job fails, by default the pipeline will exit
- Refactored secret API to make it use the new
Secret
class - Internally there were a lot of infra changes in this release so we should be able to release at a quicker pace again and with a more stable product 🚀