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

Release 1.13.0 #1041

Merged
merged 64 commits into from
Nov 8, 2022
Merged

Release 1.13.0 #1041

merged 64 commits into from
Nov 8, 2022

Commits on Sep 16, 2022

  1. Merge pull request #1001 from DataDog/release/1.12.0

    Merge `release/1.12.0` to `develop`
    maxep authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    1970fd7 View commit details
    Browse the repository at this point in the history
  2. Updates CODEOWNERS

    alai97 authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f4bc006 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Merge pull request #1003 from DataDog/alai97/removes-codeowner

    Updates CODEOWNERS
    maxep authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    97cdb6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1002 from DataDog/jorie/fix-link

    Merge doc changes to `develop`
    maxep authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    fa4de89 View commit details
    Browse the repository at this point in the history
  3. Update to version 2.2.0-beta.8 of testing framework

    Ignacio Bonafonte committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    331bf42 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Merge pull request #1006 from DataDog/nachoBonafonte/update-to-testin…

    …g-sdk-2.2.0-beta.8
    
    Update to new version of the tracer, it includes support for the Intelligent Test runner configuration through:
    CI -> Settings->Test Service Settings
    But as it needs admin rights for configuring I have kept the environment variables with the configuration (that overrides those of the settings)
    Ignacio Bonafonte authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    6ab6b3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96aa5a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Update Sources/Datadog/RUM/RUMMonitor/DDNoopRUMMonitor.swift

    Co-authored-by: Maxime Epain <[email protected]>
    dfed and maxep authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c4ae85f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1007 from dfed/dfed--DDNoop-loud-978

    Warn when DDNoopRUMMonitor is sent any DDRUMMonitor methods
    maxep authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    77fc236 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    433453b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Merge pull request #1009 from DataDog/maxep/RUMM-2354/frustration-cou…

    …nt-on-view
    
    RUMM-2354 Report Frustration Count in View
    maxep authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2d2d62d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    8a88a02 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Co-authored-by: Pedro Lousada <[email protected]>
    maxep and plousada authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d59628a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1013 from DataDog/maxep/RUMM-2457/frustration-sig…

    …nals-configuration
    
    RUMM-2457 Add public API to control tracking of frustrations signals
    maxep authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0e7e25e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Fix typo

    maxep committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    7ca6857 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1014 from DataDog/maxep/fix-typo

    Fix typo
    maxep authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    529bccc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. RUMM-2655 Fix generator

    - Allow `anyOf`
    - Fix missing `object` type
    - Fix objc interop
    maxep committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    057099b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. RUMM-2655 Fix objc interop

    maxep committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    4894393 View commit details
    Browse the repository at this point in the history
  2. RUMM-2655 Fix linting

    maxep committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b9a304d View commit details
    Browse the repository at this point in the history
  3. RUMM-2655 Fix model mocks

    maxep committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    15ebfb2 View commit details
    Browse the repository at this point in the history
  4. Add cross platform perf metric in view

    louiszawadzki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a74c1b4 View commit details
    Browse the repository at this point in the history
  5. Add cross platform attributes in view event

    louiszawadzki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c698d3b View commit details
    Browse the repository at this point in the history
  6. Rename variables to align with Android

    louiszawadzki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    ab018ff View commit details
    Browse the repository at this point in the history
  7. Send cross-platform metrics in view event

    louiszawadzki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    388c83f View commit details
    Browse the repository at this point in the history
  8. Add tests for cross-platform performance metrics

    louiszawadzki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    e966e1d View commit details
    Browse the repository at this point in the history
  9. Use enum for performance metric type

    louiszawadzki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    128f7f1 View commit details
    Browse the repository at this point in the history
  10. Fix linting

    louiszawadzki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b4db6db View commit details
    Browse the repository at this point in the history
  11. Update to version 2.2.0-rc.1 of testing framework

    Nacho Bonafonte committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    5783b59 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1016 from DataDog/maxep/RUMM-2655/fix-generator

    RUMM-2655 Fix generator for updated RUM schema
    maxep authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    8397a19 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Set perf metric enum values to lowercase

    louiszawadzki committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    d614990 View commit details
    Browse the repository at this point in the history
  2. Omit enum name when using it

    louiszawadzki committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    15521bb View commit details
    Browse the repository at this point in the history
  3. Move VitalInfo adapters to RUM View scope

    louiszawadzki committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    d2e590b View commit details
    Browse the repository at this point in the history
  4. Remove comment regarding name of perf metric

    louiszawadzki committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    59745fb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1017 from DataDog/louiszawadzki/rumm-2514/add-cro…

    …ss-platform-perf-metrics
    
    Add cross platform perf metrics
    louiszawadzki authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b52cf84 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Merge pull request #1023 from DataDog/hotfix/1.12.1

    Merge `hotfix/1.12.1` to `develop`
    maxep authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b08780c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15caf83 View commit details
    Browse the repository at this point in the history
  3. Remove update_flutter_sdk

    maxep committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    19893d1 View commit details
    Browse the repository at this point in the history
  4. Remove BCSymbolMaps checks

    maxep committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e086db3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. RUMM-2290 Set rulePsr in RUM resource event for enhancing APM inges…

    …tion control
    
    and add support to `_dd.rule_psr` passed from cross-platform SDKs
    ncreated committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    addc11b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1b7fbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    487140f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Merge pull request #1019 from DataDog/nachoBonafonte/update-to-testin…

    …g-sdk-2.2.0-rc.1
    
    Update to version 2.2.0-rc.1 of testing framework
    Ignacio Bonafonte authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    5ab760d View commit details
    Browse the repository at this point in the history
  2. RUMM-2670 Add a method to add user info properties

    The new method allows you to add, overwrite, or remove user properties by supplying dictionary, which is merged with the existing dictionary.
    fuzzybinary committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    f1c5025 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    d099988 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1029 from DataDog/ncreated/RUMM-2290-support-rule…

    …-PSR-for-APM-ingestion-control
    
    RUMM-2290 Support `rulePsr` for APM traffic ingestion
    ncreated authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    639e6e1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into jward/RUMM-2670-addUserProperties

    # Conflicts:
    #	CHANGELOG.md
    fuzzybinary committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    86c9b35 View commit details
    Browse the repository at this point in the history
  4. Change addUserProperties to addUserExtraInfo

    Also fixup some documentation
    fuzzybinary committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    17f3ac4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1031 from DataDog/jward/RUMM-2670-addUserProperties

    RUMM-2670 Add a method to add user info properties
    fuzzybinary authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    260b8bb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. RUMM-2687 Invert frame time to get js refresh rate

    louiszawadzki committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    49c996c View commit details
    Browse the repository at this point in the history
  2. Update to version 2.2.0-rc.2 of testing framework

    Nacho Bonafonte committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    a32115d View commit details
    Browse the repository at this point in the history
  3. RUMM-2687 Add inverted extension for doubles

    louiszawadzki committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    0ec6677 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. RUMM-2687 report js frame time in seconds

    louiszawadzki committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    23f5711 View commit details
    Browse the repository at this point in the history
  2. RUMM-2687 Add tests to double swift extension

    louiszawadzki committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    35a9beb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1033 from DataDog/nachoBonafonte/update-to-testin…

    …g-sdk-2.2.0-rc.2
    
    Update to version 2.2.0-rc.2 of testing framework
    Ignacio Bonafonte authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    674f00b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1032 from DataDog/louiszawadzki/rumm-2687/report-…

    …harmonic-mean-of-js-refresh-rate
    
    RUMM-2687 Invert frame time to get js refresh rate
    louiszawadzki authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a3c1477 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    5478eeb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. RUMM-2702 add arm64e slices

    maxep committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1d2befa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1025 from DataDog/maxep/fix-gh-asset-check

    Fix distribution pipeline
    maxep authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    86a7205 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Bumped version to 1.13.0

    maxep committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e61fd3f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    maxep committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a28e795 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Fix vitals default presets

    maxep committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    475890a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    maxep committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    932fc7c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1043 from DataDog/maxep/fix-vitals-defaults

    Fix Vitals Default Presets
    maxep authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fdd76f1 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Update CHANGELOG.md
    maxep committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    53d6322 View commit details
    Browse the repository at this point in the history