diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4829f04e8..29e2bfd68fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -274,15 +274,22 @@ the `PUB_ALLOW_PRERELEASE_SDK` environment variable to `false`. * Pub will now automatically retry HTTP requests that fail with a 502, 503, of 504 error code ([issue 1556][pub#1556]). +* Pub now caches compiled packages and snapshots in the `.dart_tool/pub` + directory, rather than the `.pub` directory ([issue 1795][pub#1795]). + * Emit exit code 66 when a path dependency doesn't exist ([issue 1747][pub#1747]). * `pub publish` throws a more explicit error if the `publish_to` field isn't an absolute URL ([issue 1769][pub#1769]). +* `pub publish` provides more detailed information if the package is too large + to upload. + [pub#1556]: https://github.com/dart-lang/pub/issues/1556 [pub#1747]: https://github.com/dart-lang/pub/issues/1747 [pub#1769]: https://github.com/dart-lang/pub/issues/1769 [pub#1775]: https://github.com/dart-lang/pub/issues/1775 +[pub#1795]: https://github.com/dart-lang/pub/issues/1795 ##### Bug Fixes diff --git a/DEPS b/DEPS index 0f9256cb69b..3776e3dada3 100644 --- a/DEPS +++ b/DEPS @@ -115,7 +115,7 @@ vars = { "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", "pool_tag": "@1.3.4", "protobuf_tag": "@0.7.0", - "pub_rev": "@64c5f40adf6828da1b63320dd39bcedbef1354c6", + "pub_rev": "@73ff0d3d9f80f60d41e3135ac44597d011abb4f3", "pub_semver_tag": "@1.3.2", "quiver_tag": "@0.28.0", "resource_rev":"@af5a5bf65511943398146cf146e466e5f0b95cb9",