This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Releases: elastic/elastic-agent-shipper-client
Releases · elastic/elastic-agent-shipper-client
v0.5.0
What's Changed
- Remove
PersistedIndex
from thePublishReply
type by @rdner in #14 - jjbb: use fleet-ci by @v1v in #15
- Refactor NewValue, add tests by @fearful-symmetry in #16
- Add custom marshal implementation for protobuf value type by @fearful-symmetry in #17
Full Changelog: v0.4.0...v0.5.0
Add new parameter to the persisted index request
Merge pull request #12 from rdner/timer-interval Add `polling_interval` parameter to `PersistedIndexRequest`
Switch int->uint for some fields
It's a breaking change.
Add helper functions, new publish reply
Add helpers code from the original code * This includes `New*` functions copied from https://github.com/protocolbuffers/protobuf-go/blob/v1.28.0/types/known/structpb/struct.pb.go and adapted to our new type including the Timestamp support. * Also renamed `timestamp->timestamp_value` for consistency.
Initial release
The current API is copied from elastic/elastic-agent-shipper#69
CI is onboarded following this https://github.com/elastic/observability-robots/blob/main/docs/teams/ci/ci-onboarding.md