Skip to content

Latest commit

 

History

History
503 lines (289 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

503 lines (289 loc) · 11.5 KB

Changelog

Master

Enhancements
  • None.
Bug Fixes
  • None.

2.1 (2023-11-19)

Enhancements
  • None.
Bug Fixes
  • Revert minimum required Ruby version to 2.6 to support macOS system ruby installations
    Eric Amorde #142

2.0 (2023-10-26)

Enhancements
  • None.
Bug Fixes
  • None.
Other
  • Drop support for Bazaar (bzr)

1.6.3 (2022-04-01)

Enhancements
  • None.
Bug Fixes
  • None.

1.6.2 (2022-03-28)

Enhancements
  • None.
Bug Fixes
  • None.

1.6.1 (2022-03-23)

Enhancements
  • None.
Bug Fixes
  • None.

1.6.0 (2022-03-22)

Enhancements
  • None.
Bug Fixes
  • Adds a check for command injections in the input for hg and git.
    orta #124

1.5.1 (2021-09-07)

Enhancements
  • None.
Bug Fixes
  • Fix "can't modify frozen string" errors when pods are integrated using the branch option
    buju77 #10920

1.5.0 (2021-08-31)

Enhancements
  • None.
Bug Fixes

1.4.0 (2020-07-17)

Enhancements
  • Add User-Agent to cURL requests when downloading source via the :http download strategy, unless one was provided by the :headers option.
    Sean Reinhardt #9619
Bug Fixes
  • Improves handling of multiple results from git ls-remote by using branch name in commit regex match.
    Sean Reinhardt #88

1.3.0 (2019-11-14)

Enhancements
Bug Fixes
  • None.

1.2.2 (2018-10-16)

Enhancements
  • None.
Bug Fixes
  • Allow flattening nested archives where a directory has the same name as the directory to be flattened.
    Samuel Giddins

1.2.1 (2018-05-25)

Enhancements
  • Allow curl to retry HTTP downloads that fail with transient errors.
    Samuel Giddins
Bug Fixes

1.2.0 (2018-04-04)

Enhancements
Bug Fixes
  • None.

1.1.3 (2016-12-17)

Enhancements
Bug Fixes
  • None.

1.1.2 (2016-10-19)

Enhancements
  • None.
Bug Fixes

1.1.1 (2016-08-30)

Enhancements
  • None.
Bug Fixes

1.1.0 (2016-07-11)

Enhancements
  • When downloading via HTTP, curl won't force users from having a ~/.netrc file set up on their machine when the remote server requires authentication.
    Sylvain Guillopé #55 CocoaPods#5318

  • Allow download strategies to preprocess download options. This is used by git strategy to resolve branches into commits directly.
    Juan Civile CocoaPods#5386

1.0.1 (2016-06-24)

Enhancements
  • None.
Bug Fixes
  • When downloading git submodules, use an explicit command (git submodules --init --recursive) instead of relying on the --recursive behavior for git checkout. This fixes an issue where submodules were checked out using --depth=1 under git 2.9.
    Gordon Fontenot #58 CocoaPods#5555

1.0.0 (2016-05-10)

Enhancements
  • None.
Bug Fixes
  • None.

1.0.0.rc.1 (2016-04-30)

Enhancements
  • None.
Bug Fixes
  • None.

1.0.0.beta.3 (2016-04-14)

Enhancements
Bug Fixes
  • None.

1.0.0.beta.2 (2016-03-15)

Bug Fixes

1.0.0.beta.1 (2015-12-30)

Enhancements
  • Support for Apple disk images (.dmg files) in the HTTP downloader.
    Ryosuke Ito
Bug Fixes

0.9.3 (2015-08-28)

Bug Fixes
  • This release fixes a file permissions error when using the RubyGem.
    Samuel Giddins

0.9.2 (2015-08-26)

Bug Fixes

0.9.1 (2015-06-27)

Enhancements
  • Don't checkout git commits onto a new branch, just use the detached head.
    Samuel Giddins

0.9.0 (2015-04-01)

Enhancements
  • Execute downloads without the use of a subshell (or ensuring that all command arguments are escaped).
    Samuel Giddins

0.8.1 (2014-12-25)

Bug Fixes
  • Ensure that curl fails on HTTP error status codes so that archive handling fails at the right time and not when it tries to unpack a 404 HTML document. Eloy Durán #41

0.8.0 (2014-11-15)

Breaking
  • Support for older versions of Ruby has been dropped. cocoapods-downloader now requires Ruby 2.0.0 or greater. Kyle Fuller
Bug Fixes
  • Fixes an issue detecting file types when query parameters are used.
    Michael Bishop #40

0.7.2 (2014-10-07)

Enhancements

0.7.1 (2014-09-26)

Bug Fixes

0.7.0 (2014-09-11)

Breaking
  • The Git cache and the GitHub strategy have been dropped.
    Fabio Pelosin
Enhancements
Bug Fixes

0.6.1 (2014-05-20)

0.6.0 (2014-05-19)

Enhancements

0.5.0 (2014-04-15)

Enhancements
Bug Fixes

0.4.1 (2014-03-31)

0.4.0 (2014-03-26)

Enhancements
  • Added support to ignore externals (--ignore-externals command line flag) for SVN sources. To ignore the externals it is necessary to specify the :externals => false option.
    banjun #8

  • Shell-escape all paths to be more robust against spaces/quotes in paths.
    Mike Walker #6

0.3.0 (2013-12-24)

Enhancements

0.2.0 (2013-09-04)

Enhancements

0.1.2 (2013-08-02)

Enhancements
  • Improved performance of sources which specify a tag.
    CocoaPods/CocoaPods#1077

  • Added support for specification of the cache path relative from the current working directory.
    #1