Skip to content

Commit e122043

Browse files
committed
[Perl] Add previously removed changelog file
1 parent 55e2ec6 commit e122043

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed

Changes

+103
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
Revision history for Perl module Net::Fastly
2+
3+
2.0.0-TRIAL1
4+
* Initial Generated Client Prerelease
5+
6+
1.12 2020-09-03
7+
* fix release engineering
8+
9+
1.11 2020-09-03
10+
* Bumps the version in META.json
11+
12+
1.10 2020-08-28
13+
* Username/password authentication produces deprecation warning
14+
15+
1.09 2017-04-21
16+
* Add $client->timeout shortcut
17+
18+
1.08 2017-01-11
19+
* re-upload
20+
21+
1.06 2017-01-11
22+
* Send Fastly-Key instead of X-Fastly-Key
23+
24+
1.05 2016-05-23
25+
* Set a specific User-Agent
26+
27+
1.04 2016-04-07
28+
* Allow Soft-Purges (thanks to Leo Lapworth)
29+
30+
1.03 2015-09-08
31+
32+
* Change "Changes" file to be in line with CPAN::Changes::Spec (thanks Neil Bowers)
33+
* Switch to using JSON::XS rather than the deprecated JSON::Any (thanks Leon Brocard)
34+
* Correct username/password docs (thanks Leon Brocard)
35+
36+
1.02 2014-02-04
37+
38+
* Fix how purges are done (thanks Matt Wodrich)
39+
40+
1.01 2013-10-02
41+
42+
* Add a license
43+
* Be a little more liberal with our prereqs
44+
* Add compatibility fix for older versions of HTTP::Request::Common (thanks Matt Wodrich)
45+
46+
1.0 2013-09-30
47+
48+
* Bring in line with the API.
49+
* Add stats functionality.
50+
* Add condition functionality.
51+
52+
0.99 2012-05-01
53+
54+
* Fix a bug with listing of services
55+
* Allow some admin functionality
56+
57+
0.98 2012-02-02
58+
59+
* Fix up the fastly shell
60+
* Allow deactivation of a version
61+
* Cache commands in fastly to be quicker
62+
* Note that you must use username and password, not api key
63+
* Better error messages
64+
* Add Service::purge_by_key
65+
66+
0.97 2012-01-26
67+
68+
* Fix YAML dep
69+
* Allow username to be an alias to user in config file
70+
* Allow proxies
71+
72+
0.96 2012-01-16
73+
74+
* Fix some MANIFEST bugs
75+
* Fix up Invoice tests based on new billing method
76+
* Fix getting invoices for a certain month
77+
* Prevent _list_path being called at compile time
78+
79+
0.95 2011-12-19
80+
81+
* Fix the way invoices and stats are fetched
82+
83+
0.9 2011-12-15
84+
85+
* Add mapping from backends to directors and directors to origins
86+
87+
0.8 2011-11-03
88+
89+
* Add list_* to all objects
90+
* Add Healthchecks and Syslog endpoint streaming
91+
92+
0.7 2011-11-02
93+
94+
* Fix stupid bug in fastly_upload_vcl
95+
96+
0.6 2011-11-02
97+
98+
* Add Match and Settings objects and a bunch of cleanups
99+
100+
0.5 2011-10-28
101+
102+
* Initial release
103+

0 commit comments

Comments
 (0)