Skip to content

Releases: maxbolgarin/contem

v1.3.0

14 Dec 11:00
Compare
Choose a tag to compare

v1.2.0

02 Oct 10:33
Compare
Choose a tag to compare

Release v1.2.0 | 02.10.2024

Features

  • Add panic recover to Start

Misc

  • Add info about options in Start's godoc

v1.1.0

21 Sep 11:35
Compare
Choose a tag to compare

Release v1.1.0 | 21.09.2024

Features

  • Add Start function, that makes working with contem much easier!
  • Make Options exported and add NewWithOptions to provide it as a struct.
  • Add new options: RegularCloseFilesOrder, NoParallel.
  • Add LogzeToLogger function to convert logze to contem.Logger.
  • Add ability to set a custom exit code in case of error.

Misc

  • Add tests for new options.
  • Add more examples.
  • Add Start example to README.

v1.0.0

19 Sep 18:14
Compare
Choose a tag to compare

Add contem — zero-dependency drop-in context.Context replacement for graceful shutdown