Skip to content

Releases: GoCodeAlone/workflow-plugin-salesforce

v0.2.4

24 May 21:51
Immutable release. Only release title and notes can be modified.
c24fbd3

Choose a tag to compare

Changelog

  • c24fbd3 chore: bump plugin.json to v0.2.4 + update download URLs (#17)

v0.2.3

24 May 20:45
Immutable release. Only release title and notes can be modified.
f375178

Choose a tag to compare

Changelog

  • f375178 chore(deps): bump workflow v0.64.0 (#15)
  • 189e7ef ci: bump wfctl pin v0.63.1 → v0.63.2 (workflow#765 implementation actually shipped) (#14)
  • 0669b58 ci: wire wfctl plugin verify-capabilities + bump wfctl pin to v0.63.1 (workflow#765) (#13)
  • 07551b8 chore: wire sdk.WithBuildVersion + release.yml validate-contract gate (workflow#764) (#12)
  • 12a5ea3 docs(salesforce): add examples/minimal/config.yaml (#11)
  • 381bc64 docs(salesforce): experimental banner + LICENSE check (QoL sweep) (#10)
  • 4cc4706 ci: add sync-plugin-version workflow (auto-bump plugin.json on tag) (#9)
  • 69dc2e1 chore: sync plugin.json version to latest tag v0.2.2 (#8)
  • c094670 docs: post-merge retro for strict-contracts PR #6 (#7)
  • 94ba9b4 feat: add strict-contracts (proto + ContractRegistry + CI) (#6)
  • 580e599 chore: bump workflow v0.51.7 (#4)
  • 76ab60f ci: publish GoReleaser drafts after artifact upload

v0.2.2

05 May 08:11
3a815e3

Choose a tag to compare

What's Changed

  • Migrate workflow-plugin-salesforce to strict plugin contracts by @Copilot in #2

New Contributors

  • @Copilot made their first contribution in #2

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Apr 14:42

Choose a tag to compare

Changelog

  • 44bd98c refactor: inject plugin version at build time via ldflags

v0.2.0

03 Apr 22:27

Choose a tag to compare

Changelog

  • d954451 fix: update CI Go version and remove local replace directives
  • c181a18 fix: empty base URL for client_credentials auth
  • 6ea13f8 feat: migrate to PramithaMJ/salesforce/v2 SDK
  • 1d9f455 test: add wftest integration tests
  • b106041 ci: upgrade goreleaser-action to v7, actions to latest
  • c632c4d ci: add CI workflow for push/PR
  • dcf36b8 chore: bump workflow engine to v0.3.51
  • 10b1ad9 ci: add registry notification on release
  • 90ec77d ci: make registry sync step non-blocking

v0.1.0

13 Mar 16:36

Choose a tag to compare

Changelog

  • 6164cf8 fix: correct goreleaser v2 config syntax
  • ebfa378 feat: complete salesforce plugin with goreleaser, plugin.json, and CI
  • 718aaa0 feat: initial implementation of workflow-plugin-salesforce
  • fa1629e Initial commit