These 3 commits are when the Protocol Buffers files have changed:
Commit: | 83a5b47 | |
---|---|---|
Author: | Christian G. Warden | |
Committer: | Christian G. Warden |
Add `pubsub subscribe` Command Initial support for subscribing to Change Data Capture and custom Platform Event channels using the Pub-Sub (gRPC) API. Defaults to getting the latest events for a channel. Has --earliest flag for starting at earliest available events and --replayid flag for starting after a specific replay id. The --changes flag can be used with Change Data Capture events to display only the changed fields. Based on the example in https://github.com/developerforce/pub-sub-api/tree/main/go
The documentation is generated from this commit.
Commit: | 83d16b2 | |
---|---|---|
Author: | Christian G. Warden |
Create Go Module Convert to go module. Remove vendored dependencies and git mirror of bitbucket.org/pkg/inflect to remove dependency on mercurial.
This commit does not contain any .proto
files.
Commit: | 157bd8e | |
---|---|---|
Author: | Christian G. Warden | |
Committer: | Christian G. Warden |
Fix Travis Builds Migrate from godep to dep. Vendor all dependencies. Fixes failure to fetch bitbucket.org dependencies. Update force repo to ForceCLI github org. Disable publishing build's to dcarroll's personal S3 bucket. Set go_import_path to builds from forks work. Build with go 1.9 to fix error with unqualified import in github.com/bmizerany/assert/example/point_test.go.