Releases: exceptionless/Exceptionless.UI
v2.8.0
This release focused on adding support for Exceptionless V5, adding localization for Chinese, other usability enhancements and bug fixes. Here are some notable changes:
- Added Chinese Language Localization (#164 @Varorbc @edwardmeng)!
- Added support for talking to Exceptionless 5.0 which runs on ASP.NET Core (#159).
- Added the ability to copy text stack traces to the clipboard (#161)
- Added support for showing the IP addresses as a grid column when viewing
404
events. - Added support for deleting the current user account (#319)
- Added
ENABLE_ACCOUNT_CREATION
setting for disabling signup (#170 @cletisgipson). - Added support for automatically convert 4 part version number to semver on mark fixed dialog (#127).
- Added support for redirecting to desired url after login (#181 @Roganik).
- Fixed a bug where extended data items were not always being shown.
Please take a look at the change log for a full list of the changes.
v2.7.1
This release focused on usability improvements and bug fixes. Here are some notable changes:
- Added sort indicator and ability to change sort on event lists (#144 @laughinggoose).
- Only show 25 stack tags to improve page performance (#148 @edwardmeng).
Please take a look at the change log for a full list of the changes.
v2.7.0
This release focused on adding slack support and other usability enhancements and bug fixes. Here are some notable changes:
- Added Slack support (#142).
- Added the ability to see active users on the sessions dashboard.
- Always show hidden or fixed events on the stack and sessions dashboard (#90).
- Added the ability to add a description to api keys .(exceptionless/Exceptionless#286).
- Added project usage stats on the manage project page.
- When selecting a time range on the organization usage stats, it will now redirect you to the organization dashboard with that time range selected.
- Require login after changing your password (Contrib https://twitter.com/Hammadkhan724).
- Fixed a bug that was causing the extended data drop down menus to render incorrectly on chrome.
Please take a look at the change log for a full list of the changes.
v2.6.2
This release focused on usability and bug fixes. Here are some notable changes:
- Fixed issue where long single line content would cause the UI to go crazy while updating event lists (Contrib @caesay #131)
- Tags now wrap to the next line instead of overflowing the content area (Contrib @caesay #134)
Please take a look at the change log for a full list of the changes.
v2.6.1
This release focused on usability and bug fixes. Here are some notable changes:
- We now show the exception tab on any event type that contains an exception.
- We now include the total number of events discarded by the clients in the overall total so you can see how many times a specific event is occurring without paying the price of sending all events.
- You can now have two projects with the same exact name in different organizations (Contrib @nj).
- We now show any non-JSON string in a pre tag. This allows for much better formatting of multiline strings (Contrib @nj).
Please take a look at the change log for a full list of the changes.
v2.6.0
This release focused on adding support for the new stats api driven by elasticsearch 5. Here are some notable changes:
- Added support for the new stats api which allows us to get statistics generically.
- Greatly improved how the time series charts are displayed, time based data will now show correctly even when data is missing.
- Massive dashboard performance improvements due to upgrades in angular 1.6 and using smarter api routes to reduce the amount of work required server side.
- Fixed an issue where generated system notifications weren't being shown correctly.
- Fixed various rendering bugs with edge.
Please take a look at the change log for a full list of the changes.
v2.5.2
This release focused on usability and bug fixes. Here are some notable changes:
- Move the error additional data above the modules section, giving you more data above the fold.
- Updated project configure page to mention strong-named assemblies.
- Made various pages refresh updates quicker via shorter throttling times and made the page data only refresh only when data on the page changed (smarter change notifications). This should make the pages feel a bit more responsive.
- Fixed a few bugs where you couldn't always create a new organization or view an event due to plan limits. It would just throw an error and not tell you why.
Please take a look at the change log for a full list of the changes.
v2.5.1
This release focused on adding support for marking a stack as fixed in a specific version and bug fixes. Here are some notable changes:
- Ability to specify a semantic version when fixing an error.
- Fixed a bug where bulk action selections could be lost when the data was refreshed.
- Fixed a bug where dates could be displayed incorrectly.
- Fixed a bug where promoted tabs were not being shown.
Please take a look at the change log for a full list of the changes.
v2.5.0
This release focused on user experience improvements and bug fixes. Here are some notable changes:
- Added the ability to show all events by typing
*
into the search box. - Added most users dashboards. This allows you to see events sorted by the most affected users.
- Added users affected by an issue or feature to the dashboard!
- Added support for even more keyboard shortcuts and added shortcut support for MacOS and Linux. You can activate this by pressing the
?
key to view a full list of keyboard shortcuts. - Added the ability to copy the an event occurrences JSON to the clipboard via the
</>
button.
- Fixed an issue were tabs wouldn't be activated during navigation. (E.G., when viewing the previous or next occurrence).
- Updated project configuration with support for .NET Core and ASP.NET Core clients.
Please take a look at the change log for a full list of the changes.
v2.4.0
This release focused on user experience improvements and bug fixes. Here are some notable changes:
- Completely new search and filtering experience.
- Improved mobile layouts and menus.
- Improved sessions dashboard and events list. Now you can see sessions per hour metrics and a durations view of session events.
- Added the ability to show average value and the sum of all values (off all the events in the stack) on the stack page. This allows you to pivot on the value field to see things like average session duration or total session duration. You can use this on any stack and show your own values and metrics.
- Added a monthly usage section to the manage organization page. You can now compare your usage from previous months.
- Added page titles for easier browser navigation and tab management.
Please take a look at the change log for a full list of the changes.