Skip to content

Releases: beanworks/rex

v1.0.0: Merge pull request #2 from JoeKn/Add-Support-For-Delayed-Message-Plug-In

07 Dec 20:14

Choose a tag to compare

0.5.0

20 Sep 06:15

Choose a tag to compare

Version 0.5.0 introduced concurrent workers and a bunch of housekeeping changes as follows:

  • Removed GO15VENDOREXPERIMENT=1 from Makefile and build command since
    vendor is supported by default after go 1.6
  • Set the right Rex version
  • Added GoDoc to Rex
  • Added GoDoc status to README
  • Added the missing comments reported by go vet in rabbit package
  • Added unit tests for logger
  • Added docs for cmd and rabbit packages
  • Added new interfaces and structs that help unit test some amqp funcs
  • Moved os.Exit() call out of rabbit package
  • Changed to concurrent worker

0.1.0

14 Mar 08:28

Choose a tag to compare

Rex v0.1.0 released, hurrah! What a milestone.