docs: update information about deprecated API - #2886
Merged
Conversation
estenberg
reviewed
Aug 25, 2026
| remains supported for at least the same period, so the effective migration window | ||
| is the same regardless of deployment model. | ||
|
|
||
| Some of the endpoints above were announced as deprecated more than 12 months ago but |
Contributor
There was a problem hiding this comment.
This note will be somewhat obsolete when we add more to this list later. I think it could be removed, they already have dates.
estenberg
reviewed
Aug 25, 2026
| | `to_release` | `GET /deployments/deployments/releases/delta/jobs/{id}` | Management v2 | 2025-12-03 | 2027-08-25 | 2027-08-25 | `to_version`, which contains the same information | | ||
| | `propagate` | `POST /useradm/tenants/{tenant_id}/users` | Internal v1 | 2023-07-06 | 2027-08-25 | 2027-08-25 | None required. Propagation of user information to tenantadm is permanently disabled | | ||
|
|
||
| Deprecated fields follow the same 12 month grace period as deprecated APIs, and share the |
Contributor
There was a problem hiding this comment.
Same here- I think I'd remove this.
estenberg
reviewed
Aug 25, 2026
| endpoint that exposes them. The endpoints below remain supported; only the listed | ||
| field is deprecated. | ||
|
|
||
| | Field | API | Version | Deprecated since | EOL (hosted Mender) | EOL (on-premise) | Replacement | |
Contributor
There was a problem hiding this comment.
Would put the API first, like above, so it's easier to see if you're actually using that path.
estenberg
approved these changes
Aug 25, 2026
estenberg
left a comment
Contributor
There was a problem hiding this comment.
Some minor comments, but good overall.
Do we have warnings on the API level when these endpoints are used.
Signed-off-by: Krzysztof Jaskiewicz <krzysztof.jaskiewicz@northern.tech>
kjaskiewiczz
force-pushed
the
deprecations
branch
from
August 26, 2026 10:49
4816668 to
54d529d
Compare
alfrunes
approved these changes
Aug 26, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
External Contributor Checklist
🚨 Please review the guidelines for contributing to this repository.
The majority of our contributions are fixes, which means your commit should have
the form below:
git --signoff. Also note that the signoff author must match the author of the commit.Description
Please describe your pull request.
Thank you!