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

Releases: im-kulikov/helium

Tiny core

24 Feb 22:02
e537e13
Compare
Choose a tag to compare

Move not core modules in separate repositories:

Meet friendly documentation

20 Feb 20:26
cdf5304
Compare
Choose a tag to compare
  • friendly documentation
  • update dependencies (added a license)
  • fossa license scan

Remove Gopkg (go/dep)

03 Feb 18:34
7dd5ef0
Compare
Choose a tag to compare
v0.9.1

Remove Gopkg (go/dep)

🦄 Update dependencies

03 Feb 18:30
dd5f3d0
Compare
Choose a tag to compare
  • 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

02 Feb 17:00
327e664
Compare
Choose a tag to compare
[FEATURE] Add nats streamer (#3)

- add nats streamer
- nats module tests refactored

New v0.7.0 release (#2)

11 Sep 20:01
d17b03a
Compare
Choose a tag to compare
  • helium.Invoke method for simple applications / tests, see demo3 / demo4
  • helium.Settings instead of settings.App
  • helium.Settings has new field Prefix for Env prefix
  • helium.Settings field File can be filled from os.Getenv("HELIUM_CONFIG")
  • helium.Settings field Type can be filled from os.Getenv("HELIUM_CONFIG_TYPE")
  • settings.App was renamed to settings.Core
  • demo3 - simple example of usage helium.Invoke
  • demo3 - simple example of usage helium.Invoke and web.EngineModule
  • configuration for logger was renamed from log to logger
  • update deps
  • web.EngineModule
  • small fixes

v0.6.0: - more tests

28 Aug 18:35
d670cb0
Compare
Choose a tag to compare
  • more tests
  • nats.Msg alias
  • migrate to go modules

0.5.8

25 Aug 17:27
db3a022
Compare
Choose a tag to compare
  • more tests
  • update go mod (go 1.11 released 🎉)

0.5.7

25 Aug 17:22
ec16432
Compare
Choose a tag to compare
  • update deps (mserv)
  • minor fixes for module package

0.5.6

25 Aug 17:24
0b0ca86
Compare
Choose a tag to compare
  • more tests
  • nats.servers by default is nil