Skip to content
Tom Cabanski edited this page Apr 24, 2015 · 19 revisions

0.7.0 (in development branch)

If upgrading from 0.6.0 or earlier, requires a manual upgrade of the configuration document before installing or starting the new version. See below the list of items in the release for more detail.

  • Rename Environment concept to Application.

Do the following before upgrading:

  1. Open RavenDB console
  2. Open the configuration document and edit
  3. Change the "Environments" array name to "Applications"
  4. Change the name of all EnvironmentId properties in the collection to ApplicationId
  5. Change the name of all EnvironmentName properties in the collection to ApplicationName
  6. Shutdown the collector, install the new version and restart

In the future, the system will be able to upgrade configuration documents automatically

0.6.0 (April 10, 2015)

  • Link to Rabbit management console for each environment
  • Better links for quick search. Click on the environment name for a quick search on the environment. Click on the queue name or the colored circle to do a search on the queue.
  • Upgrade to latest RavenDB 3.0 stable (build 3660)

0.5.0 (April 9, 2015)

  • Index header values
  • Quick search by clicking on queue bobbles in dashboard
  • What's new popup

0.4.0 (April 7, 2015)

  • Rework display of queue metrics to handle long queue names and more queues elegantly
  • BUG FIX: Statistics for queues with long names not being displayed

0.3.0 (April 5, 2015)

  • Search capability added to web
  • Web collects and displays stats on message traffic to error and audit queues
  • Web has a link to the RavenDB management studio

0.2.0

  • Can poll multiple RabbitMQ virtual hosts or servers
  • Embed RavenDB by default. Defaults to port 8080.
  • Embed web for admin and searching. The web page is there but does nothing right now. Defaults to port 8082.

Clone this wiki locally