Skip to content

0.7.0

Choose a tag to compare

@getsentry-bot getsentry-bot released this 09 Feb 14:09

Features

  • Added a field adjust_instruction_addr: Option<bool> to RawFrame to signal whether the
    frame's instruction address needs to be adjusted for symbolication. (#948)
  • Added offline mode and caching to symbolicli. (#967,#968)
  • Support PortablePDB embedded sources. (#996)
  • Properly support NuGet symbols with SymbolChecksum. (#993)

Internal

  • Use a default crash DB if we have a Cache configured. (#941)
  • Simplified internal error and cache architecture. (#929,
    #936, #937)
  • Migrate from rusoto to aws-sdk-s3. (#849, #954)
  • Replace the last remaining LRU caches with moka versions and remove lru dependency. (#978)

Dependencies