Skip to content

Releases: PramithaMJ/salesforce

v2.0.2

04 Feb 21:38

Choose a tag to compare

What's Changed

Breaking Changes (for import paths)

  • Module path changed to github.com/PramithaMJ/salesforce/v2
  • Users must update imports to use the new path:
    import "github.com/PramithaMJ/salesforce/v2"

Bug Fixes

  • Fixed unchecked json.Unmarshal in sobjects/service.go UnmarshalJSON method
  • Fixed unchecked json.Unmarshal in apex/service.go GetJSON and PostJSON methods
  • Fixed unchecked json.Marshal and json.Unmarshal in tooling/service.go GetApexLogs method

CI/CD

  • All golangci-lint checks now pass

Installation:

go get github.com/PramithaMJ/salesforce/v2@v2.0.2

Full Changelog: v0.1.0...v2.0.2

v2.0.1 - Bug fixes, Search

04 Feb 21:23

Choose a tag to compare

What's Changed in v2.0.1

Bug Fixes

  • Fixed 8 unchecked json.Unmarshal lint errors in:
    • sobjects/service.go
    • uiapi/service.go
    • auth/authenticator.go

Documentation

  • Added search functionality to docs website header
  • Updated logo to Salesforce cloud icon (removed box background)
  • All 16 documentation pages now have search

CI/CD

  • Added GitHub Actions workflow for Go build/test/lint
  • Matrix testing for Go 1.21, 1.22, 1.23

Links

Installation

go get github.com/PramithaMJ/salesforce@v2.0.1