Skip to content

v0.17.0

Compare
Choose a tag to compare
@stephenhillier stephenhillier released this 11 Nov 06:29
· 43 commits to master since this release

Changes for v0.17.0:

  • include headers in app scope when matching request path #76 @evstratbg
  • callback functions used to populate labels can now be async #70 @YiuRULE

Potentially impactful changes:

  • the status code reported for client disconnections will now be 499 instead of 500 #77 @Alexander-N
    • note: some users may notice a new status_code=499 timeseries if a client disconnects before response is written (previously this would be erroneously reported as a 500 status).