forked from stripe/stripe-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
123 lines (92 loc) · 2.82 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
7.0.0 2015-08-03
Add ability to list and retrieve disputes
6.8.0 2015-07-29
Add ability to delete an account
6.7.1 2015-07-17
Bug fixes
6.7.0 2015-07-16
Expand logging object
Move proration date to subscription update
Send country when creating/updating account
6.6.0 2015-07-06
Add request ID to errors
6.5.0 2015-07-06
Update bank account creation API
Add destination, application fee, transfer to Charge struct
Add missing fields to invoice line item
Rename deprecated customer param value
6.4.2 2015-06-23
Add BusinessUrl, BusinessUrl, BusinessPrimaryColor, SupportEmail, and
SupportUrl to Account.
6.4.1 2015-06-16
Change card.dynamic_last_four to card.dynamic_last4
6.4.0 2015-05-28
Rename customer.default_card -> default_source
6.3.0 2015-05-19
Add shipping address to charges
Expose card.dynamic_last_four
Expose account.tos_acceptance
Bug fixes
Bump API version to most recent one
6.2.0 2015-04-09
Bug fixes
Add Extra to parameters
6.1.0 2015-03-17
Add TaxPercent for subscriptions
Event bug fixes
6.0.0 2015-03-15
Add more operations for /accounts endpoint
Add /transfers/reversals endpoint
Add /accounts/bank_accounts endpoint
Add support for Stripe-Account header
5.1.0 2015-02-25
Add new dispute status `warning_closed`
Add SubParams.TrialEndNow to support `trial_end = "now"`
5.0.1 2015-02-25
Fix URL for upcoming invoices
5.0.0 2015-02-19
Bump to API version 2014-02-18
Change Card, DefaultCard, Cards to Source, DefaultSource, Sources in Stripe response objects
Add paymentsource package for manipulating Customer's sources
Support Update action for Bitcoin Recievers
4.4.3 2015-02-08
Modify NewIdempotencyKey() algorithm to increase likelihood of randomness
4.4.2 2015-01-24
Add BankAccountParams.Token
Add Token.ClientIP
Add LogLevel
4.4.0 2015-01-20
Add Bitcoin support
4.3.0 2015-01-13
Added support for listing FileUploads
Mime parameter on FileUpload has been changed to Type
4.2.1 2014-12-28
Handle charges with customer card tokens
4.2.0 2014-12-18
Add idempotency support
4.1.0 2014-12-17
Bump to API version 2014-12-17.
4.0.0 2014-12-16
Add FileUpload resource. This brings in a new endpoint (uploads.stripe.com) and thus makes changes to some of the existing interfaces.
This also adds support for multipart content.
3.1.0 2014-12-16
Add Charge.FraudDetails
3.0.1 2014-12-15
Add timeout value to HTTP requests
3.0.0 2014-12-05
Add Dispute.EvidenceDetails
Remove Dispute.DueDate
Change Dispute.Evidence from string to struct
2.0.0 2014-11-26
Change List interface to .Next() and .Resource()
Better error messages for Get() methods
EventData.Raw contains the raw event message
SubParams.QuantityZero can be used for free subscriptions
1.0.3 2014-10-22
Add AddMeta method
1.0.2 2014-09-23
Minor fixes
1.0.1 2014-09-23
Linter-based updates
1.0.0 2014-09-22
initial version