- Fixed a bug in
dvc importthat was throwing an error if path to data was specified with a trailing /; - Supported dvcignores for ignoring files/dirs when using
dvc add/run/etc;; - Removed beta warnings from
dvc import; - Fixed bug in
dvc runwhere it would try to use build cache for callback stages; - Fixed bug in
dvc import, where it wasn't adding output to the gitignore; - Excluded analytics warning from
dvc initmessage when analytics is disabled; Kudos @mindsbackyard 🎉 - SSH remote now uses connection pool to speedup external deps/outs scenario;