Releases: k-capehart/go-salesforce
Releases · k-capehart/go-salesforce
v1.0.3
What's Changed
- feat: authenticate with access token by @k-capehart in #36
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- add linting and fix linting issues by @k-capehart in #30
- add file system abstraction to enable more testing by @k-capehart in #31
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- add go report card and license badge to readme by @k-capehart in #24
- update spacing in readme by @k-capehart in #25
- improve waiting for job results to finish for bulk operations by @k-capehart in #26
- validation fixes by @k-capehart in #27
- update contributing guidelines by @k-capehart in #28
- add client credentials flow to authentication by @k-capehart in #29
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- remove unnecessary conversion of csv files to maps by @k-capehart in #18
- issue19: switch argument order for bulk query by @k-capehart in #20
- issue19: update readme by @k-capehart in #21
- issue7 tests by @k-capehart in #22
- issue7 increase test coverage by @k-capehart in #23
Full Changelog: v0.2.0...v1.0.0
v0.2.0
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First release: Query, SObject operations (Insert, Update, Upsert, Delete), and Bulk v2
Full Changelog: https://github.com/k-capehart/go-salesforce/commits/0.1.0