forked from Sila-Money/sila-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE-NOTES.txt
157 lines (135 loc) · 7.11 KB
/
RELEASE-NOTES.txt
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
v0.2.53
Enhancements:
- Fixed security vulnerabilities
- Added missing Flask dependency
v0.2.52
Enhancements:
- Removed the pysha3 package.
- Upgraded package dependencies.
- Removed support for Python 3.6.
v0.2.51
Enhancements:
- Endpoint /register_wallet has a new optional parameter "statements_enabled" in request and response.
- Endpoint /update_wallet has a new optional parameter "statements_enabled" in request and response.
- Endpoint /get_wallet has a new key "statements_enabled" in response.
- Endpoint /get_wallets has a new key "statements_enabled" in response.
- Endpoint /open_virtual_account has a new optional parameter "statements_enabled" in request and response.
- Endpoint /update_virtual_account has a new optional parameter "statements_enabled" in request and response.
- Endpoint /close_virtual_account has a new key "statements_enabled" in response.
- Endpoint /delete_card has "provider" as a new mandatory parameter.
New Features:
- Added support for new Endpoint /statements.
- Added support for new Endpoint /statements/<statement_id>.
v0.2.50
New Features:
- Added support for /get_wallet_statement_data.
- Added support for /get_statements_data.
v0.2.49
Enhancements:
- Added support for link account with MX in /link_account endpoint.
- Endpoint /get_accounts have "provider" a new parameters in response .
- Endpoint /get_account_balance have "provider" a new parameters in response .
New Features:
- Added support for MX integration.
v0.2.48
Enhancements:
- Added registration_state new optional input field for business user in /register.
- Added registration_state new optional input field in /update/entity.
- Added registration_state new optional field to the response in /get_entity.
- Added transaction_idempotency_id new optional input field in /issue_sila.
- Added transaction_idempotency_id new optional input field in /redeem_sila.
- Added transaction_idempotency_id new optional input field in /transfer_sila.
New Features:
- Created a new method uploadDocuments to support multiple files upload at the same time for /documents endpoint.
v0.2.44
New endpoints:
Added support for /approve_wire endpoint.
Added support for /mock_wire_out_file endpoint.
Enhancements:
Added sila_available_balance and sila_pending_balance in the response of /get_wallet.
Added new input value for processing_type "WIRE" and mock_wire_account_name as an optional field in /redeem_sila.
Added IMAD, OMAD, provider_tx_id and provider_status fields in the response of /get_transactions.
Added provider_status field in timeline object in the response of /get_transactions.
Added new processing type "WIRE" in input field in search_filters in /get_transactions.
v0.2.43
Enhancements:
- Added "sec_code" string field to the response in /get_transactions.
- Make user_handle input field is optional in /get_transactions.
- Added "web_debit_verified" boolean field to the response in /link_account, /get_accounts and /update_account.
v0.2.41
New endpoints:
- Added support for /close_virtual_account endpoint.
- Added support for /create_test_virtual_account_ach_transaction endpoint.
Enhancements:
- Added virtual accounts as a type/section and ach_credit_enabled and ach_debit_enabled boolean fields to the response in /get_payment_methods.
- Added payment_method_id new optional input field in search_filters in /get_transactions.
- Updated uuid to wallet_id input field in internal code in /get_wallets.
- Added response_time_ms to the response in API returns.
- Added ach_credit_enabled and ach_debit_enabled new optional inputs fields and corresponding response fields in /open_virtual_account.
- Added ach_credit_enabled and ach_debit_enabled new optional inputs fields and corresponding response fields in /update_virtual_account.
- Added ach_credit_enabled and ach_debit_enabled boolean fields to the response in /get_virtual_accounts.
- Added ach_credit_enabled and ach_debit_enabled boolean fields to the response in /get_virtual_account.
- Remove identity_type field from /documents request.
v0.2.39
New endpoints:
- Added support for /retry_webhook endpoint.
Enhancements:
- Added session_identifier new optional input field for Device object in /register.
- Added session_identifier new optional input field for ./add register-data for add device.
- Added kyc_level new optional input field in /check_kyc.
- Added kyc_level new optional input field in /check_instant_ach.
- Added new processing type "INSTANT_SETTLEMENT" in processing_type object in /issue_sila.
- Added processing_type object new optional input fields in search_filters and child_transactions array to the Transaction response in /get_transactions.
v0.2.37
New endpoints:
- Added support for /open_virtual_account.
- Added support for /get_virtual_account.
- Added support for /get_virtual_accounts.
- Added support for /update_virtual_account.
- Added support for /get_payment_methods.
Enhancements:
- Added source_id and destination_id as new optional input in /issue_sila.
- Added source_id and destination_id as new optional input in /redeem_sila.
- Added source_id and destination_id as new optional input in /transfer_sila.
- Added source_id and destination_id as new optional input in search filters in /get_transactions.
v0.2.36
Enhancements:
- Added support of processing_type=CARD for /redeem_sila.
- Returning reference for every endpoint response.
- Provide support for Instant ACH to return error_code in response when getting 403.
v0.2.30
New endpoints:
- Added support for /link_card.
- Added support for /get_cards.
- Added support for /delete_card.
- Added support for /reverse_transaction.
- Added support for /get_webhooks.
Enhancements:
- Added card_name a new optional input in /issue_sila.
- Added card_name a new optional input in /redeem_sila.
- Added card_account_name a new optional input in search filters in /get_transactions.
- Exposed RateLimit-Limit and RateLimit-Remaining parameters in header in APIs endpoint.
- Upgrade eth-account to latest version
v0.2.28
Enhancements:
- Added new optional params active to Freeze/unfreeze bank account.
- Remove unwanted print statements from code.
v0.2.26
Enhancements:
- Added business_uuid to the response in /register.
- Added default a new optional input in /register_wallet.
- Added android_package_name a new optional input in /plaid_link_token.
- Reverting previous SDK work where the SDK is looking for blank inputs and applying logic to not send that information to the APIs.
v0.2.24
-Ading support for get_institutions.
v0.2.23
-Ading support for check_instant_ach.
-Adding support for blockchain_address filter in get_transactions.
v0.2.22
-Adding support for plaid_update_link_token endpoint.
-Deprecating public_token in linkAccount.
-Adding support for plaid_token and plaid_token_type in linkAccount.
v0.2.21
-Adding support for check_partner_kyc endpoint.
-Adding support for update_account endpoint.
-Removing blank fields in request body for register endpoints.