Releases: PramithaMJ/salesforce
Releases · PramithaMJ/salesforce
v2.0.2
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.Unmarshalinsobjects/service.goUnmarshalJSON method - Fixed unchecked
json.Unmarshalinapex/service.goGetJSON and PostJSON methods - Fixed unchecked
json.Marshalandjson.Unmarshalintooling/service.goGetApexLogs method
CI/CD
- All golangci-lint checks now pass
Installation:
go get github.com/PramithaMJ/salesforce/v2@v2.0.2Full Changelog: v0.1.0...v2.0.2
v2.0.1 - Bug fixes, Search
What's Changed in v2.0.1
Bug Fixes
- Fixed 8 unchecked
json.Unmarshallint errors in:sobjects/service.gouiapi/service.goauth/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
- Documentation: https://pramithamj.github.io/salesforce/
- Go Reference: https://pkg.go.dev/github.com/PramithaMJ/salesforce
Installation
go get github.com/PramithaMJ/salesforce@v2.0.1