Releases: SierraSoftworks/automate
Releases · SierraSoftworks/automate
Version 1.1.3
What's Changed
Maintenance
- chore(deps): Bump todoist-api from 0.3.1 to 1.0.0-alpha.1
- chore(deps): Bump toml from 1.0.0+spec-1.1.0 to 1.0.1+spec-1.1.0 @dependabot[bot] (#61)
- chore(deps): Bump clap from 4.5.57 to 4.5.58 @dependabot[bot] (#60)
- chore(deps): Bump toml from 0.9.12+spec-1.1.0 to 1.0.0+spec-1.1.0 @dependabot[bot] (#59)
- chore(deps): Bump toml from 0.9.11+spec-1.1.0 to 0.9.12+spec-1.1.0 @dependabot[bot] (#58)
- chore(deps): Bump tracing-batteries from
0b25495to527f84fin the opentelemetry group @dependabot[bot] (#57) - chore(deps): Bump tracing-batteries from
3bd097cto0b25495in the opentelemetry group @dependabot[bot] (#56) - chore(deps): Bump time from 0.3.44 to 0.3.47 @dependabot[bot] (#55)
- chore(deps): Bump tracing-batteries from
da67a77to3bd097cin the opentelemetry group @dependabot[bot] (#54) - chore(deps): Bump tracing-batteries from
c48c8a6toda67a77in the opentelemetry group @dependabot[bot] (#53) - chore(deps): Bump bytes from 1.11.0 to 1.11.1 @dependabot[bot] (#52)
- chore(deps): Bump regex from 1.12.2 to 1.12.3 @dependabot[bot] (#51)
- chore(deps): Bump clap from 4.5.56 to 4.5.57 @dependabot[bot] (#50)
- chore(deps): Bump clap from 4.5.55 to 4.5.56 @dependabot[bot] (#49)
- chore(deps): Bump tracing-batteries from
a72eb6etoc48c8a6in the opentelemetry group @dependabot[bot] (#48) - chore(deps): Bump clap from 4.5.54 to 4.5.55 @dependabot[bot] (#47)
Version 1.1.2
What's Changed
- chore(deps): Update codebase for human-errors v0.2.3 API changes @copilot-swe-agent[bot] (#33)
Maintenance
- chore(deps): Bump uuid from 1.19.0 to 1.20.0 @dependabot[bot] (#46)
- chore(deps): Bump release-drafter/release-drafter from 6.1.1 to 6.2.0 @dependabot[bot] (#45)
- chore(deps): Bump futures-concurrency from 7.7.0 to 7.7.1 @dependabot[bot] (#44)
- chore(deps): Bump release-drafter/release-drafter from 6.1.0 to 6.1.1 @dependabot[bot] (#43)
- chore(deps): Bump tracing-batteries from
8f11fd2toa72eb6ein the opentelemetry group @dependabot[bot] (#41) - chore(deps): Bump chrono from 0.4.42 to 0.4.43 @dependabot[bot] (#42)
- chore(deps): Bump tracing-batteries from
2af5a35to8f11fd2in the opentelemetry group @dependabot[bot] (#40) - chore(deps): Bump futures-concurrency from 7.6.3 to 7.7.0 @dependabot[bot] (#39)
- chore(deps): Bump toml from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 @dependabot[bot] (#38)
- chore(deps): Bump tracing-batteries from
3a8d27ato2af5a35in the opentelemetry group @dependabot[bot] (#37) - chore(deps): Bump serde_json from 1.0.148 to 1.0.149 @dependabot[bot] (#34)
- chore(deps): Bump human-errors from 0.2.2 to 0.2.3 @dependabot[bot] (#31)
- chore(deps): Bump clap from 4.5.53 to 4.5.54 @dependabot[bot] (#32)
- chore(deps): Bump tokio from 1.48.0 to 1.49.0 @dependabot[bot] (#30)
- chore(deps): Bump tracing-batteries from
32be096to3a8d27ain the opentelemetry group @dependabot[bot] (#29) - chore(deps): Bump serde_json from 1.0.147 to 1.0.148 @dependabot[bot] (#28)
Version 1.1.1
What's Changed
Maintenance
- chore(deps): Bump serde_json from 1.0.146 to 1.0.147 @dependabot[bot] (#27)
- chore(deps): Bump todoist-api from 0.3.0 to 0.3.1 @dependabot[bot] (#25)
- chore(deps): Bump tracing-batteries from
e47b1d1to32be096in the opentelemetry group @dependabot[bot] (#24)
Version 1.1.0
What's Changed
- feat: Added support for using a
.envfile to store secrets which should be loaded at runtime (separating them from the config file itself). - feat: Added support for using
${{ env.VAR_NAME }}to interpolate environment variables into your configuration file at runtime.
Version 1.0.12
What's Changed
- fix: Resolve issues handling Terraform webhook notifications which are missing a user
Version 1.0.11
What's Changed
- Improved the OAuth setup experience with a nice login button
- Reduced trace depth for Spotify scheduled jobs
Version 1.0.10
What's Changed
- fix: Resolve an issue with the handling of Terraform webhooks
Version 1.0.9
What's Changed
- fix: Resolve an issue with adding items to Spotify playlists
Version 1.0.8
What's Changed
This release adds support for automatically adding Spotify liked tracks to a ${year} Liked Songs playlist. To set it up, you'll need to configure the [oauth2.spotify] entry as follows:
[oauth2.spotify]
name = "Spotify"
jobs = ["workflow/spotify-yearly-playlist"]
client_id = "...."
client_secret = "..."
auth_url = "https://accounts.spotify.com/authorize"
token_url = "https://accounts.spotify.com/api/token"
scopes = [
"user-library-read",
"playlist-modify-public",
"playlist-modify-private"
]Then visit https://your.automate.url/oauth/spotify/setup to sign-in and authorize your Spotify account.
Maintenance
- chore(deps): Bump reqwest from 0.12.26 to 0.12.27 @dependabot[bot] (#23)
- chore(deps): Bump serde_json from 1.0.145 to 1.0.146 @dependabot[bot] (#22)
- chore(deps): Bump toml from 0.9.9+spec-1.0.0 to 0.9.10+spec-1.1.0 @dependabot[bot] (#21)
- chore(deps): Bump the opentelemetry group with 2 updates @dependabot[bot] (#20)
Version 1.0.7
What's Changed
This release adds support for automatically adding Spotify liked tracks to a ${year} Liked Songs playlist. To set it up, you'll need to configure the [oauth2.spotify] entry as follows:
[oauth2.spotify]
name = "Spotify"
jobs = ["workflow/spotify-yearly-playlist"]
client_id = "...."
client_secret = "..."
auth_url = "https://accounts.spotify.com/authorize"
token_url = "https://accounts.spotify.com/api/token"
scopes = [
"user-library-read",
"playlist-modify-public",
"playlist-modify-private"
]Then visit https://your.automate.url/oauth/spotify/setup to sign-in and authorize your Spotify account.
Maintenance
- chore(deps): Bump reqwest from 0.12.26 to 0.12.27 @dependabot[bot] (#23)
- chore(deps): Bump serde_json from 1.0.145 to 1.0.146 @dependabot[bot] (#22)
- chore(deps): Bump toml from 0.9.9+spec-1.0.0 to 0.9.10+spec-1.1.0 @dependabot[bot] (#21)
- chore(deps): Bump the opentelemetry group with 2 updates @dependabot[bot] (#20)