|
1 | | -# Change Log |
| 1 | +# Changelog |
2 | 2 |
|
3 | | -## v0.0.2.12 |
| 3 | +All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -### New Features |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +- Add automatic release notes generation, github release |
| 13 | +- Build fully automated release on push on main |
| 14 | + |
| 15 | +### Changed |
| 16 | + |
| 17 | +- Switch to using "Keep a Changelog" ChangeLog format |
| 18 | +- Change versioning to use semantic versioning (change log had to be updated as well) |
| 19 | + |
| 20 | +## [v0.0.2-beta.12] - 2025-02-12 |
| 21 | + |
| 22 | +### Added |
6 | 23 |
|
7 | 24 | - configuration_items: add class ConfigurationItem |
8 | 25 | - configuration_items: add static methods: get_configuration_items, get_by_id |
|
19 | 36 | - Core: paging, ensure that '<>' gets removed |
20 | 37 |
|
21 | 38 |
|
22 | | -## v0.0.2.11 |
| 39 | +## [v0.0.2-beta.11] - 2025-01-08 |
23 | 40 |
|
24 | | -### New Features |
| 41 | +### Added |
25 | 42 |
|
26 | 43 | - Core: add function decode_api_id and encode_api_id to convert between nodeID and normal ID |
27 | 44 |
|
28 | | -## v0.0.2.10 |
| 45 | +## [v0.0.2-beta.10] - 2024-12-18 |
29 | 46 |
|
30 | | -### New Features |
| 47 | +### Added |
31 | 48 |
|
32 | 49 | - Core: add enum LogLevel |
33 | 50 | - Core: add method set_log_level to change the log level |
34 | 51 |
|
35 | | -### Breaking Changes |
| 52 | +### Changed |
36 | 53 |
|
37 | 54 | - Core: init: parameter for logger has been added, if not provided, a new logger will be created |
38 | 55 |
|
39 | | -## v0.0.2.9 |
| 56 | +## [v0.0.2-beta.9] - 2024-12-11 |
40 | 57 |
|
41 | | -### New Features |
| 58 | +### Added |
42 | 59 |
|
43 | 60 | - Request, Workflow, Task, Person, Team: add non static methods: ref_str() --> return a reference string |
44 | 61 | - Request: add RequestCategory enum |
|
51 | 68 | - Tests: add tests for Request |
52 | 69 | - Tests: add pre-commit hooks yaml file |
53 | 70 |
|
54 | | -### Bugfixes |
| 71 | +### Fixed |
55 | 72 |
|
56 | 73 | - Person, Workflow, Task: inherit JsonSerializableDict --> make serializable |
57 | 74 | - Request: close: make it possible to close a without a note (using default note) |
58 | 75 |
|
59 | | -### Breaking Changes |
| 76 | +### Changed |
60 | 77 |
|
61 | 78 | - Request: request.created_by, request.requested_by, request.requested_for, request.member are now Person objects |
62 | 79 | - Workflow: workflow.manager is now a Person object |
63 | 80 |
|
64 | | -## v0.0.2.8 |
| 81 | +## [v0.0.2-beta.8] - 2024-12-10 |
65 | 82 |
|
66 | | -### Bug Fixes |
| 83 | +### Fixed |
67 | 84 |
|
68 | 85 | - Core: __append_per_page: exclude auto append for /me |
69 | 86 |
|
70 | | -### Breaking Changes |
| 87 | +### Changed |
71 | 88 |
|
72 | 89 | - Request: request.workflow is now a Workflow object instead of a dict --> request.workflow.id instead of request.workflow['id'] |
73 | 90 |
|
74 | | -## v0.0.2.7 |
| 91 | +## [v0.0.2-beta.7] - 2024-12-10 |
75 | 92 |
|
76 | 93 | ### Bug Fixes |
77 | 94 |
|
78 | 95 | - Task: `__update_object__` fixed |
79 | 96 |
|
80 | | -## v0.0.2.6 |
| 97 | +## [v0.0.2-beta.6] - 2024-12-10 |
81 | 98 |
|
82 | 99 | ### Bug Fixes |
83 | 100 |
|
84 | 101 | - Task: Fix update method |
85 | 102 |
|
86 | | -## v0.0.2.5 |
| 103 | +## [v0.0.2-beta.5] - 2024-12-10 |
87 | 104 |
|
88 | 105 | ### Bug Fixes |
89 | 106 |
|
90 | 107 | - Task: Fix update method |
91 | 108 |
|
92 | | -## v0.0.2.4 |
| 109 | +## [v0.0.2-beta.4] - 2024-12-10 |
93 | 110 |
|
94 | | -### New Features |
| 111 | +### Added |
95 | 112 |
|
96 | 113 | - People: add non static methods: enable, archive, trash, restore |
97 | 114 | - People: add static methods: create, get_people |
98 | 115 | - Workflows: add static methods: get_workflows |
99 | 116 |
|
100 | | -## v0.0.2.3 |
| 117 | +## [v0.0.2-beta.3] - 2024-12-06 |
101 | 118 |
|
102 | | -### New Features |
| 119 | +### Added |
103 | 120 |
|
104 | 121 | - Task: add non static methods: get_workflow, close, approve, reject, cancel, create |
105 | 122 | - Workflow: add non static methods: create_task |
106 | 123 |
|
107 | | -## v0.0.2.2 |
| 124 | +## [v0.0.2-beta.2] - 2024-12-06 |
108 | 125 |
|
109 | | -### New Features |
| 126 | +### Added |
110 | 127 |
|
111 | 128 | - Task: add base functionality for tasks |
112 | 129 | - Workflow: add methods: get_task_by_template_id, get_tasks |
|
117 | 134 |
|
118 | 135 | - Workflow: Fix toString / __str__ method |
119 | 136 |
|
120 | | -### Breaking Changes |
| 137 | +### Changed |
121 | 138 |
|
122 | 139 | - Request: renamed get_request to get_requests |
123 | 140 | - Workflow: get_workflow_task_by_template_id now returns a Task object List |
124 | 141 |
|
125 | 142 |
|
126 | | -## v0.0.2.1 |
| 143 | +## [v0.0.2-beta.1] - 2024-12-06 |
127 | 144 |
|
128 | | -### New Features |
| 145 | +### Added |
129 | 146 |
|
130 | 147 | - Workflow: add base functionality for workflows |
131 | 148 | - People: add base functionality for people |
132 | 149 | - core: automatically get api user person object (optional, default: True) |
133 | 150 |
|
134 | | -## v0.0.2 |
| 151 | +## [v0.0.2-beta.0] - 2024-12-05 |
135 | 152 |
|
136 | | -### New Features |
| 153 | +### Added |
137 | 154 |
|
138 | 155 | - Request: add methods: archive, trash, restore |
139 | 156 |
|
|
142 | 159 | - Request: Fix get_request, get_notes method |
143 | 160 |
|
144 | 161 |
|
145 | | -## v0.0.1 |
| 162 | +## [v0.0.1] - 2024-12-05 |
146 | 163 |
|
147 | | -### New Features |
| 164 | +### Added |
148 | 165 |
|
149 | 166 | - Pagination: auto pagination get requests |
150 | 167 | - Retry-after: auto retry after 429 status code |
151 | | -- custom fields conversion (from and to object/dict) |
| 168 | +- custom fields conversion (from and to object/dict) |
0 commit comments