Skip to content

Releases: wantedly/subee

stats/newrelic/v0.2.0

05 Feb 09:27
stats/newrelic/v0.2.0
484662c

Choose a tag to compare

⚠️ Breaking changes

v0.5.0

17 Oct 08:35

Choose a tag to compare

⚠️ Breaking changes

  • Plugins are carved-out from github.com/wantedly/subee module. See Go Modules wiki page.
    • middlewares/logging/zap
    • middlewares/recovery
    • stats/newrelic
    • subscribers/cloudpubsub
    • cmd/subee
  • github.com/wantedly/subee.Engine will not handle any os signals. Please use github.com/srvc/appctx.Global instead.
  • subscribers/cloudpubsub depends on carved-out cloud.google.com/go/pubsub@v1.0.1

subscribers/cloudpubsub/v0.1.0

17 Oct 08:28

Choose a tag to compare

stats/newrelic/v0.1.0

17 Oct 08:28

Choose a tag to compare

middlewares/recovery/v0.1.0

17 Oct 08:26

Choose a tag to compare

middlewares/logging/zap/v0.1.0

17 Oct 08:26

Choose a tag to compare

cmd/subee/v0.1.0

17 Oct 08:25

Choose a tag to compare

v0.4.0

15 May 04:30

Choose a tag to compare

v0.4.0

v0.3.0

03 Apr 08:52

Choose a tag to compare

  • Consume messages in parallel #16

v0.2.0

07 Mar 01:45

Choose a tag to compare

Breaking Changes

  • Rename interfaces #10
    • before after
      SingleMessageConsumer Consumer
      MultiMessagesConsumer BatchConsumer
      MutliMessagesConsumer.Consume BatchConsumer.BatchConsume
      NewWithSingleMessageConsumer New
      NewWithMultiMessagesConsumer NewBatch

Bugs

  • Fix interceptor initialization timing #11