Commit Graph
14 Commits
Author SHA1 Message Date
pancho horrillo 09b6d54487 doc: wording and style fixes 2020-06-11 19:45:57 +02:00
pancho horrillo 87ec20519a fix: typo in docs 2020-06-11 19:14:32 +02:00
pancho horrillo 8160a1b893 fix: typo in docs 2020-06-11 19:10:04 +02:00
pancho horrilloandHéctor Hurtado d877ab1e38 fix: unify definition of GO_VERSION in workflow
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-09 16:56:37 +02:00
pancho horrilloandHéctor Hurtado 8d72cc1b71 chore: replace azure action with inline code (docker login)
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 12:46:07 +02:00
pancho horrilloandHéctor Hurtado 5f5d867c24 chore: handle gpg manually
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 12:35:00 +02:00
pancho horrilloandHéctor Hurtado 4f9ad6f69f chore: prepare release v0.5.4
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 11:33:54 +02:00
pancho horrilloandHéctor Hurtado 797b85b228 chore: use external gpg handling action
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 11:10:34 +02:00
pancho horrilloandRoberto Abdelkader Martínez Pérez ddeb119522 chore: update name of secrets
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-05-26 10:58:28 +02:00
pancho horrillo dca957bd14 chore: bump go version 2020-05-19 12:15:09 +02:00
pancho horrillo 87aec0196e chore: prepare release v0.5.3 2020-05-19 12:04:14 +02:00
pancho horrilloandCésar Gallego Rodríguez b362d04167 chore: prepare release v0.5.2
Co-authored-by: César Gallego Rodríguez <gallego.cesar@gmail.com>
2020-05-11 17:26:44 +02:00
pancho horrilloandCésar Gallego Rodríguez 975aea88ae fix: prevent spurious stack trace with misbehaving clients
See https://github.com/golang/go/commit/9997545a8626bf1a73002f44a7b7538988da4e76
and the previous commit.

Co-authored-by: César Gallego Rodríguez <gallego.cesar@gmail.com>
2020-05-11 15:57:25 +02:00
pancho horrilloandCésar Gallego Rodríguez 13adcc37b6 fix: panic sentinel value if http client misbehaves
When an http client does not consume the whole body, we panic'ed a
custom message instead of the required sentinel value.

For the details, check ¹ and look for ErrAbortHandler.

¹: https://pkg.go.dev/net/http

Co-authored-by: César Gallego Rodríguez <gallego.cesar@gmail.com>
2020-05-11 13:59:09 +02:00