Uchiwa v0.11.0 Release Notes

Release Date: 2015-09-22 // over 8 years ago
  • ๐Ÿ”‹ Features

    • Implement a RESTful API and remove the get_sensu endpoint for Uchiwa backend - Issue #378
    • ๐ŸŽ Major frontend performance and stability improvement: use the newer Uchiwa RESTful API and store data into $scope instead of $rootScope
    • ๐Ÿ‘ Allow bulk removal of stashes
    • Also display client's images in a dedicated panels on the client view - Issue #361
    • โž• Add progress bar into aggregate view
    • โฌ†๏ธ Upgrade to Go 1.5.1

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Allow text selection without immediately firing ng-click - Issue #262
    • Break long datacenter name into multiple lines - Issue #368
    • โž• Add username to stash content - Issue #356
    • The /results Sensu API endpoint is not required yet - Issue #379
    • Two events with the same client and check names could be mixed - Issue #375
    • Recover from an unexpected type assertion when processing a client
    • Prevent multiple status code within a single HTTP response on the /health endpoint
    • Properly display username in navbar if authentication is enabled