Skip to content

Releases: giert/taskmaster

Fixed additional memory leaks

Choose a tag to compare

@giert giert released this 09 Jun 11:34
dca4f4c

Fixed a few additional memory leaks

first tagged release of giert's fork

Choose a tag to compare

@giert giert released this 05 Jun 13:11
7a15657
  • COM init uses a locked OS thread + MTA, with cleanup on every error path
  • Parsing/COM errors are returned, not panicked
  • Fixed resource leaks and a use-after-free in GetRegisteredTasks
  • Fixed TaskResult constants (were off-by-one)
  • GetRegisteredTask "not found" now matches errors.Is(err, os.ErrNotExist)
  • Replaced deprecated rickb777/date with maintained rickb777/period
  • Added DefaultDefinition() and GetTasksInFolder()
  • Up-front validation of more trigger/action constraints
  • Requires Go 1.22+