github.com/stevenshuang/glide@v0.13.3/CHANGELOG.md (about)

     1  # Release 0.13.3 (2019-07-12)
     2  
     3  ## Fixed
     4  
     5  - #1056: Fixed issue where Glide is not detecting crypto/ed25519, now in the stdlib (thanks @martinkunc)
     6  - #1033: Fixed segfault with Glide 0.13.2 when stripping Godep workspace (thanks @databus23)
     7  
     8  # Release 0.13.2 (2018-09-26)
     9  
    10  ## Fixed
    11  
    12  - #956: Fixed Error handling nested vendor folders (thanks @apynes2)
    13  - #953: Fixed issue where error was not propagating
    14  
    15  # Release 0.13.1 (2017-11-07)
    16  
    17  ## Fixed
    18  
    19  - #935: Fix handling of new core package math/bits (thanks @prateek)
    20  
    21  # Release 0.13.0 (2017-09-28)
    22  
    23  ## Added
    24  
    25  - #631: Verify version during build in automation (thanks @breerly)
    26  - #711: Added a commit hash example to the docs (thanks @mh-cbon)
    27  - #771: Handling default GOPATH for Go 1.8
    28  - #814: Adding install instructions for Ubuntu 17.04 (thanks @HaraldNordgren)
    29  - #870: Added support for s390x architecture (thanks @Nayana-ibm)
    30  
    31  ## Changed
    32  
    33  - #582: Removed verbose flag as it was not being used (thanks @kelcecil)
    34  - #697: Preserve vendor/.git, if it exists. (thanks @sdboyer)
    35  - #686: Make ending dots in output more consistent (thanks @stevenroose)
    36  - #748: Updated tests to work windows and add windows CI testing
    37  - #717: Cache GOROOT at init time for performance (thanks @heyitsanthony)
    38  - #797, #821, #908: Updating to the latest version of the dependencies
    39  - #800: Allow VERSION of glide to be passed in with build script (thanks @BlackYoup)
    40  - #774: Add docs on using go get to install glide (thanks @philoserf)
    41  - #907: Updated Travis CI language versions of Go to test against (thanks @dvrkps)
    42  - #916: Update gox to version managed by Masterminds for builds
    43  
    44  ## Fixed
    45  
    46  - #736: Find home dir without using cgo (thanks @krancour)
    47  - #603: Fixed where, in some cases not importing dependencies config
    48  - #620: Fixed grammar usage on projects (thanks @server-monitor)
    49  - #623: Fixed typos in help and  (thanks @jonboulle)
    50  - #628: Fixed typos (thanks @philoserf)
    51  - #733: Fixed documentation issues (thanks @matiasanaya)
    52  - #747: Fixed issue with glide home directory (thanks @agatan)
    53  - #759: More spelling fixes (thanks @jbirch)
    54  - #775: Even more doc typo fixes (thanks @cristiangreco)
    55  - #811: Fixed issue with windows git submodules
    56  - #819: Fixed more typos (thanks @zoofood)
    57  - #829: Fixed preservation of .git files correctly (@RaduBerinde)
    58  - #778: Fixed removing and moving large sets of files fails on Windows
    59  - #910: Fixed issue due to go/build.ImportDir change response on not found dir
    60  - #906: Fixed CustomRemoveAll() to handle spaces in paths, and also file not found (thanks @jpz)
    61  
    62  # Release 0.12.3 (2016-10-03)
    63  
    64  ## Fixed
    65  - #615: Fixed possible situation where resolver could get stuck in a loop
    66  
    67  # Release 0.12.2 (2016-09-13)
    68  
    69  ## Fixed
    70  - #599: In some cases was not importing dependencies config
    71  - #601: Fixed issue where --all-dependencies flag stopped working
    72  
    73  # Release 0.12.1 (2016-08-31)
    74  
    75  ## Fixed
    76  - #578: Not resolving parent project packages in some cases
    77  - #580: cross-device error handling failed on Windows in some cases
    78  - #590: When exit signal received remove global lock
    79  
    80  Note, Plan 9 is an experimental OS for Go. Due to some issues we are not going
    81  to be supporting builds for it at this time.
    82  
    83  # Release 0.12.0 (2016-08-23)
    84  
    85  ## Added
    86  - Support for distributions in FreeBSD, OpenBSD, NetBSD, and Plan9
    87  - #528: ARM release support (thanks @franciscocpg)
    88  - #563: Added initial integration testing
    89  - #533: Log VCS output with debug (`--debug` switch) when there was a VCS error (thanks @atombender)
    90  - #39: Added support for mirrors. See the mirror command and subcommands
    91  
    92  ## Changed
    93  - #521: Sort subpackages for glide.yaml and glide.lock to avoid spurious diffs
    94  - #487: Skip lookup of subpackage location when parent repo is already known
    95    This skips unnecessary network requests (thanks @hori-ryota)
    96  - #492 and #547: Dependencies are now resolved in a global cache and exported to
    97    vendor/ directories. This allows sharing of VCS data between projects without
    98    upseting the GOPATH versions and is faster for projects vendoring dependencies.
    99    Some flags including --update-vendored, --cache-gopath, --use-gopath, and some
   100    others are deprecated and no longer needed.
   101  
   102  ## Fixed
   103  - #287: When file or directory not found provide useful message
   104  - #559: Fixed error is nil issue (thanks @mfycheng)
   105  - #553: Export was failing with different physical devices
   106  - #542: Glide failed to detect some test dependencies (thanks @sdboyer)
   107  - #517: Fixed failure to install testImport from lock when no imports present
   108    or when same dependency on both import and testImport
   109  - #440: Fixed panic in `glide tree` when walking the filesystem (thanks @abhin4v)
   110  - #529: --delete flag deleted and re-downloaded transitive dependencies
   111  - #535: Resolve vendor directory symlinks (thanks @Fugiman)
   112  
   113  # Release 0.11.1 (2016-07-21)
   114  
   115  ## Fixed
   116  - #505: Ignored dependency showing up in testImport
   117  
   118  # Release 0.11.0 (2016-07-05)
   119  
   120  ## Added
   121  - #461: Resolve test imports
   122  - #458: Wizard and version detection are now on `glide get`
   123  - #444: New config wizard helps you find versions and set ranges. Can be run from
   124    `glide init` or as separate command
   125  - #438: Added ability to read symlink basedirs (thanks @klnusbaum)
   126  - #436: Added .idea to .gitignore
   127  - #393 and #401: Added a PPA (https://github.com/Masterminds/glide-ppa) and instructions
   128    on using it (thanks @franciscocpg)
   129  - #390: Added support for custom Go executable name. Needed for environments like
   130    appengine. Environment variable GLIDE_GO_EXECUTABLE (thanks @dpmcnevin)
   131  - #382: `glide info` command takes a format string and returns info (thanks @franciscocpg)
   132  - #365: glide list: support json output format (thanks @chancez)
   133  
   134  ## Changed
   135  - Tags are now in the form v[SemVer]. The change is the initial v on the tag.
   136    This is to conform with other Go tools that require this.
   137  - #501: Updating the plugins documentation and adding listing
   138  - #500: Log an error if stripping version control data fails (thanks @alexbrand)
   139  - #496: Updated to github.com/Masterminds/semver 1.1.1
   140  - #495: Updated to github.com/Masterminds/vcs 1.8.0
   141  - #494: Glide install skips fetch when it is up to date
   142  - #489: Make shared funcs for lockfile usage (thanks @heewa)
   143  - #459: When a conflict occurs output the tag, if one exists, for the commit
   144  - #443: Updating message indentation to be uniform
   145  - #431: Updated the docs on subpackages
   146  - #433: The global shared cache was reworked in prep for future uses
   147  - #396: Don't update the lock file if nothing has changed
   148  
   149  ## Fixed
   150  - #460: Sometimes ignored packages were written to lock file. Fixed.
   151  - #463: Fixed possible nil pointer issues
   152  - #453: Fix DeleteUnused flag which was not working (thanks @s-urbaniak)
   153  - #432: Fixed issue with new net/http/httptrace std lib package
   154  - #392: Correctly normalize Windows package paths (thanks @jrick)
   155  - #395: Creating the cache key did not handle SCP properly
   156  - #386: Fixed help text indentation
   157  - #383: Failed `glide get` had been updating files. No longer does this
   158  
   159  And thanks to @derelk, @franciscocpg, @shawnps, @kngu9, @tugberkugurlu, @rhcarvalho,
   160  @gyuho, and @7imon7ays for documentation updates.
   161  
   162  # Release 0.10.2 (2016-04-06)
   163  
   164  - Issue #362: Updated docs on how -update-vendored works to help avoid confusion.
   165  - Fixed #371: Warn when name/location mismatch.
   166  - Fixed #290: On windows Glide was sometimes pulls in current project (thanks tzneal).
   167  - Fixed #361: Handle relative imports (thanks tmm1).
   168  - Fixed #373: Go 1.7 context package import issues.
   169  
   170  # Release 0.10.1 (2016-03-25)
   171  
   172  - Fixed #354: Fixed a situation where a dependency could be fetched when
   173    set to ignore.
   174  
   175  # Release 0.10.0 (2016-03-24)
   176  
   177  - Issue #293: Added support for importing from Gomfile's (thanks mcuelenaere).
   178  - Issue #318: Opt-In to strip VCS metadata from vendor directory.
   179  - Issue #297: Adds exclude property for directories in local codebase to exclude
   180    from scanning.
   181  - Issue #301: Detect version control type from scp style paths (e.g. git@) and
   182    from scheme types (e.g., git://).
   183  - Issue #339: Add ability to remove nested vendor and Godeps workspaces
   184    directories. Note, if Godeps rewriting occured it is undone. The Godeps handling
   185    is deprecated from day one and will be removed when most Godeps projects have
   186    migrated to vendor folder handling.
   187  - Issue #350: More detailed conflict information (commit metadata displayed).
   188  - Issue #351: Move to Gitter for chat.
   189  - Issue #352: Make Glide installable. The dependencies are checked into the
   190    `vendor` folder.
   191  
   192  # Release 0.9.3 (2016-03-09)
   193  
   194  - Fixed #324: Glide tries to update ignored package
   195  
   196  # Release 0.9.2 (2016-03-08)
   197  
   198  - Fixed issue on #317: Some windows calls had the improper path separator.
   199  - Issue #315: Track updated packages to avoid duplicated work (in part by
   200    thockin, thanks).
   201  - Fixed #312: Don't double-print SetVersion() failure (thanks thockin).
   202  - Fixed #311: Don't process deps if 'get' was a non-operation (thanks thockin).
   203  - Issue #307: Moving 'already set' to a debug message to cleanup output
   204    (thanks thockin).
   205  - Fixed #306: Don't call SetVersion twice. There was a place where it was called
   206    twice in a logical row (thanks thockin).
   207  - Fixed #304: Glide tries to update ignored packages.
   208  - Fixed #302: Force update can cause a panic.
   209  
   210  # Release 0.9.1 (2016-02-24)
   211  
   212  - Fixed #272: Handling appengine special package case.
   213  - Fixed #273: Handle multiple packages in the same directory but handling
   214    build tags used in those packages.
   215  - Added documentation explaining how import resolution works.
   216  - Fixed #275 and #285: Empty directories as package locations reporting errors.
   217    Improved the UX and handle the errors.
   218  - Fixed #279: Added Go 1.7 support that no longer has GO15VENDOREXPERIMENT.
   219  - Issue #267: Added `os` and `arch` import properties to the documentation.
   220  - Fixed #267: Glide was only walking the import tree based on build flags for
   221    the current OS and Arch. This is a problem for systems like docker that have
   222    variation built in.
   223  
   224  # Release 0.9.0 (2016-02-17)
   225  
   226  - Fixed #262: Using correct query string merging for go-get queries (thanks gdm85).
   227  - Fixed #251: Fixed warning message (thanks james-lawrence).
   228  - Adding support for IBM JazzHub.
   229  - Fixes #250: When unable to retrieve or set version on a dependency now erroring
   230    and exiting with non-0 exit code.
   231  - Issue #218: Added `glide rm` command.
   232  - Fixed #215: Under some error conditions the package resolver could get into
   233    an infinite loop.
   234  - Issue #234: Adding more options to the glide.yaml file including license,
   235    owners, homepage, etc. See the docs for more detail.
   236  - Issue #237: Added Read The Docs support and initial docs. http://glide.readthedocs.org
   237  - Issue #248: Uses go env to get value of GO15VENDOREXPERIMENT due to 1.6 enabling
   238    by default.
   239  - Issue #240: Glide only scans used imports rather than all paths in the tree.
   240    The previous behavior is available via a flag.
   241  - Fixed #235: Glide on windows writing incorrect slashes to files.
   242  - Fixed #227: Fixed ensure when multiple gopaths.
   243  - Refactored Glide
   244    - Many features broken out into packages. All but `action/` can be
   245      used as libraries.
   246    - Cookoo is not used anymore
   247    - The `action/` package replaces `cmd/`
   248  
   249  # Release 0.8.3 (2015-12-30)
   250  
   251  - Issue #198: Instead of stopping `glide install` for a hash failures providing
   252    a warning. Failed hash check is currently too aggressive.
   253  - Fixed #199: `glide up` on Windows unable to detect dependencies when GOPATH
   254    and GOROOT on a different drive or when GOROOT ends in a path separator.
   255  - Fixed #194: `glide up` stalling on Windows due to POSIX path separators and
   256    path list separators being used.
   257  - Fixed #185 and #187: Inaccurate hash being generated for lock file with nested
   258    version ranges.
   259  - Fixed #182 and #183: Caching on go-import lookups mishandled some prefixes.
   260  - Fixed issue in deduping and sub-package names.
   261  - Fixed #189: nested dependencies that do not contain VCS information were not
   262    being updated properly when --updated-vendored was being used.
   263  - Fixed #186: glide up PACKAGE was failing to generate a proper glide.lock file.
   264  
   265  # Release 0.8.2 (2015-12-21)
   266  
   267  - Fixed #169: cookoo git url has auth info. Makes glide unbuildable for
   268    environments not setup for GitHub.
   269  - Fixed #180: the hash in the glide.lock file was not being properly calculated.
   270  - Fixed #174: glide get was causing an error when the flag --updated-vendored
   271    was being used.
   272  - Fixed #175: glide get when the GOPATH isn't setup properly could end up in
   273    an infinite loop.
   274  
   275  # Release 0.8.1 (2015-12-15)
   276  
   277  - Fixed #163: Was detecting std lib packages when the GOROOT was different at
   278    runtime than compile time.
   279  - Fixed #165: glide update panics with --no-recursive option.
   280  - Added back zip build option to build scripts. This is useful for some
   281    environments.
   282  
   283  # Release 0.8.0 (2015-12-10)
   284  
   285  - Issues #156 and #85: Added lockfile support (glide.lock). This file records
   286    commit id pinned versions of the entire dependency tree. The `glide install`
   287    command installs the pinned dependencies from the `glide.lock` file while
   288    `glide update` updates the tree and lockfile. Most people should use `glide
   289    install` unless they want to intentionally updated the pinned dependencies.
   290    `glide install` is able to use concurrency to more quickly install update.
   291  - Issues #33 and #159: Glide notifies if a dependency checkout has uncomitted
   292    changes.
   293  - Issue #146: Glide scans projects not managed by a dependency manager, fetches
   294    their dependencies, and pins them in the glide.lock file.
   295  - Issue #99: Glide `get` pins dependencies by default and allows a version to
   296    be passed in. For example, `glide get github.com/Masterminds/convert#^1.0.0`
   297    will fetch `github.com/Masterminds/convert` with a version of `^1.0.0`.
   298  - Issue #155: Copying packages from the `GOPATH` is now opt-in.
   299  
   300  # Release 0.7.2 (2015-11-16)
   301  
   302  - Fixed #139: glide.yaml file imports being reordered when file written.
   303  - Fixed #140: packages in glide.yaml were no longer being deduped.
   304  
   305  # Release 0.7.1 (2015-11-10)
   306  
   307  - Fixed #136: Fixed infinite recursion in list and tree commands.
   308  - Fixed issue where glide guess listed a null parent.
   309  - Fixed #135: Hard failure when home directory not found for cache.
   310  - Fixed #137: Some messages not ending in "\n".
   311  - Fixed #132 and #133: Build from source directions incorrect (thanks hyPiRion).
   312  
   313  # Release 0.7.0 (2015-11-02)
   314  
   315  - Fixed #110: Distribution as .tag.gz instead of .zip.
   316  - Issue #126: Added --no-color option to remove color for systems that do not
   317    work well with color codes (thanks albrow).
   318  - Added caching functionality (some opt-in).
   319  - Added global debug flag.
   320  - Moved yaml parsing and writing to gopkg.in/yaml.v2 and separated
   321    config handling into separate package.
   322  - Better godep import handling.
   323  - Fixed #98: Godep command name fix (thanks jonboulle).
   324  - #52 and #114: Add semantic version (SemVer) support.
   325  - #108: Flatten the dependency tree by default.
   326  - Fixed #107: Allow `glide get` to retrieve insecure packages with `--insecure`
   327    flag.
   328  - #105: Import commands accept a filename with the `-f` flag.
   329  - Fixed #97: Fixed misspellings (thanks jonboulle).
   330  - #96: Allow multiple packages in `glide get`.
   331  - #92: Added support to `glide update` to only update a specific package.
   332  - #91: `glide list` now displays if a pkg is in vendor, GOPATH, or missing.
   333  - Issue #89: More robust GOPATH handling (thanks gcmt).
   334  - Fixed #65: Hg commands were not checking out the codebase on the first update.
   335  - Fixed #95: Added more detail for errors previously reporting "Oops! exit
   336    status 128".
   337  - Fixed #86 and #71: Imported package names including a sub-package were checked
   338    out to the wrong location. They are not checked out to the right place and
   339    multiple instances of the top level repo are merged with error checking.
   340  
   341  # Release 0.6.1 (2015-09-21)
   342  
   343  - Fixed #82: C was not recognized as an internal package.
   344  - Fixed #84: novendor (nv) command returned directories with no Go code.
   345  
   346  # Release 0.6.0 (2015-09-16)
   347  
   348  - #53: Add support for gb-vendor manifest files.
   349  - Added `glide tree` command to inspect the code and see the imported packages.
   350  - Added `glide list` to see an alphabetized list of imported projects.
   351  - Added flatten feature to flatten the vendor tree (thanks interlock).
   352  - Fixed #74: Glide guess using the wrong GOROOT locations in some environments
   353    (thanks janeczku).
   354  - Fixed #76: Glide tree doesn't exclude core libraries with the GOROOT is
   355    incorrect (thanks janeczku).
   356  - Fixed #81: rebuild command did not look in vendor/ directory
   357  - Fixed #77: update failed when a commit id was set for the ref
   358  
   359  # Release 0.5.1 (2015-08-31)
   360  
   361  - Fixed #58: Guess command not working.
   362  - Fixed #56: Unable to use glide get on golang.org/x/[name]/[subpackage]
   363  - Fixed #61: The wrong version of a dependency can be pinned when packages are
   364    vendored (no VCS repo associated with them).
   365  - Fixed #67: Unable to work go-get redirects.
   366  - Fixed #66: 'glide up' now has an --update-vendored (-u) flag to update
   367    vendored directories.
   368  - Fixed #68: Handling the base where the GOPATH has multiple separated directories.
   369  
   370  # Release 0.5.0 (2015-08-19)
   371  
   372  **Glide .5 is a major update breaking some backwards compatability with
   373  previous releases.**
   374  
   375  - Migrated to using the vendor/ directory and the go tools for vendor
   376    package management. To leverage this you'll need to set the
   377    environment variable GO15VENDOREXPERIMENT=1 and use Go 1.5.
   378  - `glide up` is now recursive and walks installed packages if there is
   379    no vendor directory. Use the --no-recursive flag to skip this.
   380  - Removed GOPATH management. This was needed for vendor package
   381    management that's not built into the go toolchain.
   382  - Switched to github.com/Masterminds/vcs for VCS integration.
   383  - When updating packages are now deleted if the --delete flag is set.
   384    This feature is now opt-in.
   385  - Fixed #32: Detects VCS type and endpoint changes along with a --force flag
   386    to replace the checkout if desired.
   387  
   388  # Release 0.4.1 (2015-07-13)
   389  
   390  - Issue #48: When GOPATH not _vendor directory not deleting unused packages.
   391  
   392  # Release 0.4.0 (2015-07-07)
   393  
   394  - Issue #34: Delete unused packages on update unless flag set.
   395  - Added 'glide create PACKAGE'
   396  - Added 'glide exec COMMAND'
   397  - Added 'glide get PACKAGE'
   398  - Added 'glide pin FILENAME'
   399  - Added 'glide guess FILENAME'
   400  - Updated help text
   401  
   402  # Release 0.3.0 (2015-06-17)
   403  
   404  - Issue #46: If VCS type is set use that rather than go get.
   405  - Issue #45: Added git fastpath if configured ref or tag matches current
   406    one. (via roblillack)
   407  - Issue #30: Added support for changed VCS type to a git repo. (thanks roblillack)
   408  - Issue #42: Fixed update for new dependencies where repo not configured.
   409    (thanks roblillack)
   410  - Issue #25: Added GOOS and GOARCH support.
   411  - Issue #35: Updated documentation on what update from existing repos means
   412  - Issue #37: Added support to import from GPM and Godep
   413  - Issue #36: Added example for shell (bash/zsh) prompt to show the current
   414    GOPATH. (thanks eAndrius)
   415  - Issue #31: The local Go bin should be higher precedence in the
   416    system's PATH (via jarod).
   417  - Issue #28: Use HTTPS instead of HTTP for git and hg. (Thanks chendo)
   418  - Issue #26: 'glide gopath' is smarter. It now looks for glide.yaml.
   419  - Issue #24: Trim whitespace off of package names. (Thanks roblillack)
   420  
   421  # Release 0.2.0 (2014-10-03)
   422  
   423  - Issue #15, #18: `glide guess` can guess dependencies for an existing
   424    repo. (HUGE thanks to dz0ny)
   425  - Issue #14: Glide fails now when YAML is invalid.
   426  - Issue #13: cli.go added to Makefile (via roblillack)
   427  - Issue #12: InitGlide takes YAML file now
   428  - Issue #9: Fixed handling of $SHELL (Thanks roblillack)
   429  - Issue #10: Symbolic link uses a relative path now (Thanks roblillack)
   430  - Issue #5: Build step is deferred when 'go get' is used to fetch
   431    packages. (Thanks gsalgado)
   432  - Issue #11: Add GOBIN to glide environment (via dz0ny)
   433  - Typos fixed (#17 by lamielle, #16 by roblillack)
   434  - Moved the CLI handling to cli.go (github.com/codegangsta/cli)