-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
76 lines (34 loc) · 1.26 KB
/
CHANGELOG
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
*1.3.1 (April 20th, 2011)
* Add configuration option for service url so Prowl clones can be used
*1.3.0 (January 31st, 2011)
* Add retrive_token and retrieve_api_key commands
* Allow passing of API keys to notify and verify
* Use an options hash to initialize instance
*1.2.1 (January 30th, 2011)
* Correct typo in providerkey url parameter
*1.2.0 (January 27th, 2011)
* Support usage as a gem plugin
* Add option for custom url
* Optional parameters are deprecated in favor of an options hash
* Verify SSL certificates by default
*1.1.1 (August 4th, 2009)
* Add support for verifying server certificate
* Add support for passing multiple API keys
*1.1.0 (July 10th, 2009)
* Add support for Delayed::Job background processing
* Update documentation for instance level configuration
* Add support for instance level configuration
* Add support for provider key
* Clean up implementation
* Remove unnecessary configuration
* Remove deprecated API
*1.0.3 (July 9th, 2009)
* Add verify method for configured API key
* Use POST to send notifications
*1.0.2 (July 8th, 2009)
* Switch to new API using apikey and deprecate old API
*1.0.1 (July 7th, 2009)
* Update RDoc documentation
* Use Jeweler for gem management
*1.0.0 (July 7th, 2009)
* First release