Skip to content

Releases: systemli/ticker

1.7.2

23 Jan 18:16
Compare
Choose a tag to compare

Changes

🧹 Maintenance

1.7.1

05 Nov 13:59
Compare
Choose a tag to compare

Changes

🧹 Maintenance

  • ⬆️ Bump github.com/gin-gonic/gin from v1.6.3 to v1.7.4 (#65) @0x46616c6b
  • ⬆️ Bump github.com/tidwall/gjson from v1.6.0 to v1.11.0 (#64) @0x46616c6b
  • ⬆️ Bump goreleaser/goreleaser-action from 2.7.0 to 2.8.0 (#63) @dependabot
  • ⬆️ Bump release-drafter/release-drafter from 5.11.0 to 5.15.0 (#62) @dependabot
  • ⬆️ Bump actions/checkout from 2.3.4 to 2.4.0 (#59) @dependabot
  • ⬆️ Bump golang from 1.17.0-alpine to 1.17.2-alpine (#57) @dependabot
  • ⬆️ Bump codecov/codecov-action from 2.0.2 to 2.1.0 (#56) @dependabot
  • ⬆️ Bump actions/setup-go from 2.1.3 to 2.1.4 (#54) @dependabot
  • ⬆️ Bump golang from 1.16.6-alpine to 1.17.0-alpine (#52) @dependabot
  • ⬆️ Bump golang from 1.16.4-alpine to 1.16.6-alpine (#48) @dependabot
  • ⬆️ Bump actions/checkout from 2 to 2.3.4 (#43) @dependabot
  • ⬆️ Bump codecov/codecov-action from 1 to 2.0.2 (#50) @dependabot
  • ⬆️ Bump golang from 1.16.3-alpine to 1.16.4-alpine (#41) @dependabot
  • ⬆️ Bump golang from 1.15-alpine to 1.16.3-alpine (#39) @dependabot
  • ⬆️ Bump actions/setup-go from v1 to v2.1.3 (#40) @dependabot
  • ⬆️ Bump golangci/golangci-lint-action from v2 to v2.5.2 (#38) @dependabot

1.7.0

30 Aug 10:36
Compare
Choose a tag to compare

Features

Enhancements

  • improve readme (#33, thx @uzzz)
  • build and test against Go 1.15 (#34)
  • update dependencies to latest versions (#35)

Bugfixes

  • none

1.6.1

19 Apr 11:28
Compare
Choose a tag to compare

Features

  • none

Enhancements

  • allow to override the Origin Header to select a Ticker (e4a7bd3)

Bugfixes

  • none

1.6.0

02 Jan 10:19
Compare
Choose a tag to compare

Features

  • Image Upload and Delivery (#2, #21)
  • Default Location for Tickers (#18, #19)

Enhancements

  • increase Code Coverage
  • improve CI Pipeline (move to Github Actions, introduce GolangCI)
  • update all dependencies

Bugfixes

  • fix prometheus metrics exporter (f2a697c)

1.5.0

25 Oct 15:20
7826250
Compare
Choose a tag to compare

Features

  • none

Enhancements

  • none

Bugfixes

Others

  • updated build/docker/release to Go 1.13 (#17)
  • introduced Github Actions (#17)

1.4.1

15 Jan 20:51
Compare
Choose a tag to compare

Features

  • none

Enhancements

  • reset more fields when using ticker reset api (a3d82c5)

Bugfixes

  • none

Others

  • none

1.4.0

11 Jan 19:30
a72a7d2
Compare
Choose a tag to compare

Features

  • none

Enhancements

  • none

Bugfixes

  • none

Others

  • Exporting basic metrics for Prometheus (#4)

1.3.1

09 Jan 19:13
Compare
Choose a tag to compare

Features

  • none

Enhancements

  • none

Bugfixes

Others

  • none

1.3.0

09 Jan 19:00
7f046aa
Compare
Choose a tag to compare

Features

  • add endpoints to interact with users at ticker entity (#3)
  • append default hashtags to message (38027ee)
  • prepend time before sending tweet (05c84bb)

Enhancements

  • replace vendoring with go modules (3c89abf)
  • use spf13/viper for providing config parsing (add support for environment variabled) (#1)

Bugfixes

  • none

Others