Releases: dkorunic/e-dnevnik-bot
Releases · dkorunic/e-dnevnik-bot
v0.8.0
Changelog
- 8496f79 Add PGO target in Makefile
- 26fc6f8 Add colorLogs parameter for console output override
- 0b399de Add colorLogs parameter for console output override
- aa9d454 Add parsing log level from env LOG_LEVEL variable
- 76d2723 Migrate from logrus to zerolog
- cc13cad Update deps: - golang.org/x/net to v0.7.0
v0.7.1
Changelog
- 83cef01 Print struct fields in new alerts when debugging
- 5b4f08d Update deps: - golang.org/x/crypto to v0.6.0 - golang.org/x/net to v0.6.0
v0.7.0
Changelog
- be1cfb2 Code cleanups and reverts - Add TOML struct tags for configuration structures - Completely revert sync.Pool code due to unexpected complications in regards to broadcasting, channels and async processing - Improve contrib random_delete_test code
- 5fa9e57 Less allocations: reuse Descriptions and Fields slices
v0.5.4
Changelog
- 418905d Update deps: - containerd/cgroups to v1.1.0 - klauspost/compress to v1.15.15
v0.5.3
Changelog
- 18a9353 Update deps: - bwmarrin/discordgo to v0.27.0 - cilium/ebpf to v0.10.0 - dustin/go-humanize to v1.0.1 - google/flatbuffers/go to v0.0.0-20230110200425-62e4d2e5b215
v0.5.2
Changelog
- abe3a6c Update contrib/random_delete_test Minor fatalIfErrors() refactor
v0.5.1
Changelog
- 98daada Update mattn/go-isatty to v0.0.17 Update avast/retry-go/v4 to v4.3.2 Update flatbuffers/go to af9ceabeef1a Update klauspost/compress to v1.15.14
v0.5.0
Changelog
- fe51490 - Add configurable retries for do-retry with default of 3 (alerting, mails, scraping) - Log maxprocs failures through logrus
v0.4.1
Changelog
- 0f04cfc Reset final exit status before each scrape/alert run
v0.4.0
Changelog
- 061cc3d Add missing nl
- f402377 Exit with non-zero exit if there were any errors encountered during all runs
- 9066ad6 Typo fixes
- 86d6b1b Update slack-go/slack to v0.12.1