forked from fastly/fastly-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
55 lines (33 loc) · 933 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
2013-11-26 v1.02
Fix rdoc dependency and quorum spelling (Kristoffer Renholm)
2013-10-03 v1.01
Add historical stats functionality
Fix settings
Add conditions
Add in auto_loadbalancing for backends
Fix some doc stuff (Sam Sharpe)
Reorganize library (Eric Saxby & Paul Henry)
Fix purge_all, purge_by_key and details (Kazuki Ohta)
2013-07-16 v1.00
Fix delete VCL (thanks Andrian Jardan)
2012-05-01 v0.99
Fix some SSL issues
Allow some admin functionality
2012-02-02 v0.98
Make deactivate! work
Add active?
Add Service.purge_by_key
2012-01-27 v0.97
Fix invoice tests with new billing API
2012-01-16 v0.96
Fix version.locked?
Make fastly_upload_vcl work
2011-12-19 v0.95
Fix the way invoices and stats are fetched
2011-12-15 v0.9
Add mapping from backends to directors and directors to origins
2011-11-03 v0.8
Add list_* to all objects
Add Healthchecks and Syslog endpoint streaming
2011-11-02 v0.5
Initial releasee