Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Releases: pers0na2dev/volta

Fixes

13 Oct 08:25

Choose a tag to compare

v1.1.2

feat: fix consuming

Channels & Connection Closing

12 Oct 07:50

Choose a tag to compare

v1.1.1

Update codecov.yml

BREAKING CHANGE: Request / RequestJSON / RequestXML

24 Aug 18:27

Choose a tag to compare

Request / RequestJSON / RequestXML methods now require a exchange name to be provided.

Added Ctx.RoutingKey and Ctx.Exchange methods.

feat: consume helpers

23 Aug 10:08

Choose a tag to compare

v1.0.8

feat: helpers

Consume Native

18 Aug 07:56

Choose a tag to compare

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

13 Aug 09:49
b2dd7b6

Choose a tag to compare

v1.0.6

Delete coverage

License

26 Jul 19:30
3ecabab

Choose a tag to compare

v1.0.5

Create LICENSE

Must<...> && Middlewares && XML

10 Jul 17:30

Choose a tag to compare

Added MustListen / MustClose methods.
Added BindXML / RequestXML / ReplyXML / PublishXML
Renamed Bind to BindJSON
Added Logger middleware
Added Limiter middleware

Locals and built-in middlewares.

09 Jul 20:23

Choose a tag to compare

Now you can store some data in context using ctx.Locals().
Added recover middleware.

changing panic to error return

09 Jul 12:57

Choose a tag to compare

In the app.Listen and app.Close methods.