Releases: mozilla-services/socorro
Releases · mozilla-services/socorro
275
Fixes bug 1368498 - Do not error out if crash signature field is miss…
274
circleci conf: working with push to dockerhub
273
Update pytest, pytest-metadata, and selenium to latest (#3792)
272
Fixes bug 1362048 - Redacted away StackTraces from raw_crash in ES. (…
271: Fixes bug 1362125 - Fixed KeyError in JitCrashCategorizeRule. (#3766)
The JitCrashCategorizeRule assumed a crashing_thread was always present in the json_dump, and that turned out not to always be true. We want to verify that there is one before running the rule.
270
Fixes bug 1362061 - Use actual new addons format in ThemePrettyNameRu…
269
Inproved PolystorageError exceptions in log (#3732)
268: fixes bug 1359430 - Stop using ReleasesFeatured (#3741)
* fixes bug 1359430 - Stop using ReleasesFeatured * nits
267
Fix Breakpad build in taskcluster by using a slightly-older GCC. (#3725)
266: fixes bug 1352385 - Use active versions if 0 featured versions (#3713)
* fixes bug 1352385 - Use active versions if 0 featured versions * all nits addressed