Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/datadog_dio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

* Add RUM resource size tracking for chunked / streamed responses.

## 2.0.0

* Expose `DatadogDioInterceptor`. See [#906](https://github.com/DataDog/dd-sdk-flutter/issues/906)
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog_dio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: datadog_dio
description: "Support tracking and distributed tracing of Dio network requests in Datadog."
version: 2.1.0
version: 2.2.0
homepage: https://datadoghq.com
repository: https://github.com/DataDog/dd-sdk-flutter

Expand Down
15 changes: 15 additions & 0 deletions packages/datadog_flutter_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 3.1.0

* Improve precedence handling for nested `GestureDetector` and `InkWell`.
* Update iOS SDK to 3.7.0. For a full list of changes, see the [iOS Changelog](https://github.com/DataDog/dd-sdk-ios/blob/develop/CHANGELOG.md).
* Report time to initial display (TTID).
* Add public API to report time to full display (TTFD)
* Remove application_start action from ApplicationLaunch.
* Track Slow Frames (view hitches) by default.
* Replace PLCrashReporter by KSCrash as `DatadogCrashReporting plugin.
* Prevent crashes related to swapping the __cxa_throw function.
* Skip malformed Logs attributes individually instead of dropping the entire event, and log clear error messages.
* Propagate feature flags to RUM error and view events for crashes, fatal app hangs, and watchdog terminations
* Update Android SDK to 3.6.0. For a full list of changes see the [Android Changelog](https://github.com/DataDog/dd-sdk-android/blob/develop/CHANGELOG.md).
* Mark fatal ANR as processed before RUM events are written.

## 3.0.1

* Add missing Proguard rules for Android. See [#932](https://github.com/DataDog/dd-sdk-flutter/issues/932)
Expand Down
1 change: 1 addition & 0 deletions packages/datadog_flutter_plugin/NATIVE_SDK_VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Flutter | iOS SDK | Android SDK |
|---------|---------|-------------|
| 3.1.0 | 3.7.0 | 3.6.0 |
| 3.0.1 | 3.4.0 | 3.5.0 |
| 3.0.0 | 3.4.0 | 3.5.0 |
| 2.16.1 | 2.30.1 | 2.26.1 |
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog_flutter_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For complete documentation, see the [official Datadog documentation][11].

| iOS SDK | Android SDK | Browser SDK |
| :-----: | :---------: | :---------: |
| 3.4.0 | 3.5.0 | 5.x.x |
| 3.7.0 | 3.6.0 | 5.x.x |

[//]: # (End SDK Table)

Expand Down
2 changes: 1 addition & 1 deletion packages/datadog_flutter_plugin/lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016-Present Datadog, Inc.

const ddPackageVersion = '3.1.0';
const ddPackageVersion = '3.2.0';
2 changes: 1 addition & 1 deletion packages/datadog_flutter_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: datadog_flutter_plugin
description: Flutter bindings and tools for utilizing Datadog Mobile SDks
version: 3.1.0
version: 3.2.0
repository: https://github.com/DataDog/dd-sdk-flutter

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/datadog_tracking_http_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.1.0

* Add RUM resource size tracking for chunked / streamed responses.

## 3.0.1

* Properly depend on Datadog 3.0.
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog_tracking_http_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: datadog_tracking_http_client
description: A wrapping implementation of HttpClient for tracking resources with Datadog
version: 3.1.0
version: 3.2.0
repository: https://github.com/DataDog/dd-sdk-flutter
homepage: https://datadoghq.com

Expand Down