|
6 | 6 |
|
7 | 7 | **Implemented enhancements:** |
8 | 8 |
|
9 | | -- feat: migrate Python linting to Ruff [\#201](https://github.com/broadinstitute/python-cert_manager/pull/201) ([coreone](https://github.com/coreone)) |
10 | | -- Implementation of the Person API [\#194](https://github.com/broadinstitute/python-cert_manager/pull/194) ([joachimBurket](https://github.com/joachimBurket)) |
| 9 | +- feat: migrate Python linting to Ruff |
| 10 | + [\#201](https://github.com/broadinstitute/python-cert_manager/pull/201) |
| 11 | + ([coreone](https://github.com/coreone)) |
| 12 | +- Implementation of the Person API |
| 13 | + [\#194](https://github.com/broadinstitute/python-cert_manager/pull/194) |
| 14 | + ([joachimBurket](https://github.com/joachimBurket)) |
11 | 15 |
|
12 | 16 | **Fixed bugs:** |
13 | 17 |
|
14 | | -- fix: default encoding to ascii if not set [\#212](https://github.com/broadinstitute/python-cert_manager/pull/212) ([coreone](https://github.com/coreone)) |
| 18 | +- fix: default encoding to ascii if not set |
| 19 | + [\#212](https://github.com/broadinstitute/python-cert_manager/pull/212) |
| 20 | + ([coreone](https://github.com/coreone)) |
15 | 21 |
|
16 | 22 | ## [2.3.1](https://github.com/broadinstitute/python-cert_manager/tree/2.3.1) (2023-06-05) |
17 | 23 |
|
18 | 24 | [Full Changelog](https://github.com/broadinstitute/python-cert_manager/compare/2.3.0...2.3.1) |
19 | 25 |
|
20 | 26 | **Implemented enhancements:** |
21 | 27 |
|
22 | | -- Release 2.3.1 [\#181](https://github.com/broadinstitute/python-cert_manager/pull/181) ([coreone](https://github.com/coreone)) |
23 | | -- Fix linting and unit test bugs [\#156](https://github.com/broadinstitute/python-cert_manager/pull/156) ([coreone](https://github.com/coreone)) |
| 28 | +- Release 2.3.1 |
| 29 | + [\#181](https://github.com/broadinstitute/python-cert_manager/pull/181) |
| 30 | + ([coreone](https://github.com/coreone)) |
| 31 | +- Fix linting and unit test bugs |
| 32 | + [\#156](https://github.com/broadinstitute/python-cert_manager/pull/156) |
| 33 | + ([coreone](https://github.com/coreone)) |
24 | 34 |
|
25 | 35 | **Fixed bugs:** |
26 | 36 |
|
27 | | -- Fix pagination for ACMEAccount.find\(\) [\#173](https://github.com/broadinstitute/python-cert_manager/pull/173) ([jzmp](https://github.com/jzmp)) |
| 37 | +- Fix pagination for ACMEAccount.find\(\) |
| 38 | + [\#173](https://github.com/broadinstitute/python-cert_manager/pull/173) |
| 39 | + ([jzmp](https://github.com/jzmp)) |
28 | 40 |
|
29 | 41 | **Closed issues:** |
30 | 42 |
|
31 | | -- New release to support pagination [\#178](https://github.com/broadinstitute/python-cert_manager/issues/178) |
32 | | -- Version Bump needed [\#105](https://github.com/broadinstitute/python-cert_manager/issues/105) |
| 43 | +- New release to support pagination |
| 44 | + [\#178](https://github.com/broadinstitute/python-cert_manager/issues/178) |
| 45 | +- Version Bump needed |
| 46 | + [\#105](https://github.com/broadinstitute/python-cert_manager/issues/105) |
33 | 47 |
|
34 | 48 | ## [2.3.0](https://github.com/broadinstitute/python-cert_manager/tree/2.3.0) (2022-09-12) |
35 | 49 |
|
36 | 50 | [Full Changelog](https://github.com/broadinstitute/python-cert_manager/compare/2.2.0...2.3.0) |
37 | 51 |
|
38 | 52 | **Implemented enhancements:** |
39 | 53 |
|
40 | | -- Ssl count [\#128](https://github.com/broadinstitute/python-cert_manager/pull/128) ([MoIn4096](https://github.com/MoIn4096)) |
41 | | -- Add renew method to SMIME [\#104](https://github.com/broadinstitute/python-cert_manager/pull/104) ([coreone](https://github.com/coreone)) |
42 | | -- Added the Report module to support the Sectigo /report endpoint [\#95](https://github.com/broadinstitute/python-cert_manager/pull/95) ([NateWerner](https://github.com/NateWerner)) |
43 | | -- Add support for domains endpoint [\#93](https://github.com/broadinstitute/python-cert_manager/pull/93) ([FISHMANPET](https://github.com/FISHMANPET)) |
| 54 | +- Ssl count |
| 55 | + [\#128](https://github.com/broadinstitute/python-cert_manager/pull/128) |
| 56 | + ([MoIn4096](https://github.com/MoIn4096)) |
| 57 | +- Add renew method to SMIME |
| 58 | + [\#104](https://github.com/broadinstitute/python-cert_manager/pull/104) |
| 59 | + ([coreone](https://github.com/coreone)) |
| 60 | +- Added the Report module to support the Sectigo /report endpoint |
| 61 | + [\#95](https://github.com/broadinstitute/python-cert_manager/pull/95) |
| 62 | + ([NateWerner](https://github.com/NateWerner)) |
| 63 | +- Add support for domains endpoint |
| 64 | + [\#93](https://github.com/broadinstitute/python-cert_manager/pull/93) |
| 65 | + ([FISHMANPET](https://github.com/FISHMANPET)) |
44 | 66 |
|
45 | 67 | **Fixed bugs:** |
46 | 68 |
|
47 | | -- Fix certificate SANs [\#94](https://github.com/broadinstitute/python-cert_manager/pull/94) ([coreone](https://github.com/coreone)) |
| 69 | +- Fix certificate SANs |
| 70 | + [\#94](https://github.com/broadinstitute/python-cert_manager/pull/94) |
| 71 | + ([coreone](https://github.com/coreone)) |
48 | 72 |
|
49 | 73 | **Closed issues:** |
50 | 74 |
|
51 | | -- SAN not being included in the cert [\#89](https://github.com/broadinstitute/python-cert_manager/issues/89) |
52 | | -- Getting error 400 with sample from README [\#28](https://github.com/broadinstitute/python-cert_manager/issues/28) |
| 75 | +- SAN not being included in the cert |
| 76 | + [\#89](https://github.com/broadinstitute/python-cert_manager/issues/89) |
| 77 | +- Getting error 400 with sample from README |
| 78 | + [\#28](https://github.com/broadinstitute/python-cert_manager/issues/28) |
53 | 79 |
|
54 | 80 | ## [2.2.0](https://github.com/broadinstitute/python-cert_manager/tree/2.2.0) (2022-03-01) |
55 | 81 |
|
56 | 82 | [Full Changelog](https://github.com/broadinstitute/python-cert_manager/compare/2.1.0...2.2.0) |
57 | 83 |
|
58 | 84 | **Implemented enhancements:** |
59 | 85 |
|
60 | | -- Add functionality to work with Admin endpoint [\#87](https://github.com/broadinstitute/python-cert_manager/pull/87) ([FISHMANPET](https://github.com/FISHMANPET)) |
| 86 | +- Add functionality to work with Admin endpoint |
| 87 | + [\#87](https://github.com/broadinstitute/python-cert_manager/pull/87) |
| 88 | + ([FISHMANPET](https://github.com/FISHMANPET)) |
61 | 89 |
|
62 | 90 | ## [2.1.0](https://github.com/broadinstitute/python-cert_manager/tree/2.1.0) (2021-12-06) |
63 | 91 |
|
64 | 92 | [Full Changelog](https://github.com/broadinstitute/python-cert_manager/compare/2.0.0...2.1.0) |
65 | 93 |
|
66 | 94 | **Implemented enhancements:** |
67 | 95 |
|
68 | | -- Move to f-strings [\#56](https://github.com/broadinstitute/python-cert_manager/pull/56) ([coreone](https://github.com/coreone)) |
69 | | -- First implementation of smime calls [\#39](https://github.com/broadinstitute/python-cert_manager/pull/39) ([joachimBurket](https://github.com/joachimBurket)) |
| 96 | +- Move to f-strings |
| 97 | + [\#56](https://github.com/broadinstitute/python-cert_manager/pull/56) |
| 98 | + ([coreone](https://github.com/coreone)) |
| 99 | +- First implementation of smime calls |
| 100 | + [\#39](https://github.com/broadinstitute/python-cert_manager/pull/39) |
| 101 | + ([joachimBurket](https://github.com/joachimBurket)) |
70 | 102 |
|
71 | 103 | **Closed issues:** |
72 | 104 |
|
73 | | -- New release [\#61](https://github.com/broadinstitute/python-cert_manager/issues/61) |
74 | | -- PyPi outdated version? [\#30](https://github.com/broadinstitute/python-cert_manager/issues/30) |
| 105 | +- New release |
| 106 | + [\#61](https://github.com/broadinstitute/python-cert_manager/issues/61) |
| 107 | +- PyPi outdated version? |
| 108 | + [\#30](https://github.com/broadinstitute/python-cert_manager/issues/30) |
75 | 109 |
|
76 | 110 | ## [2.0.0](https://github.com/broadinstitute/python-cert_manager/tree/2.0.0) (2021-05-26) |
77 | 111 |
|
78 | 112 | [Full Changelog](https://github.com/broadinstitute/python-cert_manager/compare/1.0.0...2.0.0) |
79 | 113 |
|
80 | 114 | **Breaking changes:** |
81 | 115 |
|
82 | | -- Remove Python 2 support [\#17](https://github.com/broadinstitute/python-cert_manager/pull/17) ([coreone](https://github.com/coreone)) |
83 | | -- CircleCI update and remove support for Python 3.4 [\#11](https://github.com/broadinstitute/python-cert_manager/pull/11) ([coreone](https://github.com/coreone)) |
| 116 | +- Remove Python 2 support |
| 117 | + [\#17](https://github.com/broadinstitute/python-cert_manager/pull/17) |
| 118 | + ([coreone](https://github.com/coreone)) |
| 119 | +- CircleCI update and remove support for Python 3.4 |
| 120 | + [\#11](https://github.com/broadinstitute/python-cert_manager/pull/11) |
| 121 | + ([coreone](https://github.com/coreone)) |
84 | 122 |
|
85 | 123 | **Implemented enhancements:** |
86 | 124 |
|
87 | | -- Add extra format types [\#29](https://github.com/broadinstitute/python-cert_manager/pull/29) ([matejzero](https://github.com/matejzero)) |
88 | | -- Add custom\_fields handling to Certificates.enroll method [\#25](https://github.com/broadinstitute/python-cert_manager/pull/25) ([alextremblay](https://github.com/alextremblay)) |
89 | | -- Style cleanup, reduce to one paginate method, Python 3.9 testing [\#23](https://github.com/broadinstitute/python-cert_manager/pull/23) ([coreone](https://github.com/coreone)) |
90 | | -- Migrate to Poetry and GitHub Actions [\#21](https://github.com/broadinstitute/python-cert_manager/pull/21) ([coreone](https://github.com/coreone)) |
91 | | -- feat: Add external requester field [\#19](https://github.com/broadinstitute/python-cert_manager/pull/19) ([ravanapel](https://github.com/ravanapel)) |
92 | | -- Add support for ACME endpoint\(s\) [\#16](https://github.com/broadinstitute/python-cert_manager/pull/16) ([zmousm](https://github.com/zmousm)) |
93 | | -- Adding more features support in SSL certificates [\#15](https://github.com/broadinstitute/python-cert_manager/pull/15) ([trolldbois](https://github.com/trolldbois)) |
94 | | -- Start using CircleCI orb, disable TravisCI [\#10](https://github.com/broadinstitute/python-cert_manager/pull/10) ([coreone](https://github.com/coreone)) |
| 125 | +- Add extra format types |
| 126 | + [\#29](https://github.com/broadinstitute/python-cert_manager/pull/29) |
| 127 | + ([matejzero](https://github.com/matejzero)) |
| 128 | +- Add custom_fields handling to Certificates.enroll method |
| 129 | + [\#25](https://github.com/broadinstitute/python-cert_manager/pull/25) |
| 130 | + ([alextremblay](https://github.com/alextremblay)) |
| 131 | +- Style cleanup, reduce to one paginate method, Python 3.9 testing |
| 132 | + [\#23](https://github.com/broadinstitute/python-cert_manager/pull/23) |
| 133 | + ([coreone](https://github.com/coreone)) |
| 134 | +- Migrate to Poetry and GitHub Actions |
| 135 | + [\#21](https://github.com/broadinstitute/python-cert_manager/pull/21) |
| 136 | + ([coreone](https://github.com/coreone)) |
| 137 | +- feat: Add external requester field |
| 138 | + [\#19](https://github.com/broadinstitute/python-cert_manager/pull/19) |
| 139 | + ([ravanapel](https://github.com/ravanapel)) |
| 140 | +- Add support for ACME endpoint\(s\) |
| 141 | + [\#16](https://github.com/broadinstitute/python-cert_manager/pull/16) |
| 142 | + ([zmousm](https://github.com/zmousm)) |
| 143 | +- Adding more features support in SSL certificates |
| 144 | + [\#15](https://github.com/broadinstitute/python-cert_manager/pull/15) |
| 145 | + ([trolldbois](https://github.com/trolldbois)) |
| 146 | +- Start using CircleCI orb, disable TravisCI |
| 147 | + [\#10](https://github.com/broadinstitute/python-cert_manager/pull/10) |
| 148 | + ([coreone](https://github.com/coreone)) |
95 | 149 |
|
96 | 150 | **Fixed bugs:** |
97 | 151 |
|
98 | | -- Remove custom HttpError exception [\#6](https://github.com/broadinstitute/python-cert_manager/issues/6) |
99 | | -- Fix \#26, JSONDecodeError when receiving HTTP 204 empty response from API [\#27](https://github.com/broadinstitute/python-cert_manager/pull/27) ([alextremblay](https://github.com/alextremblay)) |
| 152 | +- Remove custom HttpError exception |
| 153 | + [\#6](https://github.com/broadinstitute/python-cert_manager/issues/6) |
| 154 | +- Fix \#26, JSONDecodeError when receiving HTTP 204 empty response from API |
| 155 | + [\#27](https://github.com/broadinstitute/python-cert_manager/pull/27) |
| 156 | + ([alextremblay](https://github.com/alextremblay)) |
100 | 157 |
|
101 | 158 | **Closed issues:** |
102 | 159 |
|
103 | | -- JSONDecodeError when using the SSL.revoke method [\#26](https://github.com/broadinstitute/python-cert_manager/issues/26) |
104 | | -- Add support for custom fields to Certificates.enroll [\#24](https://github.com/broadinstitute/python-cert_manager/issues/24) |
105 | | -- Unable to specify External Requester [\#18](https://github.com/broadinstitute/python-cert_manager/issues/18) |
| 160 | +- JSONDecodeError when using the SSL.revoke method |
| 161 | + [\#26](https://github.com/broadinstitute/python-cert_manager/issues/26) |
| 162 | +- Add support for custom fields to Certificates.enroll |
| 163 | + [\#24](https://github.com/broadinstitute/python-cert_manager/issues/24) |
| 164 | +- Unable to specify External Requester |
| 165 | + [\#18](https://github.com/broadinstitute/python-cert_manager/issues/18) |
106 | 166 |
|
107 | 167 | ## [1.0.0](https://github.com/broadinstitute/python-cert_manager/tree/1.0.0) (2019-04-04) |
108 | 168 |
|
109 | 169 | [Full Changelog](https://github.com/broadinstitute/python-cert_manager/compare/d2c8e5d7000efe2afdd8fcec69d2ef4033ebdd3f...1.0.0) |
110 | 170 |
|
111 | 171 | **Implemented enhancements:** |
112 | 172 |
|
113 | | -- Fix versioning of the package [\#2](https://github.com/broadinstitute/python-cert_manager/issues/2) |
114 | | -- Convert to 2.1 CircleCI config [\#8](https://github.com/broadinstitute/python-cert_manager/pull/8) ([coreone](https://github.com/coreone)) |
115 | | -- Replace custom exception [\#7](https://github.com/broadinstitute/python-cert_manager/pull/7) ([coreone](https://github.com/coreone)) |
116 | | -- Fix install and versioning, add user-agent [\#5](https://github.com/broadinstitute/python-cert_manager/pull/5) ([coreone](https://github.com/coreone)) |
| 173 | +- Fix versioning of the package |
| 174 | + [\#2](https://github.com/broadinstitute/python-cert_manager/issues/2) |
| 175 | +- Convert to 2.1 CircleCI config |
| 176 | + [\#8](https://github.com/broadinstitute/python-cert_manager/pull/8) |
| 177 | + ([coreone](https://github.com/coreone)) |
| 178 | +- Replace custom exception |
| 179 | + [\#7](https://github.com/broadinstitute/python-cert_manager/pull/7) |
| 180 | + ([coreone](https://github.com/coreone)) |
| 181 | +- Fix install and versioning, add user-agent |
| 182 | + [\#5](https://github.com/broadinstitute/python-cert_manager/pull/5) |
| 183 | + ([coreone](https://github.com/coreone)) |
117 | 184 |
|
118 | 185 | **Fixed bugs:** |
119 | 186 |
|
120 | | -- Bugfixes [\#4](https://github.com/broadinstitute/python-cert_manager/pull/4) ([coreone](https://github.com/coreone)) |
| 187 | +- Bugfixes [\#4](https://github.com/broadinstitute/python-cert_manager/pull/4) |
| 188 | + ([coreone](https://github.com/coreone)) |
121 | 189 |
|
122 | | - |
123 | | - |
124 | | -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
| 190 | +\* _This Changelog was automatically generated by |
| 191 | +[github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ |
0 commit comments