# DevTools 2.27.0 release notes

> Release notes for Dart and Flutter DevTools version 2.27.0.



The 2.27.0 release of the Dart and Flutter DevTools
includes the following changes among other general improvements.
To learn more about DevTools, check out the
[DevTools overview](https://docs.flutter.dev/tools/devtools).

## Network profiler updates

- Fix a crash with large text in network requests and responses -
  [#6254](https://github.com/flutter/devtools/pull/6254)

  ![Example truncation of text in the network view](/assets/images/docs/tools/devtools/release-notes/images-2.27.0/truncation.png "Example truncation of text in the network view")

## Full commit history

To find a complete list of changes since the previous release,
check out
[the diff on GitHub](https://github.com/flutter/devtools/compare/v2.26.1...v2.27.0).

