Skip to content

Releases: exceptionless/Exceptionless

v8.1.5

20 Oct 13:27
Compare
Choose a tag to compare

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

19 Oct 01:36
Compare
Choose a tag to compare

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

19 Oct 01:34
Compare
Choose a tag to compare
v8.1.3 Pre-release
Pre-release

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

19 Oct 01:31
Compare
Choose a tag to compare
v8.1.2 Pre-release
Pre-release

Full Changelog: v8.1.1...v8.1.2

v8.1.1

19 Oct 01:31
Compare
Choose a tag to compare
v8.1.1 Pre-release
Pre-release

Full Changelog: v8.1.0...v8.1.1

v8.1.0

19 Oct 01:28
Compare
Choose a tag to compare

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

01 Aug 12:12
c45957f
Compare
Choose a tag to compare

What's Changed

Our latest update includes some new features and enhancements.

New Features

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

01 Aug 11:56
Compare
Choose a tag to compare

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

01 Aug 11:54
Compare
Choose a tag to compare

What's Changed

Our latest update includes some new features and bug fixes.

New Features

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

14 Jul 12:20
Compare
Choose a tag to compare

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)
    image
  • Use Husky.Net for code formatting on pre-commit, update build to lint by @niemyjski in #1330

Bug Fixes

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!