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

Releases: pers0na2dev/volta

Fixes

Choose a tag to compare

@pers0na2dev pers0na2dev released this 13 Oct 08:25
v1.1.2

feat: fix consuming

Channels & Connection Closing

Choose a tag to compare

@pers0na2dev pers0na2dev released this 12 Oct 07:50
v1.1.1

Update codecov.yml

BREAKING CHANGE: Request / RequestJSON / RequestXML

Choose a tag to compare

@pers0na2dev pers0na2dev released this 24 Aug 18:27

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

Added Ctx.RoutingKey and Ctx.Exchange methods.

feat: consume helpers

Choose a tag to compare

@pers0na2dev pers0na2dev released this 23 Aug 10:08
v1.0.8

feat: helpers

Consume Native

Choose a tag to compare

@pers0na2dev pers0na2dev released this 18 Aug 07:56

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

Choose a tag to compare

@pers0na2dev pers0na2dev released this 13 Aug 09:49
b2dd7b6
v1.0.6

Delete coverage

License

Choose a tag to compare

@pers0na2dev pers0na2dev released this 26 Jul 19:30
3ecabab
v1.0.5

Create LICENSE

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

Choose a tag to compare

@pers0na2dev pers0na2dev released this 10 Jul 17:30

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

Locals and built-in middlewares.

Choose a tag to compare

@pers0na2dev pers0na2dev released this 09 Jul 20:23

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

changing panic to error return

Choose a tag to compare

@pers0na2dev pers0na2dev released this 09 Jul 12:57

In the app.Listen and app.Close methods.