message.Message.Ackandmessage.Message.Nacknow returnboolinstead oferrormessage.Subscriber.Subscribenow acceptscontext.Contextas the first argumentmessage.Subscriber.Subscribenow returns<-chan *Messageinstead ofchan *Messagemessage.Router.AddHandlerandmessage.Router.AddNoPublisherHandlernow panic, instead of returning error
- updated all Pub/Subs to new
message.Subscriberinterface gochannel.NewGoChannelnow acceptsgochannel.Config, instead of positional parametershttp.NewSubscribernow acceptshttp.SubscriberConfig, instead of positional parameters
metrics.NewMetricsis removed, please use the metrics component instead
watermill.LoggerAdapterinterface now requires aWith(fields LogFields) LoggerAdaptermethod