Skip to content

chore(main): release intelligence-cloud-go 1.1.0#133

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--intelligence-cloud-go
Open

chore(main): release intelligence-cloud-go 1.1.0#133
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--intelligence-cloud-go

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Apr 14, 2026

🤖 I have created a release beep boop

1.1.0 (2026-04-14)

Features

  • A-10: add typed error hierarchy with sentinels and concrete types (1ed84e4)
  • A-12: add RetryPolicy and JitterStrategy (4d665c7)
  • A-14: add CallOption, ListOption, and shared config structs (5ea2445)
  • A-18: add generic Iterator[T] with PageInfo (5755f2a)
  • A-21: add Client struct and NewClient with functional options (ec20da9)
  • A-24: add telemetry helpers -- span name, attrs, redaction, log handler (8aa77fc)
  • A-26: wire default User-Agent from internal/version package (d8baa0d)
  • A-2: add Token struct and CredentialProvider interface (4138529)
  • A-4: add StaticToken credential provider (e99f8f1)
  • A-6: add RefreshFunc credential provider with expiry-aware cache (ea5891b)
  • B-10: implement MeService (42e86df)
  • B-12: implement ResellerService (d38c343)
  • B-14: implement AuthService.Login with OAuth error envelope handling (d50b54a)
  • B-16: implement AuditLogService.ListForReseller (ccb6b65)
  • B-18: implement ConnectorService with location and company scopes (dcbfbbd)
  • B-20: implement ProductService.List (e8a9d4e)
  • B-22: implement UserService.PatchCompany (cea0b6a)
  • C-11: add Transport RoundTripper composing auth, retry, OTel, slog, redaction, error mapping (7a570af)
  • C-16: add operation-context plumbing (dd4c7bd)
  • C-2: add transport redaction helpers (c80ce67)
  • C-4: add retry decision function with Retry-After parsing (054eaeb)
  • D-12: implement main entry, root cmd, and version subcommand (98a4f10)
  • D-14: implement tui/BuildClient (7c49fcb)
  • D-18: implement profile subcommand tree (708686b)
  • D-20: implement resellers CLI subcommand with destructive preview (efbb5be)
  • D-21: implement me CLI subcommand (c1f9dc8)
  • D-26: implement completion subcommand for bash/zsh/fish/powershell (7b15025)
  • D-2: implement SecretStore with keychain and file backends (eff188a)
  • D-31: add SIGINT handling for graceful shutdown (94b51e0)
  • D-4: implement Profile store with 0600 config.yaml (6a4cdf9)
  • D-6: implement JSON, table, and error formatters with exit-code mapping (f1b6196)
  • D-9: implement DestructivePreview and confirmation prompt (6e0745d)
  • E-24: add internal/version package with ldflags-injected version (7407047)
  • Intelligence Cloud Go SDK and CLI foundation (IDB-1353) (328fb48)
  • Intelligence Cloud Go SDK and CLI foundation (IDB-1353) (328fb48)
  • wire shell completion subcommand into root cmd (61a241d)

Bug Fixes

  • pin olekukonko/tablewriter to v0.0.5 (pre-v1 stable API) (96d7fe7)
  • rebuild go.mod/go.sum after Wave 3 merge-conflict resolution (78b01cc)
  • resolve all lint issues and fix CI golangci-lint configuration (fbdaf42)
  • resolve AuditLogEntry duplicate declaration from Wave 2 merge (4b346a0)

Documentation

  • A-27: add auth package doc (591f5e1)
  • add root package doc.go with usage overview (460632f)
  • B-6: document OpenAPI 3.1 codegen collision as known issue (50cde9e)
  • B-8: add generated package doc (18d27bc)
  • E-11: add SECURITY.md with disclosure policy (350bd39)
  • E-12: add README with badges, install, SDK and CLI quickstarts (0eaedb9)
  • E-14: add CONTRIBUTING.md (4c7356a)
  • E-15: seed CHANGELOG.md for release-please (e6b692f)
  • E-16: add MIT LICENSE (2c31274)
  • vault: add guides (SDK + CLI quickstarts, Contributing, Releasing) (a744cff)
  • vault: add operations notes (compliance controls, security posture, observability runbook) (d35bb03)
  • vault: add project notes (roadmap, status, constitution, issues) (6ea1d1f)
  • vault: add reference notes (glossary, errors, retry, pagination, auth, operation IDs) (2aaf11f)
  • vault: scaffold Obsidian vault with architecture and ADRs (3820477)

