-
Notifications
You must be signed in to change notification settings - Fork 106
[VAULT] 1.21.x release notes #1143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
8cdb8fd
add release notes and updates for deprecation/important changes
schavis 1f62845
Apply suggestion from @gsantos-hc
schavis e1574ce
apply feedback
schavis d9bce38
Apply suggestion from @gsantos-hc
schavis 3a9003d
Apply suggestion from @gsantos-hc
schavis f0f8636
Apply suggestion from @gsantos-hc
schavis 2007190
Change VSO entry title
schavis 9d8d3a7
Add MS SQL
schavis 00b5b46
tweak csi driver language
schavis 1e45165
apply feedback
schavis e2d6c0d
Apply suggestion from @gsantos-hc
schavis f48f32d
Apply suggestion from @gsantos-hc
schavis aea8891
Apply suggestion from @gsantos-hc
schavis 27f8aab
tweaks
schavis 1bffc25
fix
schavis 6c2d63a
Merge branch 'main' into scc/1.21-rn
schavis 1692e48
Remove version fencing to deal with preview build error
schavis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
...t/global/partials/important-changes/breaking-changes/client-count-timestamp.mdx
This file contains hidden or 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,29 @@ | ||
| ### Renamed timestamp fields for client count activity export ((#client-count-export)) | ||
|
|
||
| | Change | Affected version | Vault edition | ||
| | ------------ | ---------------- | ------------- | ||
| | Breaking | 1.21.0+ | All | ||
|
|
||
| Vault counts a client the first time that client makes an authenticated API | ||
| during the billing period. | ||
|
|
||
| Previously, the Activity Export endpoint response included a `timestamp` | ||
| field that reflected the creation time and date for the client token, which | ||
| could precede the start of the billing period, rather than the time and date | ||
| of the first authenticated API call. | ||
|
|
||
| To clarify the data returned, the endpoint now returns two timestamp parameters: | ||
|
|
||
| - **`client_first_usage_time`** - (new) indicates when the client first made an | ||
| authenticated API call during the billing period. | ||
| - **`token_creation_time`** - (replaces `timestamp`) indicates the creation | ||
| timestamp of the token. | ||
|
|
||
|
|
||
| #### Recommendation | ||
|
|
||
| Review your use of the `timestamp` field and: | ||
|
|
||
| 1. Consider if the context makes `client_first_usage_time` a more appropriate | ||
| timestamp. | ||
| 1. Update any remaining references to `timestamp` to use `token_creation_time`. | ||
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.