Releases: segmentio/chamber
Releases · segmentio/chamber
Cleanup from merges/reverts of arm64 targets
What's Changed
- DEVPLAT-440 language clairfication update by @emmy-byrne-segment in #322
- Add support for darwin/arm64 (Apple Silicon M1) by @chrisgoffinet in #310
- Cleanup from merges/reverts of arm64 targets by @cmayeuxLob in #326
New Contributors
- @emmy-byrne-segment made their first contribution in #322
- @chrisgoffinet made their first contribution in #310
- @cmayeuxLob made their first contribution in #326
Full Changelog: v2.10.7...v2.10.8
improve `list-services` performance
Changed
- improve
list-services
performance by increasing page size in #321
Update README only - test github release with new token works
- Fix copiable code snippets in README.md: #316
Update README only - test github release with new token works
- Fix copiable code snippets in README.md: #316
Update README only - test github release with new token works
- Fix copiable code snippets in README.md: #316
Revert previous changes to fix broken release 2.10.2
Revert previous changes to fix broken release 2.10.2
v2.10.2
v2.10.1
v2.10.0: Update aws-sdk-go dependency to v1.38.22. (#304)
This release includes AWS SSO support, among other things. Updated via: ``` go get github.com/aws/[email protected] go mod tidy ```
v2.9.1
Fix go 1.15 build (#290) Fix "conversion from int to string yields a string of one rune, not a string of digits" error.