Skip to content

3.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@konraddysput konraddysput released this 28 Apr 10:52
· 148 commits to master since this release

Version 3.0.0

  • Removed JSON.NET Dependency - now Backtrace library provide our own serializer just for BacktraceReport usage.
  • BacktraceJObject allowed us to decrease size of Backtrace.Unity assembly.
  • BacktraceClient and BacktraceReport allow our user to pass attributes in dictionary form with string key and string values. Because we want our serializer to be as fast as possible, we will require attributes in Dictionary<string, string> data structure.
  • BacktraceDatabase won't try to deserialize BacktraceReport anymore - because of that, callback api won't return BacktraceReport object in BacktraceResult.

Version 3.0.0-alpha1 fixes:

  • fixed invalid JSON properties that start ','.