Releases: dart-lang/tools
Releases · dart-lang/tools
package:unified_analytics v6.1.3
- Require Dart 3.4.
- Added
isWasmparameter to theEvent.devtoolsEventconstructor. - Added an optional parameter
datato theEvent.exceptionconstructor.
package:coverage v1.9.2
- Fix repository link in pubspec.
package:coverage v1.9.1
- Remove outdated VM service version checks.
- Move to
dart-lang/tools.
package:mime v1.0.6
- Add
topicssection topubspec.yaml. - Move to
dart-lang/toolsmonorepo.
package:source_map_stack_trace v2.1.2
- Require Dart 3.3.0
- Move to
dart-lang/toolsmonorepo.
package:oauth2 v2.0.3
- Require
package:httpv1.0.0 - Move to
dart-lang/tools.
package:graphs v2.3.2
- Require Dart 3.4
- Update to the latest version of
package:dart_flutter_team_lints.
unified_analytics v5.8.8+2
- Avoid opening large telemetry log files to prevent out of memory errors.
- Fixed bug where calling
Analytics.sendcould result in aFileSystemExceptionwhen unable to write to a log file.
unified_analytics v6.1.2
What's Changed
- unified_analytics: now deletes old log file if it exceeds kMaxLogFileSize of 25MiB (to prevent
FileSystemExceptions) by @christopherfujino in #277
Full Changelog: unified_analytics-v6.1.1...unified_analytics-v6.1.2
unified_analytics v6.1.1
What's Changed
- [unified_analytics] Suppress any
FileSystemExceptionthrown duringAnalytics.sendby @andrewkolos in #274
Full Changelog: unified_analytics-v6.1.0...unified_analytics-v6.1.1