Skip to content

Releases: coderrio/Coderr.Server

v1.1.1 - Service release

13 Nov 21:38
Compare
Choose a tag to compare

Changes

  • Bug fixes
  • Performance improvements
  • New plugin interfaces

Installation

Installation guide

Upgrade from previous version

  1. Save your connection string
  2. Delete everything from your IIS folder
  3. Unzip the zip package to the IIS folder.
  4. Change Configured to true in web.config
  5. Restore your connnection string
  6. Browse to the website/webapplication

Minor fixes for v1.1

03 Nov 12:15
Compare
Choose a tag to compare

v1.1.0.1

  • A customer received very large error reports (100Mb JSON) for certain errors. Those are now discarded.
  • Changed so that the new ReportReceivedAt property is used when displaying incidents.
  • Corrected issues in the SQL schema updater
  • Improved performance for the background job that deletes old reports.

v1.1

New user interface

The UI have been redone completely. Slicker, faster and easier to navigate.

Tracking application versions

codeRR can now tell you which version of your application that the exception was thrown in. See if the same exception exists in multiple versions.

Each incident is tagged with the application versions that they occur in.

Better workflow

We have now the following states for incidents

  • New - Arrived, have not been reviewed or assigned.
  • Assigned - Someone are correcting the bug
  • Ignored - Not a real issue (or already corrected)
  • Closed - Corrected

Basic plugin system

It's now possible to write plugins (which can use all other parts of the system through Dependency Injection).

Minor changes

  • You can now change your email
  • Secure install, even on publicly accessible servers.
  • Turn off registration of new users
  • An ApiClient which can be used to command all parts of codeRR.
  • Reworked the user feedback section.
  • Improved how error descriptions from users are presented
  • Date/Time is now converted to local time in the UI
  • Improved the installation wizard
  • The installation wizard is now secure (must specify a password to be able to start it)
  • Links in notification emails goes directly to the correct incident.
  • Stack traces are now displayed directly on the incident
  • Created an application wizard guiding you through the steps required configure your application

Installation

  1. Unzip the zip package in an IIS folder (C:\inetpub\wwwroot\coderr).
  2. Configure IIS so that the folder is a Web Application
  3. Create a new empty database
  4. Change the ConfigurationKey value in web.config
  5. Browse to the website/webapplication and follow the instructions

Upgrade from previous version

  1. Save your connection string
  2. Delete everything from your IIS folder
  3. Unzip the zip package to the IIS folder.
  4. Change Configured to true in web.config
  5. Restore your connnection string
  6. Browse to the website/webapplication

codeRR v1.1

01 Nov 08:15
Compare
Choose a tag to compare

New user interface

The UI have been redone completely. Slicker, faster and easier to navigate.

Tracking application versions

codeRR can now tell you which version of your application that the exception was thrown in. See if the same exception exists in multiple versions.

Each incident is tagged with the application versions that they occur in.

Better workflow

We have now the following states for incidents

  • New - Arrived, have not been reviewed or assigned.
  • Assigned - Someone are correcting the bug
  • Ignored - Not a real issue (or already corrected)
  • Closed - Corrected

Basic plugin system

It's now possible to write plugins (which can use all other parts of the system through Dependency Injection).

Minor changes

  • You can now change your email
  • Secure install, even on publicly accessible servers.
  • Turn off registration of new users
  • An ApiClient which can be used to command all parts of codeRR.
  • Reworked the user feedback section.
  • Improved how error descriptions from users are presented
  • Date/Time is now converted to local time in the UI
  • Improved the installation wizard
  • The installation wizard is now secure (must specify a password to be able to start it)
  • Links in notification emails goes directly to the correct incident.
  • Stack traces are now displayed directly on the incident
  • Created an application wizard guiding you through the steps required configure your application

Installation

  1. Unzip the zip package in an IIS folder (C:\inetpub\wwwroot\coderr).
  2. Configure IIS so that the folder is a Web Application
  3. Create a new empty database
  4. Change the ConfigurationKey value in web.config
  5. Browse to the website/webapplication and follow the instructions

Upgrade from previous version

  1. Save your connection string
  2. Delete everything from your IIS folder
  3. Unzip the zip package to the IIS folder.
  4. Change Configured to true in web.config
  5. Restore your connnection string
  6. Browse to the website/webapplication

v1.1 release candidate 2

27 Oct 18:40
Compare
Choose a tag to compare
Pre-release

It has finally arrived. A new version loaded with new features.

Major changes

New user interface

The UI have been updated to Bootstrap v4 and a more modern look.
Faster, easier to navigate and refined information.

Tracking application versions

You can now configure codeRR to track application versions (to see which version the exception was thrown in).
Will also show if the same exception is thrown in multiple versions.