Miscellaneous

  • 001-sdk-cli-foundation: release 1.0.0 (143d0c4)
  • 001-sdk-cli-foundation: release 1.0.0 (dbbfe25)
  • B-23: scaffold Company/Location/Vertical service files (92a9d1a)
  • B-4: pin initial OpenAPI snapshot from intelligence-cloud (718879d)
  • B-5: add oapi-codegen configuration (6eb73ed)
  • B-6: add scripts/codegen.sh and generated client/types (c3f5e2e)
  • B-7: add scripts/pull-openapi.sh (54fe14c)
  • deps: Bump actions/checkout from 4 to 6 (ba2a704)
  • deps: Bump actions/checkout from 4 to 6 (bf60bd1)
  • deps: Bump actions/download-artifact from 4 to 8 (e151127)
  • deps: Bump actions/download-artifact from 4 to 8 (6e96b21)
  • deps: Bump actions/upload-artifact from 4 to 7 (91c29a2)
  • deps: Bump actions/upload-artifact from 4 to 7 (3b6be27)
  • deps: Bump golangci/golangci-lint-action from 6 to 9 (99581d2)
  • deps: Bump golangci/golangci-lint-action from 6 to 9 (bfd1edd)
  • E-10: add GitHub community files (CODEOWNERS, PR/issue templates) (564ed07)
  • E-17: add .goreleaser.yaml for cross-platform release (00addb0)
  • E-1: initialise go module for SDK + CLI (7e6a01a)
  • E-20: add markdownlint configuration (5fc8522)
  • E-21: update Makefile docs target (31f6c95)
  • E-2: add golangci-lint configuration with exported-symbol enforcement (5a5fe32)
  • E-4: add Makefile with developer targets (1d6deaf)
  • E-5: add Dependabot configuration for gomod and github-actions (443137a)
  • reconcile go.mod + go.sum after Wave 3 agent merges (48d98d9)

Code Refactoring

  • consolidate resource-service files into services.go (40b8023)
  • remove all scaffold code (Companies, Locations, Verticals) (f6a1c88)

Tests

  • A-11: add RetryPolicy defaults and validation tests (b07df32)
  • A-13: add CallOption and ListOption tests (3d9b297)
  • A-15: add Iterator lifecycle tests (56a3cf3)
  • A-16: add Iterator multi-page and PageInfo tests (0d58f5b)
  • A-17: add Iterator error and context-cancellation tests (99433e6)
  • A-19: add NewClient valid-construction tests (4b5b5d2)
  • A-1: add Token and CredentialProvider interface tests (922fa2b)
  • A-20: add NewClient validation-failure tests (cf1e644)
  • A-22: add span-name and attribute helper tests (bde847a)
  • A-23: add redacting slog handler tests (780aee8)
  • A-25: add default User-Agent format tests (0050454)
  • A-3: add StaticToken provider tests (06133f6)
  • A-5: add RefreshFunc caching and single-flight tests (26b7cad)
  • A-7,A-8,A-9,A-28: add error hierarchy tests (9b59232)
  • B-11: add ResellerService tests (c92cc81)
  • B-13: add AuthService tests (927ab78)
  • B-15: add AuditLogService tests (3b29954)
  • B-17: add ConnectorService tests (fae02a8)
  • B-19: add ProductService tests (d5faf22)
  • B-1: add drift test asserting operationId coverage of generated code (50247a1)
  • B-21: add UserService tests (b5a88f5)
  • B-2: add codegen idempotence check script (024442b)
  • B-3: add generated-package compilation test (6ee8947)
  • B-9: add MeService tests (1ecf09b)
  • C-12: add integration tests with in-memory OTel exporter (91f87d9)
  • C-13: add zero-cost no-tracer benchmark (d1c41ad)
  • C-1: add transport redaction helper tests (ac166a7)
  • C-3: add retry decision function tests (0a0dcce)
  • C-5,C-6,C-7,C-8,C-9,C-10,C-14,C-15: add Transport RoundTripper tests (97f9f48)
  • D-10: add root cmd global-flag and precedence tests (7b5342d)
  • D-11: add version subcommand tests (aa26d86)
  • D-13: add tui/BuildClient tests (95a3e1f)
  • D-17: add profile subcommand tests (1289f6a)
  • D-19: add resellers CLI subcommand tests (84aa90f)
  • D-1: add SecretStore tests (3db711a)
  • D-21: add me CLI subcommand tests (5491be5)
  • D-25: add shell completion tests (3fd7f7f)
  • D-27: add help contract enforcement test across full command tree (c5d7648)
  • D-28: add token-never-logged security invariant test (7c4b68f)
  • D-29: add quickstart Part B integration test (d8ddb79)
  • D-30: add file permissions audit test (e9e07f5)
  • D-3: add Profile store tests (b78a953)
  • D-5: add output formatter tests (aa85626)
  • D-7: add DestructivePreview tests (d168bcd)
  • D-8: add confirmation prompt tests (26ba4c8)

CI/CD

  • E-18: add release workflow with goreleaser and cosign signing (f50d683)
  • E-19: add scheduled OpenAPI drift detection workflow (daf44d2)
  • E-23: add release-please for conventional-commit-driven auto-semver (00d4f4a)
  • E-25: add PR conventional-commit title lint to CI (83dffdc)
  • E-3: add CI workflow with gated lint/security/static/test/coverage/codegen-drift/build-matrix pipeline (58033d6)
  • exclude generated code from coverage gate (722040e)
  • make govulncheck advisory (continue-on-error) (edc0b79)
  • restructure pipeline into 3 clear steps (d5cdb2c)
  • trigger fresh CI run (a608be0)
  • trigger release-please after enabling PR creation permission (22f144c)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--intelligence-cloud-go branch from 2763926 to 3e9e82b Compare April 14, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants