Skip to content

Releases: Bandwidth/cli

v0.2.0-beta

09 Jun 18:31
34a6b48

Choose a tag to compare

Changelog

  • 34a6b48 Merge pull request #11 from Bandwidth/feat/cli-hardening
  • 70182e0 ci: bump Go to 1.26.4 to clear stdlib security advisories
  • afd8a54 ci: enforce documented command/flag correctness, drop toothless docs-check
  • 68555a6 ci: enforce gofmt via golangci-lint formatters block and reformat tree
  • 7b345b9 docs(quickstart): reconcile agent guidance with new VCP-path idempotency
  • ddb2632 feat(env): wire --environment flag into host selection; warn that messaging is production-only
  • 0946541 feat(quickstart): make all resource provisioning idempotent, incl. number ordering
  • b1df550 fix(env): show resolved --environment in the account hint
  • 3be4e8f fix(messaging): route messaging client through environment-aware host
  • f273028 fix(messaging): treat Messaging API as production-only (no test host)
  • a4965f9 fix(number): order --wait degrades gracefully when credential can't list TNs
  • 11138e3 fix(number): order requires SiteId + ExistingTelephoneNumberOrderType wrapper
  • bc2af18 fix(number): release requires DisconnectTelephoneNumberOrderType wrapper
  • 957370d fix(quickstart): correct number-order body, scope legacy orders to created sub-account
  • 150c9c7 fix(quickstart): correct order body, ensure sub-account+default location, retry VCP assign
  • 6657e70 fix(quickstart): emit partial state on failed VCP assignment instead of false success
  • f544495 fix(quickstart): fail clearly when a create response yields no ID
  • dcc684c fix(quickstart): scope VCP-assign retry, preserve timeout signal, correct docs
  • 70b096d fix(wait): map --wait timeouts to exit code 5 via ErrPollTimeout sentinel
  • 11a4f95 fix: address code review (messaging token realm, env validation, number lookup)
  • 8ceacba refactor(cmdutil): make VoiceClient an overridable var returning api.Requester
  • dc1f661 refactor(quickstart): share ensureVoiceApp helper across both paths

v0.1.1-beta

07 May 15:52
ec0b440

Choose a tag to compare

Changelog

  • e084320 Merge branch 'main' into feat/source-build-formula
  • ec0b440 Merge pull request #8 from Bandwidth/feat/source-build-formula
  • 717e52e Merge pull request #9 from Bandwidth/fix/profile-state-handling
  • f74a206 Switch Homebrew tap to a source-build formula
  • 0ad891b fix(auth): persist switched account into active profile
  • 4ffbe17 fix(config): apply BW_* env overlays at read time, not at load
  • 8b99591 fix(recording): write downloaded media with 0600 permissions

v0.1.0-beta

01 May 19:00
ff18ec0

Choose a tag to compare

Changelog

  • d9ca9fd Add Context7 ownership data
  • b2c237e Add ExitRateLimit and map 402/429 to specific exit codes
  • bfe353e Address PR review feedback
  • 2abfc0c Document Bandwidth Build account behavior in README and AGENTS.md
  • 9b5d200 Make 403 error handling consistent and Build-aware
  • a72b9f3 Merge branch 'main' into feat/number-activate
  • 670b327 Merge branch 'main' into feature/build-cli-improvements
  • c1406ec Merge pull request #4 from Bandwidth/fix/goreleaser-brew-formula-dir
  • 92a5327 Merge pull request #5 from Bandwidth/feature/build-cli-improvements
  • ff18ec0 Merge pull request #6 from Bandwidth/feat/number-activate
  • c361d96 Merge pull request #7 from Bandwidth/feat/add-context7-ownership
  • b053ab7 Persist JWT roles and express claim on login profile
  • 9b10648 Short-circuit message send preflight on Build accounts
  • 2074eff Simplify account-binding guidance at login
  • fbeff20 Surface account capabilities in auth status
  • b49a092 Use the customer-facing brand for account-type detection
  • a631dfb Write homebrew formula into Formula/ on the tap
  • 6a6c164 feat(number): add activate/deactivate for service-activation orders

v0.0.1-beta

17 Apr 18:48
744349d

Choose a tag to compare

Changelog

  • b22c09a Fix GoReleaser homebrew publish to actually use the PR flow
  • 4c137be Hello, world: initial code drop for the Bandwidth CLI
  • f2150c0 Merge pull request #1 from Bandwidth/feature/rebrand-to-cli
  • 744349d Merge pull request #3 from Bandwidth/fix/goreleaser-brew-pr-flow
  • 81d2d64 initial commit