The past 90 days shipped incremental builds and two stable releases focused on expanding mobile and sourcemap tooling. Version 3.3.4 added sentry-cli build download to fetch installable builds by ID and sentry-cli code-mappings upload for bulk importing mappings from JSON, with automatic batching and git remote inference. Version 3.3.5 followed with image hashing parallelization via rayon and a fix to skip non-base64 embedded sourcemaps during injection. Snapshot releases have accumulated since mid-March as work continues toward the next stable version.
Expanded developer tooling for mobile and source mapping workflows. Added sentry-cli build download to retrieve installable builds by ID and sentry-cli code-mappings upload for bulk code mapping imports with automatic git metadata inference and batching. Reorganized ProGuard commands under a new proguard namespace—upload-proguard remains aliased for backward compatibility—while adding proguard uuid to compute mapping file identifiers. Also parallelized snapshot image hashing and fixed sourcemap injection to skip non-base64 embedded files.
February solidified source map handling and hardened the CLI against edge cases. The 3.2.0 release shipped debug ID injection for source maps and added --install-group to control build update visibility, while fixes addressed GitHub Enterprise URL detection, dart-symbol-map argument parsing, and a potential infinite loop in build upload polling. Patch releases followed with improvements to Dart symbol resolution and DNS retry logic, plus vulnerability updates to the minimatch dependency across versions.