This repository was archived by the owner on Sep 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11# v0.3.2 (Unreleased)
22
3+ NEW FEATURES:
4+
5+ * Disable SourceManager lock by setting ` DEPNOLOCK ` environment variable.
6+ (#1206 )
7+
38BUG FIXES:
49
10+ * gps: Fix case mismatch error with multiple dependers. (#1233 )
511* Skip broken ` vendor ` symlink rather than returning an error. (#1191 )
612* Fix ` status ` shows incorrect reason for lock mismatch when ignoring packages.
713(#1216 )
814
915IMPROVEMENTS:
1016
17+ * Allow ` dep ensure -add ` and ` -update ` when lock is out-of-sync. (#1225 )
18+ * gps: vcs: Dedupe git version list (#1212 )
19+ * gps: Add prune functions to gps. (#1020 )
20+ * gps: Skip broken vendor symlinks. (#1191 )
1121* ` dep ensure -add ` now concurrently fetches the source and adds the projects.
1222(#1218 )
1323* File name case check is now performed on ` Gopkg.toml ` and ` Gopkg.lock ` .
@@ -17,6 +27,13 @@ IMPROVEMENTS:
1727Improving performance when updating dependencies with ` -update ` . (#1175 )
1828* ` dep status ` now concurrently fetches repo info. Improving status performance.
1929(#1135 )
30+ * gps: Add SourceURLsForPath() to SourceManager. (#1166 )
31+ * gps: Include output in error. (#1180 )
32+
33+ WIP:
34+
35+ * gps: Process canonical import paths. (#1017 )
36+ * gps: Persistent cache. (#1127 , #1215 )
2037
2138
2239# v0.3.1
You can’t perform that action at this time.
0 commit comments