Adds Juan Carlos Ferrer to AUTHORS (Issue #581)

This commit is contained in:
Ask Solem 2016-04-04 13:01:50 -07:00
parent e9bf18994f
commit 36faec5649
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
=========
AUTHORS
=========
:order: sorted
:order: sorted (`.,$!sort -uf`)
Adam Gaca <adam.gaca@oke.pl>
Adam Nelson <adam@varud.com>
@ -69,6 +69,7 @@ John Watson <john@disqus.com>
Jonathan Halcrow <jonathan.halcrow@gmail.com>
Joseph Crosland <jcrosland@flumotion.com>
Joshua Harlow <harlowja@gmail.com>
Juan Carlos Ferrer <juan.carlos@micronixsolutions.com>
Kai Groner <kai@gronr.com>
Keith Fitzgerald <ghostrocket@me.com>
Kevin McCarthy <me@kevinmccarthy.org>

View File

@ -71,6 +71,10 @@
``Connection.supports_exchange_type(type)`` that can be used to check if the
current transport supports a specific exchange type.
- SQS: Consumers can now read json messages not sent by Kombu.
Contributed by Juan Carlos Ferrer.
- SQS: Will now log the access key used when authentication fails.
Contributed by Hank John.