Releases: ACRA/acra
Releases · ACRA/acra
ACRA-5.3.0 Release candidate 2
Fixed HttpSender #731
ACRA-5.3.0 Release candidate 1
ACRA-5.3.0 Beta 3
ACRA-5.3.0 Beta 2
Reverted #713 as it seems to be completely broken.
ACRA-5.3.0 Beta 1
ACRA-5.2.1
ACRA-5.2.0
Release Notes:
- Allows multiple init calls for testing
- no more
maxSdkVersion
on theWAKE_LOCK
permission. Users who want this may add it themselves, for all others it was causing hard to detect errors. - Does not include the
advanced-scheduler
. You may use the release candidate if you want the features provided by the module, but its API will change in the near future.
ACRA-5.2.0-rc2
Release Notes:
- New: Http gzip compression option. Default: off
- for http post attachments, ACRA will now send
multipart/form-data
instead ofmultipart/mixed
. If you do rely onmultipart/mixed
, please open an issue and it will be brought back as an option. - New: Option for custom
PluginLoader
. This allows to use ACRA in even more cases, even ifServiceLoader
won't work.
ACRA-5.2.0-rc1
Release Notes:
- New Plugin named
advanced-scheduler
for scheduling reports based on conditions (e.g. wifi connectivity) and for restarting the application after a crash (#660). See @AcraScheduler ErrorReporter
now exposes aSenderScheduler
throughgetReportScheduler()
, which allows you to manually retry unsent reports.