This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Releases: im-kulikov/helium
Releases · im-kulikov/helium
Tiny core
Move not core modules in separate repositories:
Meet friendly documentation
- friendly documentation
- update dependencies (added a license)
- fossa license scan
Remove Gopkg (go/dep)
v0.9.1 Remove Gopkg (go/dep)
🦄 Update dependencies
- github.com/BurntSushi/toml v0.3.1
- github.com/chapsuk/mserv v0.4.0
- github.com/go-pg/pg v7.1.7
- github.com/go-redis/redis v6.15.1
- github.com/labstack/echo/v4 v4.0.0
- github.com/labstack/gommon v0.2.8
- github.com/nats-io/go-nats v1.7.0
- github.com/onsi/gomega v1.4.3
- github.com/pkg/errors v0.8.1
- github.com/prometheus/client_golang v0.9.2
- github.com/prometheus/common v0.2.0
- github.com/spf13/afero v1.2.1
- github.com/spf13/viper v1.3.1
- github.com/stretchr/testify v1.3.0
- go.uber.org/dig v1.7.0
- google.golang.org/grpc v1.18.0
- gopkg.in/go-playground/validator.v9 v9.26.0
🚀 Nats streamer in Nats module
[FEATURE] Add nats streamer (#3) - add nats streamer - nats module tests refactored
New v0.7.0 release (#2)
helium.Invoke
method for simple applications / tests, see demo3 / demo4helium.Settings
instead ofsettings.App
helium.Settings
has new fieldPrefix
for Env prefixhelium.Settings
fieldFile
can be filled fromos.Getenv("HELIUM_CONFIG")
helium.Settings
fieldType
can be filled fromos.Getenv("HELIUM_CONFIG_TYPE")
settings.App
was renamed tosettings.Core
demo3
- simple example of usagehelium.Invoke
demo3
- simple example of usagehelium.Invoke
andweb.EngineModule
- configuration for logger was renamed from
log
tologger
- update deps
- web.EngineModule
- small fixes
v0.6.0: - more tests
- more tests
- nats.Msg alias
- migrate to
go modules
0.5.8
- more tests
- update go mod (go 1.11 released 🎉)
0.5.7
- update deps (mserv)
- minor fixes for module package
0.5.6
- more tests
- nats.servers by default is nil