Releases: processout/dat
Releases · processout/dat
v1.2.4
What's Changed
- fix: missing patches from v1.2.2 should be in
v1by @bruno-silva-cko in #4
Full Changelog: v1.2.3...v1.2.4
v1.2.3
fix: recover from time.AfterFunc panic (#3)
Sometimes, API transactions are taking more than 1 minute to timeout,
causing the dat transaction to panic. This unrecovered panic, when
happening across multiple pods, can kill all of them and leave us
without any pods to serve requests.
Bear in mind the correct way to fix this is by using the context or
refactoring the whole dat package. Or really stop using the dat
package.