File tree 2 files changed +8
-1
lines changed 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -274,15 +274,22 @@ the `PUB_ALLOW_PRERELEASE_SDK` environment variable to `false`.
274
274
* Pub will now automatically retry HTTP requests that fail with a 502, 503, of
275
275
504 error code ([ issue 1556] [ pub#1556 ] ).
276
276
277
+ * Pub now caches compiled packages and snapshots in the ` .dart_tool/pub `
278
+ directory, rather than the ` .pub ` directory ([ issue 1795] [ pub#1795 ] ).
279
+
277
280
* Emit exit code 66 when a path dependency doesn't exist ([ issue 1747] [ pub#1747 ] ).
278
281
279
282
* ` pub publish ` throws a more explicit error if the ` publish_to ` field isn't an
280
283
absolute URL ([ issue 1769] [ pub#1769 ] ).
281
284
285
+ * ` pub publish ` provides more detailed information if the package is too large
286
+ to upload.
287
+
282
288
[ pub#1556 ] : https://github.com/dart-lang/pub/issues/1556
283
289
[ pub#1747 ] : https://github.com/dart-lang/pub/issues/1747
284
290
[ pub#1769 ] : https://github.com/dart-lang/pub/issues/1769
285
291
[ pub#1775 ] : https://github.com/dart-lang/pub/issues/1775
292
+ [ pub#1795 ] : https://github.com/dart-lang/pub/issues/1795
286
293
287
294
##### Bug Fixes
288
295
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ vars = {
115
115
"ply_rev" : "@604b32590ffad5cbb82e4afef1d305512d06ae93" ,
116
116
"pool_tag" : "@1.3.4" ,
117
117
"protobuf_tag" : "@0.7.0" ,
118
- "pub_rev" : "@64c5f40adf6828da1b63320dd39bcedbef1354c6 " ,
118
+ "pub_rev" : "@73ff0d3d9f80f60d41e3135ac44597d011abb4f3 " ,
119
119
"pub_semver_tag" : "@1.3.2" ,
120
120
"quiver_tag" : "@0.28.0" ,
121
121
"resource_rev" :"@af5a5bf65511943398146cf146e466e5f0b95cb9" ,
You can’t perform that action at this time.
0 commit comments