Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Releases: exceptionless/Exceptionless.UI

v3.0.6

03 Nov 00:21
Compare
Choose a tag to compare

This release fixed documentation links to point to the new documentation site https://exceptionless.com/docs/.

Please take a look at the change log for a full list of the changes.

v3.0.5

23 Oct 02:11
09d076f
Compare
Choose a tag to compare

This release adds the ability to set a default log level that is sent down the client (#203).

image
You can set a default minimum log level via project settings.

image
And then override it on the stack page!

Please take a look at the change log for a full list of the changes.

v3.0.4

18 Oct 19:18
Compare
Choose a tag to compare

This release fixed several usability issues.

  • Show a special toast message on login / signup failures saying unable to connect to api server (5fe52d9).
  • If a timeout or network error happens when validating an email address, treat it as valid (f26ba0d).
  • All network requests will now timeout after 10 seconds leading to a much more responsive UI (8f2d8b7).

Please take a look at the change log for a full list of the changes.

v3.0.3

18 Oct 19:15
Compare
Choose a tag to compare

This release fixed a usability issue where the sidebar would collapse when navigating to stacks or events.

Please take a look at the change log for a full list of the changes.

v3.0.2

29 Sep 12:46
8887535
Compare
Choose a tag to compare

Exceptionless 3.0.2 includes many dashboard improvements for clarity and ease of use!

  • Status Badges - We now show stack statuses in the grids for greater visibility.
    image

  • Renamed Dashboard Terms We renamed Unique to Stacks, Counts to Events, New to New Stacks, Per Hour to Events Per Hour, Timeline to Events. We felt this made more sense and cleared up any confusion.

  • Updated Dashboards - All dashboards now have a stat box and timeline view of Stacks/Events occurring in the specified criteria. We felt this added value and was less jarring.
    image

  • Simplified Stack Actions - We removed a bunch of actions like Mark Not Fixed and Mark Not Ignored. These didn't make sense can could all be replaced by Mark Open (exceptionless/Exceptionless#700).
    image

  • Navigation Tweaks - We changed up some icons on the left hand sidebar and added a separator to better group dashboards. We also fixed some issues with some broken links that could occur on the all dashboards.
    image

Please take a look at the change log for a full list of the changes.

Feedback

We're listening and we'd love to hear your feedback! Please send us your feedback by clicking on one of the links below!

v3.0.1

19 Nov 13:30
Compare
Choose a tag to compare

This release fixed a bug in the timeline dashboard where the event sort order was not getting applied.

Please take a look at the change log for a full list of the changes.

v3.0.0

15 Sep 14:25
90a53ec
Compare
Choose a tag to compare

Exceptionless 3.0 includes has all the below major improvements and smaller tweaks and changes for ease of use!

  • Stack Status: This is a massive new feature months in the making which you can read more about here. We had several goals for this feature:

    • Instant dashboard updates when stacks when stack status is changed (e.g., fixed, regressed) or deleted. We do this by making our events immutable and only updating the stack.
    • Help prevent account throttling by allowing stacks to be discarded server side. Discarded events also don't count the events against plan limits!
    • More control over your workflow by adding new abilities like the ability to hide a stack for a specific amount of time by "snoozing" the stack.
      image
  • New Timeline dashboard. Timeline is what used to be called dashboard and has the most recent events that have occurred. We wanted the focus to be more on the organized stacks of information (e.g., most frequent, newest views).

  • The Most Frequent view is now the default dashboard. This allows you to quickly act on the events that are the most important.

  • Quickly see the server side API version in the footer. This allows you to quickly see what version you are using and discover newer features easier.

  • New Reports: We added new Reports that allow you to see different Stacks grouped on stack status.
    image

We also made some usability improvements to the grids around paging and resetting data when requests fail due to invalid queries.

Please take a look at the change log for a full list of the changes.

Feedback

We're listening and we'd love to hear your feedback! Please send us your feedback by clicking on one of the links below!

v2.9.2

13 Aug 12:50
Compare
Choose a tag to compare

This release focused on improving the experience for users around the globe where the existing CDN provider may have not been available in some regions.

  • Changed default CDN to jsDelivr (#195 Contrib @YanmaY)

Please take a look at the change log for a full list of the changes.

v2.9.1

12 Aug 13:00
Compare
Choose a tag to compare

This release focused on improving the experience for users around the globe where the existing CDN provider may have not been available in some regions.

  • Changed default CDN to jsDelivr (#195 Contrib @YanmaY)

Please take a look at the change log for a full list of the changes.

v2.9.0

05 Jun 16:18
Compare
Choose a tag to compare

This release focused on usability enhancements and bug fixes. Here are some notable changes:

  • Project configuration wizard now shows option for command line (curl and PowerShell)
  • Added ability to disable the api key
  • Add search dialog to project list (#186)
  • Show all user projects and add search box to filter (#176).
  • Lazy Load stripe.js (#150)!
  • Fixed a NRE when navigating to a project that doesn't exist.
  • Clicking Add Project on manage organization page now pre populates the organization.
  • Fixed a bug in the semver directive where it wouldn't detect 4 part version with multiple digit revision.
  • Fixed a bug with When typing version for "Mark Fixed", it auto-inserts revision number after typing first digit of minor version (#178)
  • Fixed a bug with the sessions dashboard toggle could get into an invalid state and show incorrect results

Please take a look at the change log for a full list of the changes.