Skip to content

Releases: ethpandaops/dugtrio

v1.0.2

10 Nov 01:21
513e378
Compare
Choose a tag to compare

Changelog

  • 513e378 Merge pull request #1 from ethpandaops/barnabasbusa-patch-1
  • 6fcd2c3 add README.md
  • c4f3cfe add caplin client type
  • 39afc32 fix: Add content type

v1.0.1

11 Dec 19:05
a71c68b
Compare
Choose a tag to compare

Changelog

  • a71c68b added /healthcheck endpoint
  • 95f200d added grandine client type
  • ad989ca fix for client loop getting stuck in rare situations

v1.0.0

22 Nov 18:25
f53ce16
Compare
Choose a tag to compare

First stable Release 🎉

Changelog

  • f53ce16 add link to health page
  • 47f85b2 make specs check less strict

v0.0.3

03 Nov 05:27
b67daae
Compare
Choose a tag to compare

Changelog

  • 6437ae8 add X-Accel-Buffering header to event stream responses
  • b96e2fb added event stream support
  • bb2997c allow dynamic change of selected endpoint via header or url param
  • b67daae always do event stream logic for /eth/v1/events calls
  • d47fe9c do not reuse endpoint of other type for client specific apis
  • 59a2c72 fix parsing of X-Forwarded-For header
  • c38345a forward more eth related headers
  • 203c635 update session last event time on streamed event

v0.0.2

02 Nov 03:43
e7d73ef
Compare
Choose a tag to compare

Changelog

  • 3ca287d add some helpful dugtrio headers to proxy responses
  • e21c604 added client type detection
  • d17ec04 added default values for server config
  • 5aca61b added endpoint stickiness (reuse the same endpoint when possible)
  • 3ffa8df added prometheus metrics endpoint
  • 3924f83 added proxy support for client specific api endpoints
  • e7d73ef passthrough Eth-Consensus-Version header in proxied response

v0.0.1

27 Oct 17:29
6de79a1
Compare
Choose a tag to compare

Changelog

  • 1a7b740 added build & release actions
  • 0b42848 added config option for proxy call timeout
  • 886f31f added fork detection logic and show forks on health page
  • 234416b added index page
  • eabb49c added proxy session management & call limits
  • 6de79a1 changed favicon
  • 8528aae fix nil pointer panic in processBlockEvent
  • 7dac3f8 fixed cache cleanup
  • fb26b95 fixed proxy error when no endpoints are available
  • ce24e00 fronend file handler fix for non-debug mode
  • da68f14 implemented cache cleanup & show cached blocks on health page
  • fc73779 implemented simple proxy logic
  • af18963 initial project structure
  • be8af8a initial project structure
  • e02edf6 show clients on health page
  • d55d5f5 started client pool & frontend implementation
  • a21cfbf update Dockerfile