This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
2.6.0
- New: Add Buildkite Pipeline bindings under the
slack.cli.buildkite
package. Note this package is subject to API changes as we iterate on it. This is for use with generating dynamic buildkite pipelines. - Enhancement: Introduce more modern
Path
walking APIs withFileVisitorBuilder.skipBuildAndCacheDirs()
,Path.walkEachFile()
,Sequence<Path>.filterByExtension(extension: String)
, andSequence<Path>.filterByName(name: String)
extensions. - Update xmlutil to
0.86.3
. - Update okio to
3.7.0
.
What's Changed
- Use more modern path walking APIs by @ZacSweers in #83
- Add buildkite bindings by @ZacSweers in #84
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #88
- Bump xmlutil from 0.86.2 to 0.86.3 by @dependabot in #87
- Bump com.google.devtools.ksp from 1.9.21-1.0.15 to 1.9.21-1.0.16 by @dependabot in #86
- Bump com.squareup.okio:okio from 3.6.0 to 3.7.0 by @dependabot in #89
- More misc binding cleanup by @ZacSweers in #85
Full Changelog: 2.5.4...2.6.0