Skip to content

Commit 44f0f5e

Browse files
plousadajhgilbertkayayarai
authored
[RUM-2088] Introduce Mobile SDK deprecation policy (DataDog#21074)
* [RUM-2088] Introduce Mobile SDK deprecation policy * Update content/en/real_user_monitoring/guide/mobile-sdk-deprecation-policy.md Co-authored-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com> * Update content/en/real_user_monitoring/guide/mobile-sdk-deprecation-policy.md Co-authored-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com> * Update content/en/real_user_monitoring/guide/mobile-sdk-deprecation-policy.md Co-authored-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com> * Update content/en/real_user_monitoring/guide/mobile-sdk-deprecation-policy.md Co-authored-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com> * Update content/en/real_user_monitoring/guide/mobile-sdk-deprecation-policy.md Co-authored-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com> * Update content/en/real_user_monitoring/guide/mobile-sdk-deprecation-policy.md Co-authored-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com> * Complete editorial review * Update document type * Remove unintentional line break --------- Co-authored-by: jhgilbert <jen.gilbert@datadoghq.com> Co-authored-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com>
1 parent 3257418 commit 44f0f5e

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: RUM Mobile SDKs Deprecation Policy
3+
kind: documentation
4+
further_reading:
5+
- link: '/real_user_monitoring/explorer'
6+
tag: 'Documentation'
7+
text: 'Visualize your RUM data in the Explorer'
8+
- link: '/real_user_monitoring/guide/mobile-sdk-upgrade'
9+
tag: 'Documentation'
10+
text: 'Upgrade your Datadog Mobile SDK'
11+
---
12+
13+
## Overview
14+
15+
Datadog understands the importance of maintaining a robust and up-to-date mobile development ecosystem for you. The following mobile deprecation policy ensures the continued improvement and stability of Datadog mobile SDKs. These deprecation practices align with industry best practices while ensuring a reasonable transition period for you.
16+
17+
## Versioning
18+
Datadog Mobile SDKs follow [semantic versioning][1]. A change in major version signals a non-backward-compatible change to public API or behavior.
19+
20+
When updating from one major version to the next, it's important to closely follow the [SDK upgrade guidelines][2].
21+
22+
## Lifecycle of major SDK versions
23+
24+
### General Availability (GA) release
25+
26+
* **Start date**: The GA release marks the moment when a major version of an SDK is officially launched and made available.
27+
* **Support level**: During the GA phase, the major version is fully supported, including the addition of new features and bug fixes.
28+
29+
### Deprecation phase
30+
31+
* **Start date**: The deprecation phase commences immediately after the release of the subsequent major GA version.
32+
* **Support level**: In this phase, the primary focus is addressing critical bug fixes and ensuring the stability of the deprecated major version. While no new features are planned, we continue to provide support for critical issues.
33+
34+
### End of Support (EOS)
35+
36+
* **Start date**: Six months after the release of the subsequent major GA version, the End of Support (EOS) phase begins.
37+
* **Support level**: In this phase, we cease to provide support for the EOS major version. No bug fixes or updates are released for the version.
38+
39+
## Minimum support duration
40+
To ensure a reasonable time frame for migrations and allow for planning, we guarantee a minimum support duration for each major version. This means that every major version is fully supported for at least six months after its GA release.
41+
42+
During this support period, we provide new features and bug fixes, in addition to addressing critical issues.
43+
44+
## Further Reading
45+
46+
{{< partial name="whats-next/whats-next.html" >}}
47+
48+
[1]: https://semver.org/
49+
[2]: /real_user_monitoring/guide/mobile-sdk-upgrade

content/en/real_user_monitoring/guide/mobile-sdk-upgrade.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ further_reading:
55
- link: '/real_user_monitoring/explorer'
66
tag: 'Documentation'
77
text: 'Visualize your RUM data in the Explorer'
8+
- link: '/real_user_monitoring/guide/mobile-sdk-deprecation-policy'
9+
tag: 'Documentation'
10+
text: 'Deprecation Policy for Datadog Mobile SDKs'
811
---
912

1013
## Overview

0 commit comments

Comments
 (0)