Next | Query returned 27 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2015-02-04 16:47:45 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-amqp to 1.5.0.

## Changes Between 1.4.x and 1.5.0

### Only Await basic.consume-ok If nowait is false

Contributed by Rian McGuire.

### Server-Named Queue Recovery Fix

Server-named queues are now correctly recovered again.

Contributed by Jack C Hong.

## Changes Between 1.3.x and 1.4.0

### connection.blocked Support

[connection.blocked](https://www.rabbitmq.com/connection-blocked.html) notifications
are now correctly supported by the library:

``` ruby
EventMachine.run do
  connection = AMQP.connect(:host => '127.0.0.1')

  connection.on_blocked do |conn, conn_blocked|
    puts "Connection blocked, reason: #{conn_blocked.reason}"
  end

  connection.on_unblocked do |conn, _|
    puts "Connection unblocked"
  end
end
```
   2014-03-14 18:36:28 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-amqp to 1.3.0.

Changes are too many to write here, please refer ChangeLog.md.
   2013-09-15 20:30:48 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-amqp to 1.0.2.

Exact changes aren't available.  Please refer change log in github.
   2013-09-09 14:29:26 by Filip Hajny | Files touched by this commit (9)
Log message:
Resign as maintainer (not really using Ruby at all any more).
   2013-04-08 13:17:26 by Blue Rats | Files touched by this commit (109)
Log message:
Remove "Trailing empty lines." and/or "Trailing white-space."
   2013-03-12 14:26:27 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update ruby-amqp to 0.9.10.

Exatct changes are unknown but some dependency have updated.
   2012-12-17 13:44:56 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update to 0.9.8.

Exact changes are unknown, please refer github:
      https://github.com/ruby-amqp/amqp/commits/master.
   2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-09-16 09:27:50 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ruby-amqp to 0.9.7.

Changes are unavailable but depending version has updated.
   2012-03-17 17:55:42 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-amqp package to 0.9.4.

Exact changes are unknown.

Next | Query returned 27 messages, browsing 11 to 20 | Previous