Skip to content

v0.4.1

Compare
Choose a tag to compare
@tulir tulir released this 16 Mar 10:51
· 15 commits to main since this release
  • (exfmt) Added utility for converting HTTP requests to curl commands.
  • (exmime) Added hardcoded extension override for audio/mp4 -> .m4a.
  • (dbutil) Added UnixPtr, UnixMilliPtr and ConvertedPtr helpers for converting time.Time into *int64 so that zero times are nil and other times are unix.
  • (dbutil) Added UntypedNil utility for avoiding typed nils, and JSONPtr for wrapping a struct in the existing JSON utility using UntypedNil.
  • (dbutil) Added periodic logs to DoTxn if the transaction takes more than 5 seconds.