Skip to content

golink 26.05.05

Choose a tag to compare

@mudrii mudrii released this 05 May 04:06
· 69 commits to main since this release

golink 26.05.05 is the date-versioned release replacing the previous v1.0.0 tag.

Versioning convention:

  • Git tags use vYY.MM.DD so Go module installs remain valid.
  • Displayed release versions use YY.MM.DD.

Highlights:

  • LinkedIn OAuth login with native PKCE and standard OAuth 2.0 fallback.
  • Posts, comments, reactions, organization posting, social metadata, scheduling, batch operations, approval gates, plan/execute workflows, diagnostics, and JSON/JSONL/table/compact output modes.
  • Privacy-safe audit logging and HTTP record/replay redaction for tokens, URNs, emails, paths, and free-text payloads.
  • Agent skill for Codex/OpenAI agents, OpenClaw, Hermes, and other CLI-capable agents.
  • Homebrew formula updated to the date-based tag.

Install:

go install github.com/mudrii/golink@v26.05.05
brew install mudrii/golink/golink

Setup docs: see README.md and LINKEDIN_SETUP.md for LinkedIn Developer app scopes, redirect URI setup, OAuth flow selection, and troubleshooting.

Validation before release: make release-check passed.