Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Releases: im-kulikov/helium

🦄 Move web handlers to separate modules

16 Apr 07:02
83bcf72
Compare
Choose a tag to compare
  • metrics handler is optional and moved to MetricHandlerModule
  • profile handler is optional and moved to ProfileHandlerModule
  • reorder if-statement in newHTTPServer

🦉 Web handlers in container

14 Apr 21:37
84e35cc
Compare
Choose a tag to compare
  • metrics handler in container with name metric_handler
  • profile handler in container with name pprof_handler
  • phasing out go-convey

🦅 Sampling configuration for logger

10 Apr 08:15
64bb3e7
Compare
Choose a tag to compare
  • you can set logger sampling
  • provide logger.sampling.initial and logger.sampling.thereafter in your config change sampling config

🔬 Fixed bug in `CatchTrace`

04 Apr 09:33
95c7d83
Compare
Choose a tag to compare

Bug was in method CatchTrace, because we must check Value's for valid:

if !v.FieldByName("Reason").IsValid() || !v.FieldByName("Func").IsValid(
	break
}

🗃 Demos moved to separated repository

04 Apr 07:47
10a7c6b
Compare
Choose a tag to compare
  • Demos moved to separated repository
  • Removed unused dependencies (urfave/cli and davecgh/go-spew)
  • Fixes for Readme (examples part)

👻 Small improvements for logger

03 Apr 19:27
f8e710f
Compare
Choose a tag to compare
  • you can enable CapitalColorLevelEncoder by logger.color: true
  • you can enable FullCallerEncoder by logger.full_caller: true

🥳 Small fixes around logger module

29 Mar 07:10
1a79e8c
Compare
Choose a tag to compare
  • you can enable zap.NewDevelopmentConfig()
  • you can disable app_name and app_version
  • add Readme description

🍀 Environment configuration fix

04 Mar 06:33
Compare
Choose a tag to compare

🎉 Golang 1.12 release

26 Feb 12:39
0063555
Compare
Choose a tag to compare
  • prepare to Golang 1.12
  • move to TravisCI
  • update goconvey / goconvey tests
  • add CatchTrace to debug application

🐰 Dependencies hotfix

24 Feb 22:17
98b20e0
Compare
Choose a tag to compare

// Blocked in Russia
replace bou.ke/monkey v1.0.1 => github.com/bouk/monkey v1.0.1