Skip to content

Releases: Jesse0Michael/pkg

config: v0.11.0

10 May 20:06

Choose a tag to compare

0.11.0 (2026-05-10)

Features

config: v0.10.0

10 May 19:31

Choose a tag to compare

0.10.0 (2026-05-10)

Features

  • support cli args in config (46606a3)

boot: v1.3.0

10 May 20:06

Choose a tag to compare

1.3.0 (2026-05-10)

Features

boot: v1.2.0

10 May 19:31

Choose a tag to compare

1.2.0 (2026-05-10)

Features

  • support cli args in config (46606a3)

logger: v1.0.0

09 May 07:11

Choose a tag to compare

1.0.0 (2026-05-09)

⚠ BREAKING CHANGES

  • NewLogger now accepts a logger.Config struct instead of reading environment variables directly. LogLevel, LogOutput, LogSource, and LogFormat are now methods on Config.

Features

  • require Config parameter for logger.NewLogger (0bbb1ff)
  • support file output logging (f163ba7)

config: v0.9.0

09 May 19:53

Choose a tag to compare

0.9.0 (2026-05-09)

Features

  • process config by attributes, use boot options (420ba96)

config: v0.8.0

09 May 07:11

Choose a tag to compare

0.8.0 (2026-05-09)

Features

  • add file config processing (dd76993)

boot: v1.1.0

09 May 19:53

Choose a tag to compare

1.1.0 (2026-05-09)

Features

  • process config by attributes, use boot options (420ba96)

boot: v1.0.0

09 May 07:11

Choose a tag to compare

1.0.0 (2026-05-09)

⚠ BREAKING CHANGES

  • NewLogger now accepts a logger.Config struct instead of reading environment variables directly. LogLevel, LogOutput, LogSource, and LogFormat are now methods on Config.

Features

  • require Config parameter for logger.NewLogger (0bbb1ff)

http: v0.7.1

28 Apr 05:01

Choose a tag to compare

0.7.1 (2026-04-28)

Bug Fixes