-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release notes XTC 82 * feedback from reviewer Co-authored-by: h-arlt <[email protected]> --------- Co-authored-by: Joerg Werner <[email protected]> Co-authored-by: h-arlt <[email protected]>
- Loading branch information
1 parent
f371dc1
commit 8b71119
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: XTC v82 | ||
linkTitle: XTC v82 | ||
|
||
weight: 134 | ||
type: docs | ||
|
||
date: 2024-04-29 | ||
|
||
description: 2024-04-30 | ||
|
||
sitemap: | ||
changefreq: never | ||
priority: 0.1 | ||
--- | ||
|
||
## Platform | ||
|
||
### API Audit Log | ||
|
||
In addition to the existing audit log for user and system activities, XTC now provides an audit log for API calls. Use this log to review all activities initiated by your automated processes. API calls that target an organization are listed in the organization's audit log, while calls that target a project are listed in the project's audit log. To view the audit logs, you must have the Organization Administrator role, or Project Administrator role respectively. | ||
|
||
{{% note notitle %}} | ||
Note that only API v2 endpoints are fully instrumented. The API v1 endpoints generate certain audit events, especially on error, but lack full coverage. | ||
{{% /note %}} | ||
|
||
The *Audit Log* pages for your organization and projects have been redesigned to show the *User Audit Log* and the new *API Audit Log* on separate tabs. | ||
|
||
The API audit log is conceptually similar to the user audit log, but contains different information. A table displays the most important details for an API call, such as time, activity type, request method, and URL. Each log entry can be expanded to show additional details, such as the client ID used, the user agent string, and additional input/output data where applicable. | ||
|
||
{{< image src="xtc/audit_log_api.png" >}} | ||
API Audit Log | ||
{{< /image >}} | ||
|
||
Similar to the user audit log, the API audit log table can be sorted and filtered. To filter, enter text in the search field and/or configure event types and time range in the filter dialog. | ||
|
||
### Other Changes | ||
|
||
* Minor UI improvements and fixes. | ||
|
||
|
||
## Load Testing | ||
|
||
* Currently available XLT execution environments: | ||
* XLT 7.x → [7.3.0]({{< relref "/xlt/release-notes/7_3_x" >}}) (deprecated, will be **retired in May, 2024**) | ||
* XLT 8.x → [8.1.0]({{< relref "/xlt/release-notes/8_1_x" >}}) (recommended, but **[migration needed]({{< relref "/xlt/release-notes/8_0_x#test-suite-migration" >}})**) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.