Skip to content

Commit f5293fc

Browse files
committed
Update CHANGELOG
1 parent 2ed41db commit f5293fc

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v24.0.0
2+
3+
## Features
4+
- Support for Keyfactor Command REST API endpoints up to 24.4
5+
- Support for v1 and v2 REST API endpoints
6+
7+
## Fixes
8+
- fix: Fixes an issue where API calls are hardcoded to `/KeyfactorAPI`. Now, the API clients can point to API subpaths defined in your authentication configuration.
9+
10+
## Breaking Changes
11+
- chore: Support for v1 and v2 REST endpoints results in new structure for calling APIs. The base API client exposes a `V1` and `V2` API client. Package names are different as a result.
12+
- chore: Changes in the OpenAPI specification results in different method and class names. Please refer to the [v1](./v24/api/keyfactor/v1/README.md#documentation-for-api-endpoints) and [v2](./v24/api/keyfactor/v2/README.md#documentation-for-api-endpoints) documentation for which class / method to use.
13+
114
# v2.0.0
215

316
## Features
@@ -9,4 +22,4 @@
922
- fix: `NewAPIClient` returns `(*APIClient, error)`
1023

1124
# v1.0.0
12-
- Initial release
25+
- Initial release

0 commit comments

Comments
 (0)