Skip to content

Releases: elastic/elastic-agent-client

v7.5.0

01 Nov 19:51
21e4fd8
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /dev-tools/v2tool by @dependabot in #88
  • Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #87
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #85
  • Add a README explaining the protocol design and include example messages by @cmacknz in #84
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 in /dev-tools/v2tool by @dependabot in #86

Full Changelog: v7.4.0...v7.5.0

v7.4.0

04 Sep 09:21
5c7929a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.3.0...v7.4.0

v7.3.0

11 Aug 17:52
c699c97
Compare
Choose a tag to compare

What's Changed

  • Migration to buildkite: cleanup Jenkins by @leo-ri in #79
  • Migration to Buildkite: cleanup ci directory by @leo-ri in #81
  • Add component-level configuration with go_max_procs limit by @rdner in #83

New Contributors

  • @rdner made their first contribution in #83

Full Changelog: v7.2.0...v7.3.0

v7.2.0

20 Jul 16:42
10662ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.2...v7.2.0

v7.1.2

01 Jun 11:48
622ed15
Compare
Choose a tag to compare

What's Changed

  • Move deprecated and future use messages into separate files. by @cmacknz in #64
  • Update x/net to v0.7.0. by @cmacknz in #71
  • Fix RPC error spinlock / clean up clientV2 by @faec in #70

New Contributors

  • @faec made their first contribution in #70

Full Changelog: v7.1.1...v7.1.2

v7.1.1

01 May 14:23
2c78dbf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.0...v7.1.1

v7.1.0

04 Apr 20:26
166fd1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.3...v7.1.0

v7.0.3

21 Dec 15:50
4477e3a
Compare
Choose a tag to compare

Overview

Fixes issue where sending an updated observed state when units are removed from the client is delayed until the next checkin timeout.

v7.0.1: Remove elastic/elastic-agent dependency (#48)

28 Nov 15:28
cccb8fe
Compare
Choose a tag to compare
The main go.mod requires elastic/elastic-agent because
it is used by v2tool. This causes users of elastic-agent-client
to fetch the elastic-agent repo unnecessarily. This is doubly
bad because the version of elastic-agent required does not
exist; it probably came from a branch?

Move v2tool to its own module to prevent this dependency
leaking to users of elastic-agent-client. Update the elastic-agent
module version, and adjust the v2tool code accordingly.