Skip to content

0.4.1

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 22 Dec 11:34
· 765 commits to master since this release

Features

  • Very basic shared-cache support, allowing multiple symbolicators to share one global cache and have faster warmup times. (#581)
  • Support concurrency control and backpressure on uploading to shared cache. (#584)
  • Use Google Application Credentials to authenticate to GCS in the shared cache. (#591)

Fixes

  • Truncate Malformed and Cache-Specific entries in the cache to match the length of their contents, in case they overwrote some longer, existing entry. (#586)