v0.8.0 (2017-02-03)
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)
Closed issues:
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)
Merged pull requests:
- Adds soft purging from fastly-ruby client #56 (gschorkopf)
v0.6.0 (2016-05-10)
Closed issues:
- Enable use of current version of mime-types #52
Merged pull requests:
- Bump fastly-ruby to 1.4.0 #55 (blithe)
- bumping fastly dependency to 1.3.0 #54 (caueguerra)
v0.5.0 (2016-04-04)
Merged pull requests:
v0.4.1 (2016-03-02)
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:
- Fixed link to finding API keys documentation #50 (phantomwhale)
- Update fastly-ruby gem to 1.2.1 #49 (phantomwhale)
- bump gem version #48 (set5think)
- use static title instead of faker #45 (set5think)
- Remove unneccessary attr_readers #43 (sobbybutter)
- add link to docs for service ids and api keys #41 (thommahoney)
- Allow purging to be toggled #39 (gingermusketeer)
v0.3.0 (2015-03-13)
Closed issues:
- Incompatibilities with "service_id" as a column name #36
Merged pull requests:
v0.2.0 (2014-10-02)
Merged pull requests:
v0.1.7 (2014-10-01)
Merged pull requests:
v0.1.6 (2014-09-23)
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)
Closed issues:
- Version 0.1.3 breaks Namespaced routes in my app #23
Merged pull requests:
v0.1.4 (2014-06-12)
Fixed bugs:
- Internal Server Error #19
Closed issues:
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)
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)
Merged pull requests:
- Clarify surrogate key definition in readme #12 (aspires)
- Move to opt-in edge caching #11 (mmay)
- Use
self.method
instead ofextend 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