Skip to content

Commit

Permalink
Release notes XTC 82 (#230)
Browse files Browse the repository at this point in the history
* 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
3 people authored Apr 30, 2024
1 parent f371dc1 commit 8b71119
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions content/en/xtc/xtc-release-notes/v82.md
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" >}})**)
Binary file added static/images/xtc/audit_log_api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b71119

Please sign in to comment.