chore: update changelog
Some checks are pending
ci/woodpecker/push/arch Pipeline is pending
ci/woodpecker/push/build Pipeline is pending
ci/woodpecker/push/deploy Pipeline is pending
ci/woodpecker/push/docker Pipeline is pending
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/lint Pipeline is pending
ci/woodpecker/push/man Pipeline is pending
ci/woodpecker/push/test Pipeline is pending

This commit is contained in:
Jef Roosens 2023-05-04 09:36:03 +02:00
parent de8764b281
commit 076ee24b1b
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -12,11 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Metrics endpoint for Prometheus integration
* Search in list of targets using API & CLI
* Allow filtering targets by arch value
* Configurable global timeout for builds
### Changed
* Rewrote cron expression logic in C
* Updated codebase to V commit after 0.3.3
* Agents now use worker threads and no longer spawn a new thread for every
build
### Fixed
* Package upload now fails if TCP connection is closed before all bytes have
been received
### Removed