Skip to content

Releases: ethpandaops/xatu

v0.0.14

11 Jan 23:55
224319e
Compare
Choose a tag to compare

Changelog

  • c669406 Merge pull request #27 from ethpandaops/feat/detect-head
  • d01aa27 Merge pull request #30 from ethpandaops/feat/discovery
  • f04027e Merge pull request #32 from ethpandaops/refactor/xatu-server-services
  • 0cfbfce Merge pull request #34 from ethpandaops/feat/grpc-headers
  • 1a26c27 Merge pull request #35 from ethpandaops/feat/docs
  • b874c2f Merge pull request #36 from ethpandaops/feat/event-root
  • 8c70dfd Merge pull request #37 from ethpandaops/feat/execution-mimicry
  • cb16c76 Merge pull request #38 from ethpandaops/feat/discovery-status
  • 72729f7 Merge pull request #39 from ethpandaops/fix/go-ole
  • 224319e Merge pull request #40 from ethpandaops/chore/update
  • 36b05d8 chore: update modules
  • 08fa0d3 feat(discovery): add grpc outgoing headers
  • c0d71eb feat(discovery): add node discovery v5
  • a089fdc feat(discovery): execution status
  • 109a0e1 feat(docs): cleanup and add server docs
  • 8c66a34 feat(event-ingester): move client event meta to root
  • 19b0153 feat(mimicry): execution client
  • 4ef1f4e feat(output): add xatu grpc outgoing headers
  • 90bd89e feat(sentry): Additional sync checks before sending events
  • 1f391d1 feat(sentry): Use ethwallclock (#33)
  • a7ed008 feat: drop IsSyncing check
  • bb080bf fix(build): windows go-ole fixes
  • d1c2a40 fix(ci): avoid building windows arm
  • b8909fb fix(docs): mode format
  • 9ff813f merge master
  • ae6e83d refactor(server): Seperate server in to services
  • 2cf4a77 refactor(server): Seperate server in to services

v0.0.13

30 Nov 04:34
bf9ecd6
Compare
Choose a tag to compare

What's Changed

  • feat(server): Initial gRPC server by @samcm in #28
  • feat(server): Add metrics by @samcm in #29
  • feat(output): HTTP Gzip compression by @samcm in #31

Full Changelog: v0.0.12...v0.0.13

v0.0.12

25 Nov 03:28
3f7c6ae
Compare
Choose a tag to compare

What's Changed

  • feat(sentry): Trim high cardinality strings by @samcm in #26

Full Changelog: v0.0.11...v0.0.12

v0.0.11

24 Nov 01:52
01ed43e
Compare
Choose a tag to compare

What's Changed

  • feat(sentry): set ntp default server to gcp by @Savid in #25

Full Changelog: v0.0.10...v0.0.11

v0.0.10

23 Nov 06:35
913cd89
Compare
Choose a tag to compare

What's Changed

  • fix(sentry): Derive ethereum network from genesis root by @samcm in #24

Full Changelog: v0.0.9...v0.0.10

v0.0.9

23 Nov 06:00
96a64a3
Compare
Choose a tag to compare

What's Changed

  • feat(sentry): Derive network dynamically by @samcm in #19
  • feat: Bump beacon to v0.7.0 by @samcm in #20
  • feat(sentry): Generate UUID on bootup by @samcm in #21
  • feat(sentry): Forward voluntary_exit events by @samcm in #22
  • feat(sentry): Support contribution_and_proof by @samcm in #23

Full Changelog: v0.0.8...v0.0.9

v0.0.8

21 Nov 03:52
070cc17
Compare
Choose a tag to compare

Changelog

  • a4cf23d Merge pull request #17 from ethpandaops/feat/dedup
  • 070cc17 Merge pull request #18 from ethpandaops/fix/goreleaser-action
  • 33c336e feat(sentry): dedupe events
  • 0fc12e9 fix(ci): set go version to 1.18

v0.0.7

16 Nov 07:11
eb1e222
Compare
Choose a tag to compare

What's Changed

  • fix(sentry): apply defaults to sink config by @Savid in #14
  • feat: docs by @Savid in #15
  • feat(sentry): wait for beacon node to sync by @Savid in #16

Full Changelog: v0.0.6...v0.0.7

v0.0.6

14 Nov 06:37
b984936
Compare
Choose a tag to compare

Changelog

  • ac5986d Merge pull request #12 from ethpandaops/chore/tidy
  • b984936 Merge pull request #13 from ethpandaops/fix/output-max-export-batch-size
  • ce5da0a chore(gomod): prom client
  • 249d837 fix(sentry): http max_export_batch_size config name

v0.0.5

14 Nov 05:48
9d51d9d
Compare
Choose a tag to compare

Changelog

  • 9d51d9d Merge pull request #11 from ethpandaops/feat/metrics
  • 705090c feat(sentry): metrics