Releases: pers0na2dev/volta
Releases · pers0na2dev/volta
Fixes
Channels & Connection Closing
v1.1.1 Update codecov.yml
BREAKING CHANGE: Request / RequestJSON / RequestXML
Request / RequestJSON / RequestXML methods now require a exchange name to be provided.
Added Ctx.RoutingKey and Ctx.Exchange methods.
feat: consume helpers
v1.0.8 feat: helpers
Consume Native
ConsumeNative consumes messages from the specified routing key using the AMQP 0.9.1 protocol.
It returns a channel of message deliveries and an error if any occurred.
Disable Logging
v1.0.6 Delete coverage
License
v1.0.5 Create LICENSE
Must<...> && Middlewares && XML
Added MustListen / MustClose methods.
Added BindXML / RequestXML / ReplyXML / PublishXML
Renamed Bind to BindJSON
Added Logger middleware
Added Limiter middleware
Locals and built-in middlewares.
Now you can store some data in context using ctx.Locals().
Added recover middleware.
changing panic to error return
In the app.Listen and app.Close methods.