Each incident is tagged with the application versions that they occur in.

Basic plugin system

It's now possible to write plugins (which can use all other parts of the system through Dependency Injection).

Minor changes

  • You can now change your email
  • Secure install, even on publicly accessible servers.
  • Turn off registration of new users
  • An ApiClient which can be used to command all parts of codeRR.
  • Reworked the user feedback section.

Installation

  1. Unzip the zip package in an IIS folder (C:\inetpub\wwwroot\coderr).
  2. Create a new empty database
  3. Change the ConfigurationKey value in web.config
  4. Browse to the website/webapplication and follow the instructions

Upgrade from previous version

  1. Save your connection string
  2. Delete everything from your IIS folder
  3. Unzip the zip package to the IIS folder.
  4. Change Configured to true in web.config
  5. Restore your connnection string
  6. Browse to the website/webapplication

First release candidate for v1.1

26 Oct 08:34
Compare
Choose a tag to compare
Pre-release

It has finally arrived. A new version loaded with new features.

Major changes

New user interface

The UI have been updated to Bootstrap v4 and a more modern look.
Faster, easier to navigate and refined information.

Tracking application versions

You can now configure codeRR to track application versions (to see which version the exception was thrown in).
Will also show if the same exception is thrown in multiple versions.

Basic plugin system

It's now possible to write plugins (which can use all other parts of the system through Dependency Injection).

Minor changes

  • You can now change your email
  • Secure install, even on publicly accessible servers.
  • Turn off registration of new users
  • An ApiClient which can be used to command all parts of codeRR.

Installation

  1. Unzip the zip package in an IIS folder (C:\inetpub\wwwroot\coderr).
  2. Create a new empty database
  3. Change the ConfigurationKey value in web.config
  4. Browse to the website/webapplication and follow the instructions

Upgrade from previous version

  1. Save your connection string
  2. Delete everything from your IIS folder
  3. Unzip the zip package to the IIS folder.
  4. Change Configured to true in web.config
  5. Restore your connnection string
  6. Browse to the website/webapplication

codeRR v1.1 (beta 1)

18 Oct 18:27
Compare
Choose a tag to compare
codeRR v1.1 (beta 1) Pre-release
Pre-release

It has finally arrived. A new version loaded with new features.

Major changes

New user interface

The UI have been updated to Bootstrap v4 and a more modern look.

Tracking application versions

You can now configure codeRR to track application versions (to see which version the exception was thrown in).
Will also show if the same exception is thrown in multiple versions.

Basic plugin system

It's now possible to write plugins (which can use all other parts of the system through Dependency Injection).

Minor changes

  • You can now change your email
  • Secure install, even on publicly accessible servers.
  • Turn off registration of new users
  • An ApiClient which can be used to command all parts of codeRR.

Installation

  1. Unzip the zip package in an IIS folder (C:\inetpub\wwwroot\coderr).
  2. Change the ConfigurationKey value in web.config
  3. Browse to the website/webapplication and follow the instructions

Upgrade from previous version

  1. Save your connection string
  2. Delete everything from your IIS folder
  3. Unzip the zip package to the IIS folder.
  4. Change Configured to true in web.config
  5. Restore your connnection string
  6. Browse to the website/webapplication

v1.0.0

27 Feb 19:11
Compare
Choose a tag to compare

First official release.

Installation guide
(For upgrades, just replace all files, except the config)

1.0.0-rc6

16 Feb 20:18
Compare
Choose a tag to compare
1.0.0-rc6 Pre-release
Pre-release

This should be the final RC. If no bugs are reported during the upcoming week, v1.0 will be released.

Installation guide
(For upgrades, just replace all files, except the config)

Improvements

  • Corrected issue #21
  • Corrected issue #20
  • Corrected issue #18
  • Implemented issue #7

1.0.0-rc5

03 Oct 20:21
Compare
Choose a tag to compare
1.0.0-rc5 Pre-release
Pre-release

Not suitable for production.

Installation guide

Improvements

  • Corrected issue #6 - Ability to delete applications from admin area
  • Corrected issue #3 - Added an API client - Administer OneTrueError from your own application
  • Implemented automatic database schema upgrade
  • Implemented foreign keys
  • Corrected a few minor issues

1.0.0-rc4

15 Sep 10:34
Compare
Choose a tag to compare
1.0.0-rc4 Pre-release
Pre-release

Not suitable for production.

Installation guide

Improvements

  • Corrected issue #4
  • Increased the RemoteAddress column size for reports so that IPv6 addresses can be stored
  • Made sure that the site works when the url have no trailing slash
  • Fixed so that virtual paths are supported when redirecting to login page.