|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.15.1] - 2025-10-28 |
| 4 | + |
| 5 | +- [Fixed] Replaced deprecated `pkg_resources` with `importlib.metadata` to prevent warnings in Python 3.12+ (https://github.com/omise/omise-python/pull/77) |
| 6 | + |
3 | 7 | ## [0.15.0] - 2025-02-06 |
4 | 8 |
|
5 | | -* [Added] Add date filtering for charge list (https://github.com/omise/omise-python/pull/75) |
| 9 | +- [Added] Add date filtering for charge list (https://github.com/omise/omise-python/pull/75) |
6 | 10 |
|
7 | 11 | ## [0.14.0] - 2024-07-10 |
8 | 12 |
|
9 | | -* [Fix] Resolve the syntax warning (https://github.com/omise/omise-python/pull/73) |
| 13 | +- [Fix] Resolve the syntax warning (https://github.com/omise/omise-python/pull/73) |
10 | 14 |
|
11 | 15 | ## [0.13.0] - 2023-10-03 |
12 | 16 |
|
13 | | -* [Added] Support partial capture for a charge (https://github.com/omise/omise-python/pull/64) |
| 17 | +- [Added] Support partial capture for a charge (https://github.com/omise/omise-python/pull/64) |
14 | 18 |
|
15 | 19 | ## [0.12.0] - 2022-01-11 |
16 | 20 |
|
17 | | -* [Changed] Allow access to metadata (https://github.com/omise/omise-python/pull/53) |
18 | | -* [Removed] Removed logging secret key in clear text (https://github.com/omise/omise-python/pull/56) |
| 21 | +- [Changed] Allow access to metadata (https://github.com/omise/omise-python/pull/53) |
| 22 | +- [Removed] Removed logging secret key in clear text (https://github.com/omise/omise-python/pull/56) |
19 | 23 |
|
20 | 24 | ## [0.11.0] - 2021-02-10 |
21 | 25 |
|
22 | | -* [Added] Add tests for list method (https://github.com/omise/omise-python/pull/50) |
23 | | -* [Added] Add list events method for Charge (https://github.com/omise/omise-python/pull/48) |
24 | | -* [Added] Add accept method for Dispute (https://github.com/omise/omise-python/pull/47) |
25 | | -* [Added] Add Document API (https://github.com/omise/omise-python/pull/46) |
26 | | -* [Added] Add Chain API (https://github.com/omise/omise-python/pull/45) |
27 | | -* [Added] Add Capability API (https://github.com/omise/omise-python/pull/44) |
28 | | -* [Added] Add expire method for Charge (https://github.com/omise/omise-python/pull/43) |
29 | | -* [Added] Add retrieve method for Source (https://github.com/omise/omise-python/pull/42) |
| 26 | +- [Added] Add tests for list method (https://github.com/omise/omise-python/pull/50) |
| 27 | +- [Added] Add list events method for Charge (https://github.com/omise/omise-python/pull/48) |
| 28 | +- [Added] Add accept method for Dispute (https://github.com/omise/omise-python/pull/47) |
| 29 | +- [Added] Add Document API (https://github.com/omise/omise-python/pull/46) |
| 30 | +- [Added] Add Chain API (https://github.com/omise/omise-python/pull/45) |
| 31 | +- [Added] Add Capability API (https://github.com/omise/omise-python/pull/44) |
| 32 | +- [Added] Add expire method for Charge (https://github.com/omise/omise-python/pull/43) |
| 33 | +- [Added] Add retrieve method for Source (https://github.com/omise/omise-python/pull/42) |
30 | 34 |
|
31 | 35 | ## [0.10.0] - 2021-01-27 |
32 | 36 |
|
33 | | -* [Added] Add update method for Account (https://github.com/omise/omise-python/pull/34) |
34 | | -* [Added] Add destroy method for Link (https://github.com/omise/omise-python/pull/39) |
35 | | -* [Added] Add Card.retrieve(customer_id, card_id) method (https://github.com/omise/omise-python/pull/37) |
36 | | -* [Added] Add testing for 3.9 (https://github.com/omise/omise-python/pull/40) |
37 | | -* [Removed] Remove testing for 3.5 (EOL) (https://github.com/omise/omise-python/pull/40) |
| 37 | +- [Added] Add update method for Account (https://github.com/omise/omise-python/pull/34) |
| 38 | +- [Added] Add destroy method for Link (https://github.com/omise/omise-python/pull/39) |
| 39 | +- [Added] Add Card.retrieve(customer_id, card_id) method (https://github.com/omise/omise-python/pull/37) |
| 40 | +- [Added] Add testing for 3.9 (https://github.com/omise/omise-python/pull/40) |
| 41 | +- [Removed] Remove testing for 3.5 (EOL) (https://github.com/omise/omise-python/pull/40) |
38 | 42 |
|
39 | 43 | ## [0.9.0] - 2020-08-03 |
40 | 44 |
|
41 | 45 | Please upgrade to this version before 20 October 2020. |
42 | 46 | After this date, the certificate pinned on older versions will expire and prevent this library from functioning. |
43 | 47 |
|
44 | | -* [Changed] Added support 3.7 and 3.8 |
45 | | -* [Changed] Removed support for 3.3 and 3.4 |
46 | | -* [Changed] Return resource lists as lazy collections |
| 48 | +- [Changed] Added support 3.7 and 3.8 |
| 49 | +- [Changed] Removed support for 3.3 and 3.4 |
| 50 | +- [Changed] Return resource lists as lazy collections |
47 | 51 |
|
48 | 52 | ## [0.8.1] - 2018-05-21 |
49 | 53 |
|
50 | 54 | This version fixes Schedule API getting wrong response when it destroyed. |
51 | 55 |
|
52 | | -* [Fixed] Schedule API return proper response when it destroyed. |
| 56 | +- [Fixed] Schedule API return proper response when it destroyed. |
53 | 57 |
|
54 | 58 | ## [0.8.0] - 2018-01-11 |
55 | 59 |
|
56 | 60 | This version adds support for Receipt API, and Source API. |
57 | 61 |
|
58 | | -* [Fixed] Allow customer to be able to retrieve customer list. |
59 | | -* [Changed] Split test classes to each file. |
60 | | -* [Changed] Split request class to new file. |
| 62 | +- [Fixed] Allow customer to be able to retrieve customer list. |
| 63 | +- [Changed] Split test classes to each file. |
| 64 | +- [Changed] Split request class to new file. |
61 | 65 |
|
62 | 66 | ## [0.7.0] - 2017-10-17 |
63 | 67 |
|
64 | 68 | This version adds support for Receipt API, and Source API. |
65 | 69 |
|
66 | | -* [Added] Add Receipt API. |
67 | | -* [Added] Add Source API. |
| 70 | +- [Added] Add Receipt API. |
| 71 | +- [Added] Add Source API. |
68 | 72 |
|
69 | 73 | ## [0.6.0] - 2017-06-12 |
70 | 74 |
|
71 | 75 | This version adds support for Forex API, and Search API, Schedule API and Occurrence API and drop and add support Python new version. |
72 | 76 |
|
73 | | -* [Added] Add Forex API. |
74 | | -* [Added] Add Search API. |
75 | | -* [Added] Add Schedule API. |
76 | | -* [Added] Add Occurrence API. |
77 | | -* [Changed] Drop support Python 2.6 and add support Python 3.6. |
| 77 | +- [Added] Add Forex API. |
| 78 | +- [Added] Add Search API. |
| 79 | +- [Added] Add Schedule API. |
| 80 | +- [Added] Add Occurrence API. |
| 81 | +- [Changed] Drop support Python 2.6 and add support Python 3.6. |
78 | 82 |
|
79 | 83 | ## [0.5.0] - 2017-03-28 |
80 | 84 |
|
81 | 85 | This version adds support for link API. |
82 | 86 |
|
83 | | -* [Added] Add Link API support. |
| 87 | +- [Added] Add Link API support. |
84 | 88 |
|
85 | 89 | ## [0.4.1] - 2016-12-09 |
86 | 90 |
|
87 | 91 | This version fixes compatibility with [Requests](https://github.com/kennethreitz/requests/) library version 2.12.1 and above. |
88 | 92 |
|
89 | | -* [Fixed] Compatibility with Requests 2.12.1. |
| 93 | +- [Fixed] Compatibility with Requests 2.12.1. |
90 | 94 |
|
91 | 95 | ## [0.4.0] - 2016-11-10 |
92 | 96 |
|
93 | 97 | This version adds support for event and reversal API as well as dropping support for Python 3.1 and Python 3.2 in favor for Ptyhon 3.4 and Python 3.5. |
94 | 98 |
|
95 | | -* [Added] Add Reversal API support. |
96 | | -* [Added] Add Event API support. |
97 | | -* [Added] Official support for Python 3.4. |
98 | | -* [Added] Official support for Python 3.5. |
99 | | -* [Removed] Official support for Python 3.1. |
100 | | -* [Removed] Official support for Python 3.2. |
| 99 | +- [Added] Add Reversal API support. |
| 100 | +- [Added] Add Event API support. |
| 101 | +- [Added] Official support for Python 3.4. |
| 102 | +- [Added] Official support for Python 3.5. |
| 103 | +- [Removed] Official support for Python 3.1. |
| 104 | +- [Removed] Official support for Python 3.2. |
101 | 105 |
|
102 | 106 | ## [0.3.0] - 2015-11-13 |
103 | 107 |
|
104 | 108 | This version adds support for configuring Omise API version via `omise.api_version` settings. If this version is set, it will be used instead of the one setting in your Omise account. |
105 | 109 |
|
106 | | -* [Added] Add API versioning support. |
| 110 | +- [Added] Add API versioning support. |
107 | 111 |
|
108 | 112 | ## [0.2.1] - 2015-08-03 |
109 | 113 |
|
|
0 commit comments