Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
177 lines (112 loc) · 10 KB

CHANGELOG.md

File metadata and controls

177 lines (112 loc) · 10 KB

Change Log

v0.8.0 (2017-02-03)

Full Changelog

Fixed bugs:

  • Failing purges with fastly-ruby v1.1.5 #35

Closed issues:

  • "See note on cookies below" link in the Readme goes to 404. #65
  • Rails 5 Support #64
  • soft_purge fails with - ArgumentError - wrong number of arguments (given 2, expected 1) #61
  • Does not work with rails-api #38

Merged pull requests:

  • Support stale-while-revalidate and stale-if-error #73 (lanej)
  • test: use WebMock to disable live connections #72 (lanej)
  • chore: remove mime-types dependency #71 (lanej)
  • add rails-api support #70 (lanej)
  • remove generator configuration from railtie #69 (lanej)
  • Add Rails 5 support #68 (lanej)

v0.7.1 (2016-07-29)

Full Changelog

Closed issues:

  • purging_enabled not considered #59
  • Soft Purge fails on 0.7.0 #57

Merged pull requests:

  • Bump fastly-ruby to 1.6 #60 (blithe)
  • fix ArgumentError for FastlyRails::Client#purge_by_key #58 (lanej)

0.7.0 (2016-06-02)

Full Changelog

Merged pull requests:

v0.6.0 (2016-05-10)

Full Changelog

Closed issues:

  • Enable use of current version of mime-types #52

Merged pull requests:

v0.5.0 (2016-04-04)

Full Changelog

Merged pull requests:

v0.4.1 (2016-03-02)

Full Changelog

Closed issues:

  • purging_enabled isn't supported in gem version 0.3.0 #46
  • FastlyRails shouldn't raise error when api key isn't set #44

Merged pull requests:

v0.3.0 (2015-03-13)

Full Changelog

Closed issues:

  • Incompatibilities with "service_id" as a column name #36

Merged pull requests:

  • Rename service_id to fastly_service_identifier #40 (set5think)

v0.2.0 (2014-10-02)

Full Changelog

Merged pull requests:

  • Skey purge authentication #29 (mmay)

v0.1.7 (2014-10-01)

Full Changelog

Merged pull requests:

  • Fix purge method receiver regression #30 (jumph4x)

v0.1.6 (2014-09-23)

Full Changelog

Merged pull requests:

  • Add optional middleware for removing Set-Cookie #28 (jessieay)
  • Purge without fetching the service first #27 (mmay)
  • Rename SurrogateControlHeaders to SurrogateKeyHeaders #26 (mmay)

v0.1.5 (2014-09-04)

Full Changelog

Closed issues:

  • Version 0.1.3 breaks Namespaced routes in my app #23

Merged pull requests:

  • Index action should join resource keys #25 (jessieay)

v0.1.4 (2014-06-12)

Full Changelog

Fixed bugs:

  • Internal Server Error #19

Closed issues:

  • rake fastly:purge_everything task #16
  • Consider enforcing a Ruby style guide with Hound #13

Merged pull requests:

  • ensure configuration test never fails due to randomization #22 (set5think)
  • add service_id as a configuration attribute, and fix purge #21 (set5think)

v0.1.2 (2014-05-08)

Full Changelog

Closed issues:

  • Opt-in vs Opt-out for Edge Caching #2

Merged pull requests:

  • Add Rails v4.1.0 to appraisal #17 (ezkl)
  • Add surrogate key adapter for Mongoid #15 (joshfrench)
  • Don't encourage use of hard-coded credentials #14 (harlow)

v0.1.1 (2014-04-28)

Full Changelog

Merged pull requests:

  • Clarify surrogate key definition in readme #12 (aspires)
  • Move to opt-in edge caching #11 (mmay)
  • Use self.method instead of extend self #10 (gabebw)
  • Add some more documentation #9 (gabebw)
  • remove purgeable and fastly dir - not used at all, and not implemented #8 (set5think)
  • Clarify logic around authentication #6 (gabebw)
  • Remove unnecessary InstanceMethods module #5 (gabebw)
  • remove unnecessary items in test book model #4 (set5think)
  • clean up Configuration implementation #3 (chaslemley)
  • Update broken README link #1 (harlow)

v0.1.0 (2014-04-17)

* This Change Log was automatically generated by github_changelog_generator