Releases: slackapi/slack-cli
Releases · slackapi/slack-cli
v3.6.0-build-floating-version-feature
v3.6.0
What's Changed
🚀 Enhancements
- feat(bolt-install): support using 'install' command with remote manifests by @mwbrooks in #154
- feat: error if the runtime is not found with a missing hook by @zimeg in #167
🐛 Bug Fixes
- fix: order authentications by team domain in doctor command outputs by @zimeg in #175
- fix: URL checker uses HEAD instead of GET by @mwbrooks in #185
📚 Documentation
- docs: release 07-31-25 by @technically-tracy in #169
- Docs: updates links to point to
docs.slack.dev/tools*paths by @lukegalbraithrussell in #176 - docs: update tools.slack.dev refs to docs.slack.dev/tools by @mwbrooks in #183
🤖 Build
- build(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 by @dependabot[bot] in #180
- build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 by @dependabot[bot] in #181
- build(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 by @dependabot[bot] in #182
- build: generate windows dev and latest builds with uploaded releases by @zimeg in #171
- test: run the windows and unix test suites on release tags by @zimeg in #172
Full Changelog: v3.5.2...v3.6.0
v3.5.2-zimeg-fix-install-windows
What's Changed
🐛 Bug Fixes
📚 Documentation
- docs: release 07-31-25 by @technically-tracy in #169
Full Changelog: v3.5.2...v3.5.2-zimeg-fix-install-windows
v3.5.2
What's Changed
🚀 Enhancements
🐛 Bug Fixes
📚 Documentation
- docs: release 07-17-25 by @technically-tracy in #156
- docs: Update MAINTAINERS_GUIDE.md with golangci-lint command not found by @mwbrooks in #163
🤖 Build
- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #161
🧪 Testing/Code Health
- chore: default to bolt experiment behavior for app selection by @zimeg in #158
- refactor: join the app selector and team selector logic by @zimeg in #159
- chore: default to bolt-install experiment behavior for app selection by @zimeg in #162
- test: confirm app selection avoids regression after removing the bolt experiment by @zimeg in #164
Full Changelog: v3.5.1...v3.5.2
v3.5.1-mwbrooks-new-macbook
What's Changed
📚 Documentation
- docs: release 07-17-25 by @technically-tracy in #156
🤖 Build
- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #161
Full Changelog: v3.5.1...v3.5.1-mwbrooks-new-macbook
v3.5.1
What's Changed
🚀 Enhancements
📚 Documentation
- docs: fix example command references in enterprise docs by @amarinelli in #65
- docs: release 07-03-25 by @technically-tracy in #146
- docs: tweaks formatting to match rest of docs by @lukegalbraithrussell in #150
🤖 Build
- build(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in #151
- build(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 by @dependabot[bot] in #152
- build(deps): bump golang.org/x/mod from 0.25.0 to 0.26.0 by @dependabot[bot] in #153
- build(deps): bump promiseofcake/circleci-trigger-action from 1.7.8 to 1.7.9 by @dependabot[bot] in #155
🧪 Testing/Code Health
- chore: default to bolt experiment behavior for the 'project' subcommands by @zimeg in #141
- build(deps): bump golang to 1.24.5 by @slack-cli-releaser[bot] in #149
New Contributors
- @amarinelli made their first contribution in #65
- @technically-tracy made their first contribution in #146
Full Changelog: v3.5.0...v3.5.1
v3.5.0
What's Changed
🚀 Enhancements
- feat: include bolt for javascript and python in the 'samples' command by @zimeg in #139
- feat: accept the app name as an argument to the 'samples' command by @zimeg in #140
🐛 Bug Fixes
📚 Documentation
- docs: release 06-19-25 by @slackapi in #133
- docs: surround remediation flags with backticks for prompted feedback by @lukegalbraithrussell in #135
- Docs: cleans up Slack CLI reference docs with proper spaces by @slackapi in #136
- build: clone repository "docs" and configuration when syncing project docs by @lukegalbraithrussell in #145
🤖 Build
🧪 Testing/Code Health
- refactor(config): destructify config.GetProjectDirPath(fs, os) by @mwbrooks in #130
- refactor(config): destructify project-level getter and setters in package config by @mwbrooks in #138
Full Changelog: v3.4.0...v3.5.0
v3.4.0-docs-automated-sync-pr-130
What's Changed
📚 Documentation
- docs: release 06-19-25 by @slackapi in #133
- docs: surround remediation flags with backticks for prompted feedback by @lukegalbraithrussell in #135
Full Changelog: v3.4.0...v3.4.0-docs-automated-sync-pr-130
v3.4.0
What's Changed
🚀 Enhancements
- feat: include errors from the sdk in outputs of erroring hooks by @zimeg in #109
- feat: include target architecture of compiled builds in logstash events by @zimeg in #126
📚 Documentation
- docs: release 06-05-25 by @slackapi in #116
- docs: update install instructions and manifest update details by @slackapi in #122
🤖 Build
- build(deps): bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1 by @dependabot in #115
- build(deps): bump golang.org/x/mod from 0.24.0 to 0.25.0 by @dependabot in #118
- build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 by @dependabot in #117
- build(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2 by @dependabot in #121
- ci: move runner signing configurations into the circleci directory by @zimeg in #120
- build: package a development and latest build for darwin architectures by @zimeg in #114
- build: share releases of feature tags for install from pull requests by @zimeg in #125
- build: sign macos binaries for arm and amd architectures and universal packagings by @zimeg in #124
🧪 Testing/Code Health
- refactor: loop over a range of integers starting from zero in shorthand by @zimeg in #110
- build(deps): bump golang to 1.24.4 by @slack-cli-releaser in #119
- refactor: enable linter QF1003 'Convert if/else-if chain to tagged switch' by @mwbrooks in #123
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
🚀 Enhancements
- build: package for apple intel and apple silicon machines alongside universal binaries as fallback by @zimeg in #101
- feat(bolt-install): support using 'run' command with remote manifests by @mwbrooks in #111
- feat(bolt-install): enable bolt-install experiment by default by @mwbrooks in #112
🐛 Bug Fixes
- fix: removing .git from inside git template urls by @mwbrooks in #103
- fix: gather manifest info from the configured source after parsing flags by @zimeg in #113
📚 Documentation
- docs: details and updates regarding experiments by @slackapi in #97
- Docs: Release 05-22-25. by @slackapi in #107
- docs(revert): include details on the bolt-install experiment on the experiments page by @slackapi in #108
🧪 Testing/Code Health
- refactor: enable linter rule QF1004 for 'Use strings.ReplaceAll when possible' by @mwbrooks in #99
- ci: pin action hashes and escape variables with minimum permission by @zimeg in #100
- refactor: enable linter rule ST1023 for 'Redundant type in variable declaration' by @mwbrooks in #105
- test: add tests for slackdeps.NewFs() by @mwbrooks in #104
- test: fix tests to run in airplane mode (offline) by @mwbrooks in #102
Full Changelog: v3.2.0...v3.3.0