-
Notifications
You must be signed in to change notification settings - Fork 49
/
CHANGELOG
58 lines (45 loc) · 2.89 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
0.2.4 - November 11, 2010, and the previous unmentionable releases
* Added support for VerifySignature API, and signature version 2 (Peter Boling, Ben Mishkin, with help from many other forks)
* Added support for additional parameters used by FPS Marketplace to various APIs (Peter Boling)
* Added hundreds of rspec tests, and even a few integration tests (see test.sh.example) (Peter Boling and others)
* Various documentation enhancements (John Joseph Bachir and Peter Boling)
* Added collect_email_address option to single use pipeline, an undocumented, but real, feature of FPS (John Joseph Bachir)
* Fixed recipient pipeline (Kyle Crum)
* Updated install_payment_instruction to new API (Jeff Seibert)
* Automatically handle snake-cased parameter names in Relax::Response (John Schult)
* Tests now all use mock XML of Amazons responses from new API, derived from Amazon's actual code sample (Peter Boling)
* Updated most Service APIs to the latest version of FPS, 2008-09-17 (Peter Boling, Jeff Whitmire)
* Refactor IpnRequest and PipelineResponse commonalities into InboundRequest class (Lance Ivy)
* Lots of work on lots of features in the parent forks from:
jagthedrummer, Kurt Mackey, Aaron Soules, Jeremy Green, Jon Moses, George Ogata, and of course Tyler Hunt
* Lots of logic and ideas were straight up stolen from the remit2 refactoring by Micah Wedemeyer
0.0.5 - January 11, 2010
* Added support to pipelines for shipping information (Jeff Seibert)
* Changed Date class comparison to improve compatibility (Kyle Crum)
* Fixed error parsing (Calvin Yu)
* Fixed refund response parsing (Hemant Khemani)
* Added CancelSubscriptionAndRefund operation (Micah Wedemeyer)
0.0.4 - April 27, 2009
* Fixed IPN request signing (David Balatero)
0.0.3 - April 27, 2009
* Specified required request parameters for all operations (Tyler Hunt)
* Updated IPN request to use the awsSignature (David Balatero)
* Added versioning support for CBUI pipelines (David Balatero)
0.0.2 - February 3, 2009
* Updated to Relax 0.0.6.
* Added support for CC Descriptor Text (Jon Crawford)
* Added support for Temporary Decline Policy (Jon Crawford)
* Changed Fixed Marketplace Fee to type Amount (Jon Crawford)
* Reorganized the specs and improved coverage (Lance Ivy)
* Refactored TransactionResponse to use generated methods (Lance Ivy)
* Added PipelineResponse and status code constants (Nathaniel Bibler)
* Added support for Marketplace fees in Pay request (Nathaniel Bibler)
* Updated TransactionResponse parsing to use REXML parser (Nathaniel Bibler)
0.0.1 - January 28, 2009
* First public release
* Support for recurring-use tokens in the pipeline (Micah Wedemeyer)
0.1.0 - October 14, 2010
* Updated various parts for marketplace compatiblity [Peter Boling]
* Added more rspec tests [Peter Boling, and many others]
* Switched to signature parameter from awsSignature [Peter Boling]
* Updated to latest API, 2008-09-17 [Peter Boling, and many others]