Skip to content

Latest commit

 

History

History
316 lines (229 loc) · 25 KB

CHANGELOG.md

File metadata and controls

316 lines (229 loc) · 25 KB

2.7.1 (2023-10-12)

Fixes

  • Reinstate NOOP --daemonize and --no-daemonize that warn about them doing nothing. (#381 @olleolleolle)

2.7.0 (2023-10-08)

Fixes

2.6.0 (2023-09-30)

Changes

  • Support GEMSTASH_CONFIG environment variable (#369, @kyrofa)

2.5.0 (2023-09-28)

Changes

  • Add support for upstream auth with ENV variables (#339, @CiTroNaK)

2.4.0 (2023-09-27)

Changes

  • Support naming and listing authorizations (#365, @kyrofa)

2.3.2 (2023-09-14)

Fixes

2.3.1 (2023-09-05)

Fixes

2.3.0 (2023-08-30)

Changes

2.2.2 (2023-03-03)

Changes

  • Allow newer versions of the activesupport dependency (#332, @kyrofa)

2.2.1 (2023-02-09)

Bugfixes

2.2.0 (2023-01-27)

Bugfixes

Changes

  • Support Ruby 3 (#312, @tonytonyjan)
  • Drop support for EOL Ruby versions 2.4, 2.5, 2.6 (#328, @indirect)
  • Update dalli dependency (#324, @indirect)
  • Also thanks to: [@indirect][] and [@hsbt][] who fixed CI issues and lint warnings.

2.1.0 (2020-02-26)

Bugfixes

  • Shebang should be the first thing in the file (#222, @bronzdoc)

Changes

Features

2.0.0 (2018-11-18)

Changes

Features

1.1.0 (2017-07-31)

Bugfixes

Features

1.0.4 (2017-01-27)

Features

1.0.3 (2016-10-15)

Bugfixes

Features

1.0.2 (2016-07-07)

Bugfixes

1.0.1 (2016-02-23)

Bugfixes

1.0.0 (2015-12-25)

There are no changes since the last release.

1.0.0.pre.4 (2015-12-23)

Upgrade Notes

Any gems fetched before this release won't be indexed, which means plugins you might install can't know about them. These cached gems might also have incorrect headers stored (which shouldn't affect bundling). If you wish to correct this, you can delete or back up your cache by deleting or moving your ~/.gemstash/gem_cache directory.

Bugfixes

  • Cached gem and spec headers don't clobber each other (#68, @smellsblue)

Features

  • Index cached gems and their upstreams for future use of plugins (#68, @smellsblue)

1.0.0.pre.3 (2015-12-21)

Bugfixes

1.0.0.pre.2 (2015-12-14)

Upgrade Notes

Bugfixes

  • Add --pre option to gemstash installation documentation (#54, @farukaydin)
  • Fix docs for gemstash authorize (#59, @farukaydin)
  • Refactoring, changed resource metadata :gemstash_storage_version to use :gemstash_resource_version (#60, @smellsblue)
  • Fix migrations for utf8 on MySQL >= 5.5 (#64, @chriseckhardt)

Features

1.0.0.pre.1 (2015-11-30)

Features