|
1 | 1 | ## Changelog
|
2 | 2 |
|
| 3 | +### v0.10.0 |
| 4 | + |
| 5 | +- gateway: unify/improve handling of authenticated user (@sgotti) [#525](https://github.com/agola-io/agola/pull/525) |
| 6 | +- gateway: move remaining get of current user from api to action (@sgotti) [#524](https://github.com/agola-io/agola/pull/524) |
| 7 | +- gateway: fix commit status and run webhook deliveries api (@alessandro-sorint) [#521](https://github.com/agola-io/agola/pull/521) |
| 8 | +- tests: fix wrong ProjectCommitStatusRedelivery test (@alessandro-sorint) [#522](https://github.com/agola-io/agola/pull/522) |
| 9 | +- cmd/export: close file descriptor (@testwill) [#516](https://github.com/agola-io/agola/pull/516) |
| 10 | +- objectstorage: multiple updates and changes (@sgotti) [#519](https://github.com/agola-io/agola/pull/519) |
| 11 | +- runservice: fix objectsCleaner lock key usage (@sgotti) [#520](https://github.com/agola-io/agola/pull/520) |
| 12 | +- util: use generic Ptr function (@sgotti) [#518](https://github.com/agola-io/agola/pull/518) |
| 13 | +- *: update dependencies (@sgotti) [#517](https://github.com/agola-io/agola/pull/517) |
| 14 | +- api: add some missing http content types headers. (@sgotti) [#514](https://github.com/agola-io/agola/pull/514) |
| 15 | +- config: add docker registries auth nil check (@alessandro-sorint) [#513](https://github.com/agola-io/agola/pull/513) |
| 16 | +- configstore: move logic from db to action handler (@sgotti) [#511](https://github.com/agola-io/agola/pull/511) |
| 17 | +- *: update dependencies (@sgotti) [#512](https://github.com/agola-io/agola/pull/512) |
| 18 | +- *: add detailed errors to api responses (@sgotti) [#507](https://github.com/agola-io/agola/pull/507) |
| 19 | +- *: use do method in http handlers (@sgotti) [#508](https://github.com/agola-io/agola/pull/508) |
| 20 | +- gateway: add action.APIErrorFromRemoteError (@sgotti) [#506](https://github.com/agola-io/agola/pull/506) |
| 21 | +- errors: split wrapped error from APIError message (@sgotti) [#505](https://github.com/agola-io/agola/pull/505) |
| 22 | +- configstore: move last bits of logic from api to action (@sgotti) [#504](https://github.com/agola-io/agola/pull/504) |
| 23 | +- configstore: fix wrong error handling (@sgotti) [#503](https://github.com/agola-io/agola/pull/503) |
| 24 | +- validation: add min/max length check to name validation (@sgotti) [#499](https://github.com/agola-io/agola/pull/499) |
| 25 | +- *: update to go 1.22 (@sgotti) [#498](https://github.com/agola-io/agola/pull/498) |
| 26 | +- sqlg updates (@sgotti) [#495](https://github.com/agola-io/agola/pull/495) |
| 27 | + |
3 | 28 | ### v0.9.0
|
4 | 29 |
|
5 | 30 | - agolademo: use docker compose (@sgotti) [#494](https://github.com/agola-io/agola/pull/494)
|
|
0 commit comments