github.com/kngu9/glide@v0.0.0-20160505135211-e73500c73591/CHANGELOG.md (about)

     1  # Release 0.10.2 (2016-04-06)
     2  
     3  - Issue #362: Updated docs on how -update-vendored works to help avoid confusion.
     4  - Fixed #371: Warn when name/location mismatch.
     5  - Fixed #290: On windows Glide was sometimes pulls in current project (thanks tzneal).
     6  - Fixed #361: Handle relative imports (thanks tmm1).
     7  - Fixed #373: Go 1.7 context package import issues.
     8  
     9  # Release 0.10.1 (2016-03-25)
    10  
    11  - Fixed #354: Fixed a situation where a dependency could be fetched when
    12    set to ignore.
    13  
    14  # Release 0.10.0 (2016-03-24)
    15  
    16  - Issue #293: Added support for importing from Gomfile's (thanks mcuelenaere).
    17  - Issue #318: Opt-In to strip VCS metadata from vendor directory.
    18  - Issue #297: Adds exclude property for directories in local codebase to exclude
    19    from scanning.
    20  - Issue #301: Detect version control type from scp style paths (e.g. git@) and
    21    from scheme types (e.g., git://).
    22  - Issue #339: Add ability to remove nested vendor and Godeps workspaces
    23    directories. Note, if Godeps rewriting occured it is undone. The Godeps handling
    24    is deprecated from day one and will be removed when most Godeps projects have
    25    migrated to vendor folder handling.
    26  - Issue #350: More detailed conflict information (commit metadata displayed).
    27  - Issue #351: Move to Gitter for chat.
    28  - Issue #352: Make Glide installable. The dependencies are checked into the
    29    `vendor` folder.
    30  
    31  # Release 0.9.3 (2016-03-09)
    32  
    33  - Fixed #324: Glide tries to update ignored package
    34  
    35  # Release 0.9.2 (2016-03-08)
    36  
    37  - Fixed issue on #317: Some windows calls had the improper path separator.
    38  - Issue #315: Track updated packages to avoid duplicated work (in part by
    39    thockin, thanks).
    40  - Fixed #312: Don't double-print SetVersion() failure (thanks thockin).
    41  - Fixed #311: Don't process deps if 'get' was a non-operation (thanks thockin).
    42  - Issue #307: Moving 'already set' to a debug message to cleanup output
    43    (thanks thockin).
    44  - Fixed #306: Don't call SetVersion twice. There was a place where it was called
    45    twice in a logical row (thanks thockin).
    46  - Fixed #304: Glide tries to update ignored packages.
    47  - Fixed #302: Force update can cause a panic.
    48  
    49  # Release 0.9.1 (2016-02-24)
    50  
    51  - Fixed #272: Handling appengine special package case.
    52  - Fixed #273: Handle multiple packages in the same directory but handling
    53    build tags used in those packages.
    54  - Added documentation explaining how import resolution works.
    55  - Fixed #275 and #285: Empty directories as package locations reporting errors.
    56    Improved the UX and handle the errors.
    57  - Fixed #279: Added Go 1.7 support that no longer has GO15VENDOREXPERIMENT.
    58  - Issue #267: Added `os` and `arch` import properties to the documentation.
    59  - Fixed #267: Glide was only walking the import tree based on build flags for
    60    the current OS and Arch. This is a problem for systems like docker that have
    61    variation built in.
    62  
    63  # Release 0.9.0 (2016-02-17)
    64  
    65  - Fixed #262: Using correct query string merging for go-get queries (thanks gdm85).
    66  - Fixed #251: Fixed warning message (thanks james-lawrence).
    67  - Adding support for IBM JazzHub.
    68  - Fixes #250: When unable to retrieve or set version on a dependency now erroring
    69    and exiting with non-0 exit code.
    70  - Issue #218: Added `glide rm` command.
    71  - Fixed #215: Under some error conditions the package resolver could get into
    72    an infinite loop.
    73  - Issue #234: Adding more options to the glide.yaml file including license,
    74    owners, homepage, etc. See the docs for more detail.
    75  - Issue #237: Added Read The Docs support and initial docs. http://glide.readthedocs.org
    76  - Issue #248: Uses go env to get value of GO15VENDOREXPERIMENT due to 1.6 enabling
    77    by default.
    78  - Issue #240: Glide only scans used imports rather than all paths in the tree.
    79    The previous behavior is available via a flag.
    80  - Fixed #235: Glide on windows writing incorrect slashes to files.
    81  - Fixed #227: Fixed ensure when multiple gopaths.
    82  - Refactored Glide
    83    - Many features broken out into packages. All but `action/` can be
    84      used as libraries.
    85    - Cookoo is not used anymore
    86    - The `action/` package replaces `cmd/`
    87  
    88  # Release 0.8.3 (2015-12-30)
    89  
    90  - Issue #198: Instead of stopping `glide install` for a hash failures providing
    91    a warning. Failed hash check is currently too aggressive.
    92  - Fixed #199: `glide up` on Windows unable to detect dependencies when GOPATH
    93    and GOROOT on a different drive or when GOROOT ends in a path separator.
    94  - Fixed #194: `glide up` stalling on Windows due to POSIX path separators and
    95    path list separators being used.
    96  - Fixed #185 and #187: Inaccurate hash being generated for lock file with nested
    97    version ranges.
    98  - Fixed #182 and #183: Caching on go-import lookups mishandled some prefixes.
    99  - Fixed issue in deduping and sub-package names.
   100  - Fixed #189: nested dependencies that do not contain VCS information were not
   101    being updated properly when --updated-vendored was being used.
   102  - Fixed #186: glide up PACKAGE was failing to generate a proper glide.lock file.
   103  
   104  # Release 0.8.2 (2015-12-21)
   105  
   106  - Fixed #169: cookoo git url has auth info. Makes glide unbuildable for
   107    environments not setup for GitHub.
   108  - Fixed #180: the hash in the glide.lock file was not being properly calculated.
   109  - Fixed #174: glide get was causing an error when the flag --updated-vendored
   110    was being used.
   111  - Fixed #175: glide get when the GOPATH isn't setup properly could end up in
   112    an infinite loop.
   113  
   114  # Release 0.8.1 (2015-12-15)
   115  
   116  - Fixed #163: Was detecting std lib packages when the GOROOT was different at
   117    runtime than compile time.
   118  - Fixed #165: glide update panics with --no-recursive option.
   119  - Added back zip build option to build scripts. This is useful for some
   120    environments.
   121  
   122  # Release 0.8.0 (2015-12-10)
   123  
   124  - Issues #156 and #85: Added lockfile support (glide.lock). This file records
   125    commit id pinned versions of the entire dependency tree. The `glide install`
   126    command installs the pinned dependencies from the `glide.lock` file while
   127    `glide update` updates the tree and lockfile. Most people should use `glide
   128    install` unless they want to intentionally updated the pinned dependencies.
   129    `glide install` is able to use concurrency to more quickly install update.
   130  - Issues #33 and #159: Glide notifies if a dependency checkout has uncomitted
   131    changes.
   132  - Issue #146: Glide scans projects not managed by a dependency manager, fetches
   133    their dependencies, and pins them in the glide.lock file.
   134  - Issue #99: Glide `get` pins dependencies by default and allows a version to
   135    be passed in. For example, `glide get github.com/Masterminds/convert#^1.0.0`
   136    will fetch `github.com/Masterminds/convert` with a version of `^1.0.0`.
   137  - Issue #155: Copying packages from the `GOPATH` is now opt-in.
   138  
   139  # Release 0.7.2 (2015-11-16)
   140  
   141  - Fixed #139: glide.yaml file imports being reordered when file written.
   142  - Fixed #140: packages in glide.yaml were no longer being deduped.
   143  
   144  # Release 0.7.1 (2015-11-10)
   145  
   146  - Fixed #136: Fixed infinite recursion in list and tree commands.
   147  - Fixed issue where glide guess listed a null parent.
   148  - Fixed #135: Hard failure when home directory not found for cache.
   149  - Fixed #137: Some messages not ending in "\n".
   150  - Fixed #132 and #133: Build from source directions incorrect (thanks hyPiRion).
   151  
   152  # Release 0.7.0 (2015-11-02)
   153  
   154  - Fixed #110: Distribution as .tag.gz instead of .zip.
   155  - Issue #126: Added --no-color option to remove color for systems that do not
   156    work well with color codes (thanks albrow).
   157  - Added caching functionality (some opt-in).
   158  - Added global debug flag.
   159  - Moved yaml parsing and writing to gopkg.in/yaml.v2 and separated
   160    config handling into separate package.
   161  - Better godep import handling.
   162  - Fixed #98: Godep command name fix (thanks jonboulle).
   163  - #52 and #114: Add semantic version (SemVer) support.
   164  - #108: Flatten the dependency tree by default.
   165  - Fixed #107: Allow `glide get` to retrieve insecure packages with `--insecure`
   166    flag.
   167  - #105: Import commands accept a filename with the `-f` flag.
   168  - Fixed #97: Fixed misspellings (thanks jonboulle).
   169  - #96: Allow multiple packages in `glide get`.
   170  - #92: Added support to `glide update` to only update a specific package.
   171  - #91: `glide list` now displays if a pkg is in vendor, GOPATH, or missing.
   172  - Issue #89: More robust GOPATH handling (thanks gcmt).
   173  - Fixed #65: Hg commands were not checking out the codebase on the first update.
   174  - Fixed #95: Added more detail for errors previously reporting "Oops! exit
   175    status 128".
   176  - Fixed #86 and #71: Imported package names including a sub-package were checked
   177    out to the wrong location. They are not checked out to the right place and
   178    multiple instances of the top level repo are merged with error checking.
   179  
   180  # Release 0.6.1 (2015-09-21)
   181  
   182  - Fixed #82: C was not recognized as an internal package.
   183  - Fixed #84: novendor (nv) command returned directories with no Go code.
   184  
   185  # Release 0.6.0 (2015-09-16)
   186  
   187  - #53: Add support for gb-vendor manifest files.
   188  - Added `glide tree` command to inspect the code and see the imported packages.
   189  - Added `glide list` to see an alphabetized list of imported projects.
   190  - Added flatten feature to flatten the vendor tree (thanks interlock).
   191  - Fixed #74: Glide guess using the wrong GOROOT locations in some environments
   192    (thanks janeczku).
   193  - Fixed #76: Glide tree doesn't exclude core libraries with the GOROOT is
   194    incorrect (thanks janeczku).
   195  - Fixed #81: rebuild command did not look in vendor/ directory
   196  - Fixed #77: update failed when a commit id was set for the ref
   197  
   198  # Release 0.5.1 (2015-08-31)
   199  
   200  - Fixed #58: Guess command not working.
   201  - Fixed #56: Unable to use glide get on golang.org/x/[name]/[subpackage]
   202  - Fixed #61: The wrong version of a dependency can be pinned when packages are
   203    vendored (no VCS repo associated with them).
   204  - Fixed #67: Unable to work go-get redirects.
   205  - Fixed #66: 'glide up' now has an --update-vendored (-u) flag to update
   206    vendored directories.
   207  - Fixed #68: Handling the base where the GOPATH has multiple separated directories.
   208  
   209  # Release 0.5.0 (2015-08-19)
   210  
   211  **Glide .5 is a major update breaking some backwards compatability with
   212  previous releases.**
   213  
   214  - Migrated to using the vendor/ directory and the go tools for vendor
   215    package management. To leverage this you'll need to set the
   216    environment variable GO15VENDOREXPERIMENT=1 and use Go 1.5.
   217  - `glide up` is now recursive and walks installed packages if there is
   218    no vendor directory. Use the --no-recursive flag to skip this.
   219  - Removed GOPATH management. This was needed for vendor package
   220    management that's not built into the go toolchain.
   221  - Switched to github.com/Masterminds/vcs for VCS integration.
   222  - When updating packages are now deleted if the --delete flag is set.
   223    This feature is now opt-in.
   224  - Fixed #32: Detects VCS type and endpoint changes along with a --force flag
   225    to replace the checkout if desired.
   226  
   227  # Release 0.4.1 (2015-07-13)
   228  
   229  - Issue #48: When GOPATH not _vendor directory not deleting unused packages.
   230  
   231  # Release 0.4.0 (2015-07-07)
   232  
   233  - Issue #34: Delete unused packages on update unless flag set.
   234  - Added 'glide create PACKAGE'
   235  - Added 'glide exec COMMAND'
   236  - Added 'glide get PACKAGE'
   237  - Added 'glide pin FILENAME'
   238  - Added 'glide guess FILENAME'
   239  - Updated help text
   240  
   241  # Release 0.3.0 (2015-06-17)
   242  
   243  - Issue #46: If VCS type is set use that rather than go get.
   244  - Issue #45: Added git fastpath if configured ref or tag matches current
   245    one. (via roblillack)
   246  - Issue #30: Added support for changed VCS type to a git repo. (thanks roblillack)
   247  - Issue #42: Fixed update for new dependencies where repo not configured.
   248    (thanks roblillack)
   249  - Issue #25: Added GOOS and GOARCH support.
   250  - Issue #35: Updated documentation on what update from existing repos means
   251  - Issue #37: Added support to import from GPM and Godep
   252  - Issue #36: Added example for shell (bash/zsh) prompt to show the current
   253    GOPATH. (thanks eAndrius)
   254  - Issue #31: The local Go bin should be higher precedence in the
   255    system's PATH (via jarod).
   256  - Issue #28: Use HTTPS instead of HTTP for git and hg. (Thanks chendo)
   257  - Issue #26: 'glide gopath' is smarter. It now looks for glide.yaml.
   258  - Issue #24: Trim whitespace off of package names. (Thanks roblillack)
   259  
   260  # Release 0.2.0 (2014-10-03)
   261  
   262  - Issue #15, #18: `glide guess` can guess dependencies for an existing
   263    repo. (HUGE thanks to dz0ny)
   264  - Issue #14: Glide fails now when YAML is invalid.
   265  - Issue #13: cli.go added to Makefile (via roblillack)
   266  - Issue #12: InitGlide takes YAML file now
   267  - Issue #9: Fixed handling of $SHELL (Thanks roblillack)
   268  - Issue #10: Symbolic link uses a relative path now (Thanks roblillack)
   269  - Issue #5: Build step is deferred when 'go get' is used to fetch
   270    packages. (Thanks gsalgado)
   271  - Issue #11: Add GOBIN to glide environment (via dz0ny)
   272  - Typos fixed (#17 by lamielle, #16 by roblillack)
   273  - Moved the CLI handling to cli.go (github.com/codegangsta/cli)