-
Notifications
You must be signed in to change notification settings - Fork 2
Release Notes
Tom Cabanski edited this page Apr 24, 2015
·
19 revisions
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:
- Open RavenDB console
- Open the configuration document and edit
- Change the "Environments" array name to "Applications"
- Change the name of all EnvironmentId properties in the collection to ApplicationId
- Change the name of all EnvironmentName properties in the collection to ApplicationName
- Shutdown the collector, install the new version and restart
In the future, the system will be able to upgrade configuration documents automatically
- 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)
- Index header values
- Quick search by clicking on queue bobbles in dashboard
- What's new popup
- 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
- 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
- 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.