Releases: exceptionless/Exceptionless
v8.1.5
What's Changed
This is a small maintenance release focused on bug fixes.
Bug Fixes
- Fixed some issues around creating webhooks and improved webhook validation that were introduced with the .NET 8 upgrade
Upgrading to 8.0
The only users that need to worry about upgrading anything for this new release are self-hosters. If you are self-hosting Exceptionless, please review the Self Hosting Documentation, which contains information about upgrading your existing install. Please review the self-hosting documentation for more information.
Please take a look at the change log for a full list of the changes.
Always Improving
We’re always striving to improve the efficiency of Exceptionless and all of our projects. If you see any room for improvement or have any comments when using anything from us, please send us an in-app message or submit a GitHub issue.
Thanks
We'd like to say thank you to the community and project sponsors for helping us ship 8.0!
v8.1.4
What's Changed
This release greatly improves the offline and global experience as a cdn access is no longer required.
New Features
- Removed need for cdn dependencies by using vendor bundle by @zivillian in #1423
Upgrading to 8.0
The only users that need to worry about upgrading anything for this new release are self-hosters. If you are self-hosting Exceptionless, please review the Self Hosting Documentation, which contains information about upgrading your existing install. Please review the self-hosting documentation for more information.
Please take a look at the change log for a full list of the changes.
Always Improving
We’re always striving to improve the efficiency of Exceptionless and all of our projects. If you see any room for improvement or have any comments when using anything from us, please send us an in-app message or submit a GitHub issue.
Thanks
We'd like to say thank you to the community and project sponsors for helping us ship 8.0!
v8.1.3
What's Changed
This release greatly improves the offline and global experience as a cdn access is no longer required.
New Features
- Removed need for cdn dependencies by using vendor bundle by @zivillian in #1423
Upgrading to 8.0
The only users that need to worry about upgrading anything for this new release are self-hosters. If you are self-hosting Exceptionless, please review the Self Hosting Documentation, which contains information about upgrading your existing install. Please review the self-hosting documentation for more information.
Please take a look at the change log for a full list of the changes.
Always Improving
We’re always striving to improve the efficiency of Exceptionless and all of our projects. If you see any room for improvement or have any comments when using anything from us, please send us an in-app message or submit a GitHub issue.
Thanks
We'd like to say thank you to the community and project sponsors for helping us ship 8.0!
v8.1.2
Full Changelog: v8.1.1...v8.1.2
v8.1.1
Full Changelog: v8.1.0...v8.1.1
v8.1.0
What's Changed
Our latest update includes running on .NET 8 enabling Nullable Reference Types which discovered quite a few bugs and improved the Open API code generation.
Enhancements
- Support nullable reference types (#1399)
- Fixed various issues with our OpenAPI definitions (425c486)
Upgrading to 8.1
The only users that need to worry about upgrading anything for this new release are self-hosters. If you are self-hosting Exceptionless, please review the Self Hosting Documentation, which contains information about upgrading your existing install. Please review the self-hosting documentation for more information.
Please take a look at the change log for a full list of the changes.
Always Improving
We’re always striving to improve the efficiency of Exceptionless and all of our projects. If you see any room for improvement or have any comments when using anything from us, please send us an in-app message or submit a GitHub issue.
Thanks
We'd like to say thank you to the community and project sponsors for helping us ship 8.0!
v8.0.4
What's Changed
Our latest update includes some new features and enhancements.
New Features
- Added Search Before and After stable paging by @niemyjski in #1385 #1382
Enhancements
- Updated to Elasticsearch 8 and Redis 7 by default for all Kubernetes based deployment scripts.
Upgrading to 8.0
The only users that need to worry about upgrading anything for this new release are self-hosters. If you are self-hosting Exceptionless, please review the Self Hosting Documentation, which contains information about upgrading your existing install. Please review the self-hosting documentation for more information.
Please take a look at the change log for a full list of the changes.
Always Improving
We’re always striving to improve the efficiency of Exceptionless and all of our projects. If you see any room for improvement or have any comments when using anything from us, please send us an in-app message or submit a GitHub issue.
Thanks
We'd like to say thank you to the community and project sponsors for helping us ship 8.0!
v8.0.3
What's Changed
Our latest update includes some telemetry updates.
Enhancements
Upgrading to 8.0
The only users that need to worry about upgrading anything for this new release are self-hosters. If you are self-hosting Exceptionless, please review the Self Hosting Documentation, which contains information about upgrading your existing install. Please review the self-hosting documentation for more information.
Please take a look at the change log for a full list of the changes.
Always Improving
We’re always striving to improve the efficiency of Exceptionless and all of our projects. If you see any room for improvement or have any comments when using anything from us, please send us an in-app message or submit a GitHub issue.
Thanks
We'd like to say thank you to the community and project sponsors for helping us ship 8.0!
v8.0.2
What's Changed
Our latest update includes some new features and bug fixes.
New Features
- Manage project usability enhancements by @niemyjski in #1379
Bug Fixes
- Fixes #1288 Improved behavior of Version completion of Mark Fixed. Also fixed bug where version might not be saved. by @niemyjski in #1381
- Fixes #1289 Promoting a tab named the same as default tabs causes it to be unselectable via UI by @niemyjski in #1380
Upgrading to 8.0
The only users that need to worry about upgrading anything for this new release are self-hosters. If you are self-hosting Exceptionless, please review the Self Hosting Documentation, which contains information about upgrading your existing install. Please review the self-hosting documentation for more information.
Please take a look at the change log for a full list of the changes.
Always Improving
We’re always striving to improve the efficiency of Exceptionless and all of our projects. If you see any room for improvement or have any comments when using anything from us, please send us an in-app message or submit a GitHub issue.
Thanks
We'd like to say thank you to the community and project sponsors for helping us ship 8.0!
v8.0.1
What's Changed
Our latest update includes some new features and bug fixes. We also spent time ensuring consistent code formatting is applied across the code base during pre-commit on staged files. All builds now have a quality gate to ensure linting passes for all code to help catch and prevent future bugs.
New Features
- Add support for processing and displaying header values (#1303)
- Use Husky.Net for code formatting on pre-commit, update build to lint by @niemyjski in #1330
Bug Fixes
- Fixes #1304 wrapping cert path to allow blank space in path by @enkelmedia in #1305
- Fixes #1316 Preserve extended data titles by @niemyjski in #1334
- Fixes #1360: Additional Exception.Data items are not shown in the ui. by @niemyjski in #1361
- Fixes #1338: Preserve extended data names and sort order by @niemyjski in #1362
Breaking Changes
- Changed the default port from 5000 to 5200 for local development. This was due to MacOS was already using this port. 4ba5734
Upgrading to 8.0
The only users that need to worry about upgrading anything for this new release are self-hosters. If you are self-hosting Exceptionless, please review the Self Hosting Documentation, which contains information about upgrading your existing install. Please review the self-hosting documentation for more information.
Please take a look at the change log for a full list of the changes.
Always Improving
We’re always striving to improve the efficiency of Exceptionless and all of our projects. If you see any room for improvement or have any comments when using anything from us, please send us an in-app message or submit a GitHub issue.
Thanks
We'd like to say thank you to the community and project sponsors for helping us ship 8.0!