Skip to content

0.1.2

Compare
Choose a tag to compare
@BenB196 BenB196 released this 05 Oct 16:19
· 137 commits to master since this release
19204c8

Release v0.1.2

  • [Bug] - Fixed issue where POST: 400 Bad Requests were not properly handled. (Note: This can be kind of weird if you actually provide a bad FFS query, but this needs to be handled as the FFS API can erroneously return this error for some reason) (Issue #33)
  • [Bug] - Fixed issue where connection reset by peer errors were not properly retried. This follows the same 10 retries before panicking. (Issue #34)
  • [Bug] - Fixed issue where in progress query count for Prometheus metrics was improperly being incremented on retry queries, causing the value to inflate. (Issue #35)