UPGRADE-0.3.md
watermill/messagemessage.Message.Ack and message.Message.Nack now return bool instead of errormessage.Subscriber.Subscribe now accepts context.Context as the first argumentmessage.Subscriber.Subscribe now returns <-chan *Message instead of chan *Messagemessage.Router.AddHandler and message.Router.AddNoPublisherHandler now panic, instead of returning errorwatermill/message/infrastructuremessage.Subscriber interfacegochannel.NewGoChannel now accepts gochannel.Config, instead of positional parametershttp.NewSubscriber now accepts http.SubscriberConfig, instead of positional parameterswatermill/message/router/middlewaremetrics.NewMetrics is removed, please use the metrics component insteadwatermillwatermill.LoggerAdapter interface now requires a With(fields LogFields) LoggerAdapter method