Skip to content

Commit 2881108

Browse files
authoredNov 14, 2024··
Merge pull request #2109 from DataDog/release/2.20.0
Release 2.20.0
2 parents a9a1b28 + abf5174 commit 2881108

File tree

160 files changed

+2228
-1124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+2228
-1124
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ A brief description of implementation details of this PR.
1010
- [ ] Feature or bugfix MUST have appropriate tests (unit, integration)
1111
- [ ] Make sure each commit and the PR mention the Issue number or JIRA reference
1212
- [ ] Add CHANGELOG entry for user facing changes
13-
- [ ] Add Objective-C interface for public APIs (see our [guidelines](https://datadoghq.atlassian.net/wiki/spaces/RUMP/pages/3157787243/RFC+-+Modular+Objective-C+Interface#Recommended-solution) (internal)) and run `make api-surface`
13+
- [ ] Add Objective-C interface for public APIs (see our [guidelines](https://datadoghq.atlassian.net/wiki/spaces/RUMP/pages/3157787243/RFC+-+Modular+Objective-C+Interface#Recommended-solution) [internal]) and run `make api-surface`)

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Unreleased
22

3+
# 2.20.0 / 14-11-2024
4+
5+
- [FIX] Fix race condition during consent change, preventing loss of events recorded on the current thread. See [#2063][]
6+
- [IMPROVEMENT] Support mutation of events' attributes. See [#2099][]
7+
- [IMPROVEMENT] Add 'os' and 'device' info to Span events. See [#2104][]
8+
- [FIX] Fix bug in SR that was enforcing full snapshot more often than needed. See [#2092][]
9+
310
# 2.19.0 / 28-10-2024
411

512
- [FEATURE] Add Privacy Overrides in Session Replay. See [#2088][]
613
- [IMPROVEMENT] Add ObjC API for the internal logging/telemetry. See [#2073][]
14+
- [IMPROVEMENT] Support `clipsToBounds` in Session Replay. See [#2083][]
715

816
# 2.18.0 / 25-09-2024
917
- [IMPROVEMENT] Add overwrite required (breaking) param to addViewLoadingTime & usage telemetry. See [#2040][]
@@ -781,6 +789,11 @@ Release `2.0` introduces breaking changes. Follow the [Migration Guide](MIGRATIO
781789
[#2050]: https://github.com/DataDog/dd-sdk-ios/pull/2050
782790
[#2073]: https://github.com/DataDog/dd-sdk-ios/pull/2073
783791
[#2088]: https://github.com/DataDog/dd-sdk-ios/pull/2088
792+
[#2083]: https://github.com/DataDog/dd-sdk-ios/pull/2083
793+
[#2104]: https://github.com/DataDog/dd-sdk-ios/pull/2104
794+
[#2099]: https://github.com/DataDog/dd-sdk-ios/pull/2099
795+
[#2063]: https://github.com/DataDog/dd-sdk-ios/pull/2063
796+
[#2092]: https://github.com/DataDog/dd-sdk-ios/pull/2092
784797
[@00fa9a]: https://github.com/00FA9A
785798
[@britton-earnin]: https://github.com/Britton-Earnin
786799
[@hengyu]: https://github.com/Hengyu

0 commit comments

Comments
 (0)
Please sign in to comment.