Skip to content
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

RUM-5732 chore: cleanup deprecated podspecs #1998

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Unreleased

- [IMPROVEMENT] Drop support for deprecated cocoapod specs. See [#1998][]
- [FIX] Propagate global Tracer tags to OpenTelemetry span attributes. See [#2000][]
- [FEATURE] Add Logs event mapper to ObjC API. See [#2008][]
- [IMPROVEMENT] Send retry information with network requests (eg. retry_count, last_failure_status and idempotency key). See [#1991][]
- [FIX] Ignore network reachability on watchOS . See [#2005][] (Thanks [@jfiser-paylocity][])

# 2.16.0 / 20-08-2024

- [IMPROVEMENT] Deprecate Alamofire extension pod. See [#1966][]
- [FIX] Refresh rate vital for variable refresh rate displays when over performing. See [#1973][]
- [FIX] Alamofire extension types are deprecated now. See [#1988][]

Expand Down Expand Up @@ -754,6 +756,8 @@ Release `2.0` introduces breaking changes. Follow the [Migration Guide](MIGRATIO
[#1991]: https://github.com/DataDog/dd-sdk-ios/pull/1991
[#2008]: https://github.com/DataDog/dd-sdk-ios/pull/2008
[#2005]: https://github.com/DataDog/dd-sdk-ios/pull/2005
[#1998]: https://github.com/DataDog/dd-sdk-ios/pull/1998
[#1998]: https://github.com/DataDog/dd-sdk-ios/pull/1966
[@00fa9a]: https://github.com/00FA9A
[@britton-earnin]: https://github.com/Britton-Earnin
[@hengyu]: https://github.com/Hengyu
Expand Down
31 changes: 0 additions & 31 deletions DatadogSDK.podspec

This file was deleted.

29 changes: 0 additions & 29 deletions DatadogSDKAlamofireExtension.podspec

This file was deleted.

34 changes: 0 additions & 34 deletions DatadogSDKCrashReporting.podspec

This file was deleted.

32 changes: 0 additions & 32 deletions DatadogSDKObjc.podspec

This file was deleted.

4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,6 @@ release-publish-dependent-podspecs:
release-publish-legacy-podspecs:
@$(MAKE) release-publish-podspec PODSPEC_NAME="DatadogObjc.podspec"
@$(MAKE) release-publish-podspec PODSPEC_NAME="DatadogAlamofireExtension.podspec"
@$(MAKE) release-publish-podspec PODSPEC_NAME="DatadogSDK.podspec"
@$(MAKE) release-publish-podspec PODSPEC_NAME="DatadogSDKObjc.podspec"
@$(MAKE) release-publish-podspec PODSPEC_NAME="DatadogSDKCrashReporting.podspec"
@$(MAKE) release-publish-podspec PODSPEC_NAME="DatadogSDKAlamofireExtension.podspec"

# Set ot update CI secrets
set-ci-secret:
Expand Down