forked from stripe/stripe-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
83 lines (62 loc) · 1.92 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
6.2.0 2014-04-09
Bug fixes
Add Extra to parameters
6.1.0 2014-03-17
Add TaxPercent for subscriptions
Event bug fixes
6.0.0 2014-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 2014-02-25
Add new dispute status `warning_closed`
Add SubParams.TrialEndNow to support `trial_end = "now"`
5.0.1 2014-02-25
Fix URL for upcoming invoices
5.0.0 2014-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 2014-02-08
Modify NewIdempotencyKey() algorithm to increase likelihood of randomness
4.4.2 2014-01-24
Add BankAccountParams.Token
Add Token.ClientIP
Add LogLevel
4.4.0 2014-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