Skip to content

Releases: dart-lang/tools

package:source_map_stack_trace v2.1.2

21 Aug 11:24
56db6f3
Compare
Choose a tag to compare
  • Require Dart 3.3.0
  • Move to dart-lang/tools monorepo.

package:oauth2 v2.0.3

21 Aug 12:42
bc35f17
Compare
Choose a tag to compare
  • Require package:http v1.0.0
  • Move to dart-lang/tools.

package:graphs v2.3.2

18 Jul 17:05
55dbd6e
Compare
Choose a tag to compare
  • Require Dart 3.4
  • Update to the latest version of package:dart_flutter_team_lints.

unified_analytics v5.8.8+2

27 Jun 19:57
accba5e
Compare
Choose a tag to compare
  • Avoid opening large telemetry log files to prevent out of memory errors.
  • Fixed bug where calling Analytics.send could result in a FileSystemException when unable to write to a log file.

unified_analytics v6.1.2

26 Jun 04:47
4c60686
Compare
Choose a tag to compare

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

05 Jun 19:41
4321aec
Compare
Choose a tag to compare

What's Changed

  • [unified_analytics] Suppress any FileSystemException thrown during Analytics.send by @andrewkolos in #274

Full Changelog: unified_analytics-v6.1.0...unified_analytics-v6.1.1

package:unified_analytics v6.1.0

22 Apr 16:56
3e21ae9
Compare
Choose a tag to compare
  • Added new event constructor Event.devtoolsEvent for the single devtools event with a new enum value DashEvent.devtoolsEvent

package:unified_analytics v6.0.0

02 Apr 16:51
d86ea23
Compare
Choose a tag to compare
  • Consolidate Session functionality into UserProperty to prevent race condition crash where session logic crashed before initializing UserProperty
  • Get rid of late variables throughout implementation class, AnalyticsImpl
  • Any error events (Event.analyticsException) encountered within package will be sent when invoking Analytics.close; replacing ErrorHandler functionality
  • Exposing new method for FakeAnalytics.sendPendingErrorEvents to send error events on command
  • Added Event.fromJson static method to generate instance of Event from JSON
  • Remove unused parameters measurementId and apiSecret from the Analytics.test constructor
  • Remove Analytics.test factory constructor in favor of Analytics.fake static method to return a FakeAnalytics instance
  • Remove FakeAnalytics default constructor in favor of Analytics.fake

package:unified_analytics v5.8.8

15 Mar 13:33
f611290
Compare
Choose a tag to compare
  • Bug fix rewrite the other call site for the session file

package:unified_analytics v5.8.7

14 Mar 21:06
0a9f87c
Compare
Choose a tag to compare
  • Bug fix to rewrite the last_ping key into the session json file