Release Notes (v2.0.0-pre2):
Since the last tag (v2.0.0-pre1), the following changes have been made:
- Add checking for prereleases in GHA (#234)
- Add building ARM binary to the Makefile (#233)
- fix intendation issue (#227)
- Implement log level and format configuration through YAML (resolves #224) (#225)
- Implement http timeout
- Add reading http timeout from yaml and test it
- Bump github.com/prometheus/common from 0.45.0 to 0.46.0
- Change type of some variables that may hold big numbers to int64 #218
- Add ARM build to the application (#215)
- Add v1 version to workflow triggers (#212)
- Add "v1" branch to workflows
- Remove label logic from client (#210)
- Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0