Releases: slackapi/slack-cli
Releases · slackapi/slack-cli
v3.8.0
What's Changed
🚀 Enhancements
- feat: output a list of samples for a language with the samples command by @zimeg in #192
- feat: deprecate the "branch" and "template" flag for the samples command by @zimeg in #193
📚 Documentation
- docs: release 09-11-25 by @technically-tracy in #224
- docs: add hooks specification to the sidebar by @zimeg in #174
🤖 Build
- build(deps): bump github.com/spf13/afero from 1.14.0 to 1.15.0 by @dependabot[bot] in #220
- build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 by @dependabot[bot] in #221
- build(deps): bump golang.org/x/mod from 0.27.0 to 0.28.0 by @dependabot[bot] in #219
- build(deps): bump golang.org/x/text from 0.28.0 to 0.29.0 by @dependabot[bot] in #222
- build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 by @dependabot[bot] in #227
- build(deps): bump promiseofcake/circleci-trigger-action from 2.0.1 to 2.0.2 by @dependabot[bot] in #230
🧪 Testing/Code Health
- test(ci): run the installation tests on circleci by @zimeg in #225
- build: make releases with a "make tag" build command by @zimeg in #228
- build: run the docgen command with make tag release by @zimeg in #229
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
🚀 Enhancements
- feat: add search app feature to the app manifest by @zimeg in #210
- feat: install to $HOME/.local/bin if writes to /usr/local/bin fail by @zimeg in #188
📚 Documentation
- docs: release 08-28-25. by @technically-tracy in #204
🤖 Build
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #206
- build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #207
- build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.9 by @dependabot[bot] in #209
- build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #208
- build(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 by @dependabot[bot] in #212
- build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #213
- build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #214
🧪 Testing/Code Health
- build(deps): bump golang to 1.25.1 by @slack-cli-releaser[bot] in #211
- ci(fix): add circleci pipeline definition to manual e2e tests by @zimeg in #200
Full Changelog: v3.6.1...v3.7.0
v3.6.1-zimeg-feat-cmd-extension-feature
Full Changelog: v3.6.1...v3.6.1-zimeg-feat-cmd-extension-feature
v3.6.1-zimeg-feat-cmd-extension
Full Changelog: v3.6.1...v3.6.1-zimeg-feat-cmd-extension
v3.6.1
What's Changed
🚀 Enhancements
🐛 Bug Fixes
📚 Documentation
- docs: release 08-14-25 by @technically-tracy in #190
- docs: list flags before examples in generated reference by @zimeg in #195
- docs: updates cli reference docs by @lukegalbraithrussell in #198
🤖 Build
- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 by @dependabot[bot] in #186
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #187
- build(deps): bump promiseofcake/circleci-trigger-action from 1.7.9 to 2.0.1 by @dependabot[bot] in #196
- build(deps): remove unused indirect dependencies by @slack-cli-releaser[bot] in #201
- build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #202
🧪 Testing/Code Health
- build(deps): bump golang to 1.24.6 by @slack-cli-releaser[bot] in #177
- build(deps): bump golang to 1.25.0 by @slack-cli-releaser[bot] in #191
Full Changelog: v3.6.0...v3.6.1
v3.6.0-zimeg-build-x-version
What's Changed
🐛 Bug Fixes
📚 Documentation
- docs: release 08-14-25 by @technically-tracy in #190
- docs: list flags before examples in generated reference by @zimeg in #195
🤖 Build
- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 by @dependabot[bot] in #186
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #187
🧪 Testing/Code Health
- build(deps): bump golang to 1.24.6 by @slack-cli-releaser[bot] in #177
Full Changelog: v3.6.0...df96c7a
v3.6.0-ci-generate-cli-reference-docs
What's Changed
🚀 Enhancements
🐛 Bug Fixes
📚 Documentation
- docs: release 08-14-25 by @technically-tracy in #190
🤖 Build
- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 by @dependabot[bot] in #186
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #187
🧪 Testing/Code Health
- build(deps): bump golang to 1.24.6 by @slack-cli-releaser[bot] in #177
Full Changelog: v3.6.0...c4ea92e
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
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