Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@raxod502 raxod502 released this 11 Dec 19:30
· 3 commits to main since this release

Features:

  • If you set SLEEPING_BEAUTY_METRICS_PORT to a positive integer,
    then Sleeping Beauty will expose pprof profiling data (at
    /debug/pprof) and Prometheus metrics (at /metrics) on the named
    port (bound to the interface named by
    SLEEPING_BEAUTY_METRICS_HOST, defaults to 0.0.0.0).

Bugfixes:

  • A memory leak has been fixed that would cause memory usage to
    increase over time when TCP connections were opened and closed to
    the server without any data being sent. This is believed to be a
    regression introduced in 4.0.0.