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 5.0.0-beta01 #1334

Merged
merged 132 commits into from
Sep 7, 2023
Merged

Release 5.0.0-beta01 #1334

merged 132 commits into from
Sep 7, 2023

Commits on Jul 18, 2023

  1. Merge pull request #1266 from Adyen/main

    Merge main back to develop
    jreij authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d07c398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bad70c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1267 from Adyen/fix/publish_kdocs_action

    Use java 17 with publish docs workflow
    jreij authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7e7e543 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    f98f958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7e7e77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abfa200 View commit details
    Browse the repository at this point in the history
  4. Minor fix: use correct RETURN_URL_EXTRA variable

    COAND-776
    jreij committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4422f15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a877f46 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge pull request #1270 from Adyen/feature/exclude_payment_components

    Make it safe to exclude any component module from drop-in
    jreij authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5116c62 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Treat fieldPolicy = hidden in the bin lookup response the same way as…

    … fieldPolicy = optional
    
    Both should make the corresponding field optional
    
    COAND-783
    jreij committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    464017a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ea42f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge pull request #1283 from Adyen/fix/optional_cvc_validation

    Allow CVC to be empty when bin lookup returns "hidden"
    jreij authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cf75d11 View commit details
    Browse the repository at this point in the history
  2. Add on redirect callback

    COAND-732
    OscarSpruit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0f05e58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b9be79 View commit details
    Browse the repository at this point in the history
  4. Add on redirect callback to action components

    COAND-732
    OscarSpruit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a4481dd View commit details
    Browse the repository at this point in the history
  5. Pass redirect method to callback

    COAND-732
    OscarSpruit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    732e6a7 View commit details
    Browse the repository at this point in the history
  6. Add docs

    COAND-732
    OscarSpruit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    100b721 View commit details
    Browse the repository at this point in the history
  7. Provide redirect callback for drop-in

    COAND-732
    OscarSpruit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7b96163 View commit details
    Browse the repository at this point in the history
  8. Remove redirect method from callback

    Because we are not fully in control of what will be opened after
    initial redirect, it might be confusing. Also, other platforms don't
    have this information, so it's better for alignment.
    
    COAND-732
    OscarSpruit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    db58667 View commit details
    Browse the repository at this point in the history
  9. Align documentation

    COAND-732
    OscarSpruit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a06b6c9 View commit details
    Browse the repository at this point in the history
  10. Invoke callback from one place

    This is less error prone.
    
    COAND-732
    OscarSpruit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2239111 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1281 from Adyen/feature/redirect_callback

    Add on redirect callback
    OscarSpruit authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7c2e0f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Support the checkoutanalytics web app

    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a58400c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53303e2 View commit details
    Browse the repository at this point in the history
  3. Rename sendAnalyticsEvent to setupAnalytics

    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    58b1aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89d89aa View commit details
    Browse the repository at this point in the history
  5. Ensure that the initial analytics API call is only made once per paym…

    …ent flow
    
    By introducing a state in the AnalyticsRepository which will be shared between drop-in and the components
    
    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2d58895 View commit details
    Browse the repository at this point in the history
  6. Add tests for DefaultAnalyticsRepository

    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    31745b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d81b8bd View commit details
    Browse the repository at this point in the history
  8. Add AnalyticsParams for internal use

    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d60f5df View commit details
    Browse the repository at this point in the history
  9. Update all configurations and component params to use the new analyti…

    …cs configuration and params
    
    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ea7a908 View commit details
    Browse the repository at this point in the history
  10. Update component params mappers to use the new analytics configuratio…

    …n and params
    
    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    efee51c View commit details
    Browse the repository at this point in the history
  11. Update component params mappers tests to use the new analytics config…

    …uration and params
    
    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0653c7a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ded6510 View commit details
    Browse the repository at this point in the history
  13. Pass AnalyticsParams to DefaultAnalyticsRepository

    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    18661c0 View commit details
    Browse the repository at this point in the history
  14. Rename sendAnalyticsEvent method to setupAnalytics

    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4a455d0 View commit details
    Browse the repository at this point in the history
  15. Make ComponentParams non Parcelable

    It's not needed anywhere to have these classes as Parcelable
    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    cd8e5ed View commit details
    Browse the repository at this point in the history
  16. Group DefaultAnalyticsRepository constructor parameters into Analytic…

    …sRepositoryData
    
    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c5b8aeb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    837d1ee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3a018b1 View commit details
    Browse the repository at this point in the history
  19. Include amount in analytics request

    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    547dc0c View commit details
    Browse the repository at this point in the history
  20. Pass screen width to analytics

    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7248e4c View commit details
    Browse the repository at this point in the history
  21. Pass payment methods to analytics

    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ea26759 View commit details
    Browse the repository at this point in the history
  22. Add checkoutAttemptId to AnalyticsRepository

    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ab4c86b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b45253a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b0db481 View commit details
    Browse the repository at this point in the history
  25. Add tests to verify that delegates include checkoutAttemptId in payme…

    …nt method details
    
    COAND-481
    jreij committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ab73b8e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    08443c8 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #1285 from Adyen/feature/telemetry

    Telemetry
    jreij authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c19d5d5 View commit details
    Browse the repository at this point in the history
  28. Add badges to README

    OscarSpruit committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6488c73 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #1286 from Adyen/feature/readme_badges

    Add badges to README
    OscarSpruit authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7fcc062 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Add setting for telemetry level

    COAND-481
    jreij committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0f586c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76ad1b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1b2e89 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1271 from Adyen/feature/reusable_workflows

    Reusable workflow
    jreij authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d66f851 View commit details
    Browse the repository at this point in the history
  5. Change analytics endpoint from v2 to v3

    COAND-481
    jreij committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a6b2629 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7c433a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    731ab2e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge pull request #1290 from Adyen/fix/proguard_cash_app

    Suppress ProGuard issues coming from Cash App SDK
    OscarSpruit authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c093274 View commit details
    Browse the repository at this point in the history
  2. Add on bin value callback to CardComponent

    COAND-732
    OscarSpruit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d5521b5 View commit details
    Browse the repository at this point in the history
  3. Add bin value callback to drop-in

    COAND-732
    OscarSpruit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5a062e9 View commit details
    Browse the repository at this point in the history
  4. Add callback to example implementations

    COAND-732
    OscarSpruit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8018cb6 View commit details
    Browse the repository at this point in the history
  5. Inline getLogTag in example module

    This will make sure the right class name is used for the tag.
    
    COAND-732
    OscarSpruit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4d93223 View commit details
    Browse the repository at this point in the history
  6. Make sure onRedirect is only called once

    COAND-732
    OscarSpruit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    51b7dc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39a2dbe View commit details
    Browse the repository at this point in the history
  8. Add tests

    COAND-732
    OscarSpruit committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1993df5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58b3235 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Merge pull request #1288 from Adyen/feature/telemetry_endpoint

    Telemetry: Change analytics endpoint from v2 to v3
    jreij authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    33c0d34 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    e44b9dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1287 from Adyen/feature/on_bin_changed_callback

    On bin changed callback
    OscarSpruit authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    95f6adc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4915227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e91071 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Merge pull request #1294 from Adyen/feature/settings_improvements

    Example app improvements
    jreij authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ae977a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge pull request #1292 from Adyen/feature/3ds2-error

    Propagate details on error, cancel and timeout from 3ds2 sdk
    ozgur00 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    cf036a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Allow to refresh payment methods list

    COAND-736
    OscarSpruit committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ac0f93c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge pull request #1298 from Adyen/feature/navigate_to_payment_methods

    Add event to navigate to the payment methods list
    OscarSpruit authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b566838 View commit details
    Browse the repository at this point in the history
  2. Upgrade 3ds2 sdk to 2.2.15

    COAND-748
    ozgur00 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    387901a View commit details
    Browse the repository at this point in the history
  3. Add option to not show a dialog on error

    COAND-779
    OscarSpruit committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a430dc5 View commit details
    Browse the repository at this point in the history
  4. Optionally display dialog on finished

    COAND-779
    OscarSpruit committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9752071 View commit details
    Browse the repository at this point in the history
  5. Use similar concept to show error dialog

    COAND-779
    OscarSpruit committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    92a579c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge pull request #1303 from Adyen/feature/3ds2-upgrade

    Upgrade 3ds2 sdk to 2.2.15
    ozgur00 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8d56abc View commit details
    Browse the repository at this point in the history
  2. Fix dual branded flow check

    COAND-676
    ozgur00 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e54913c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #1297 from Adyen/feature/error_finish_dialog

    Allow more flexibility with dialog in drop-in
    OscarSpruit authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4ea1183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c264348 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1305 from Adyen/fix/dual-brand

    Fix dual branded flow check
    ozgur00 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2563f04 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1304 from Adyen/fix/instant_qr

    Fix QR code actions for InstantPaymentComponent
    OscarSpruit authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1e8c050 View commit details
    Browse the repository at this point in the history
  5. Add on bin lookup callback to CardComponent

    COAND-732
    OscarSpruit committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d302f7e View commit details
    Browse the repository at this point in the history
  6. Pass data to on bin lookup callback

    COAND-732
    OscarSpruit committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6feaa8b View commit details
    Browse the repository at this point in the history
  7. Add payment method variant to bin lookup

    COAND-732
    OscarSpruit committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    dea01ba View commit details
    Browse the repository at this point in the history
  8. Add bin lookup callback to drop-in

    COAND-732
    OscarSpruit committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    df66d1f View commit details
    Browse the repository at this point in the history
  9. Add callback to example implementations

    COAND-732
    OscarSpruit committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bab68de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f383d59 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b018c24 View commit details
    Browse the repository at this point in the history
  12. Add tests

    COAND-732
    OscarSpruit committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3282482 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    381fad6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    a119a70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1289 from Adyen/feature/on_bin_lookup_callback

    Add on bin lookup callback
    OscarSpruit authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    da33f55 View commit details
    Browse the repository at this point in the history
  3. Temporarily group all dependency updates in one PR

    To resolve the huge amount of open PRs we currently have
    jreij committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    41b9592 View commit details
    Browse the repository at this point in the history
  4. Remove updating dependency verification from check PR workflow

    Renovate now has this built in, so we no longer have to do this.
    OscarSpruit committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4ec4914 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5f61b6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1310 from Adyen/dependency_workflow

    Remove updating dependency verification from workflow
    jreij authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a98e048 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1309 from Adyen/renovate/single_pr_temp_fix

    Temporarily group all Renovate dependency updates in one PR
    jreij authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a7ef8e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9097e3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1313 from Adyen/renovate/single_pr_temp_fix

    Fix for grouping all dependency updates in one PR
    jreij authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    51da7d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Target sdk 34

    COAND-780
    OscarSpruit committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ae5eeac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e16cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1308 from Adyen/feature/android_14

    Android 14 support
    OscarSpruit authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    390e1b6 View commit details
    Browse the repository at this point in the history
  4. Improve workflow caching

    OscarSpruit committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3196a3a View commit details
    Browse the repository at this point in the history
  5. Give names to all jobs

    OscarSpruit committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    dc61aa5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1307 from Robert-SD/fix/rotationCrash

    Prevent crash when rotating the phone while being in the redirection screen
    OscarSpruit authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9ee29e3 View commit details
    Browse the repository at this point in the history
  7. Add auto resolving for jvm toolchains

    This should fix renovate not being able to find the correct toolchain
    OscarSpruit committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9fa89a1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1316 from Adyen/fix/jvm_toolchain_resolver

    Add auto resolving for jvm toolchains
    OscarSpruit authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6478e7a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1291 from Adyen/feature/improve_workflow_caching

    Improve workflow caching
    OscarSpruit authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a1d5b55 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d24365b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d144b22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dc6742a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d977e5a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Merge pull request #1314 from Adyen/renovate/all-dependencies

    Update all-dependencies
    jreij authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4fe3ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9286831 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1311 from Adyen/renovate/revert_single_pr_temp_fix

    Revert temp fix to group all dependency updates in one PR
    jreij authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    cd6bf55 View commit details
    Browse the repository at this point in the history
  4. Fix value sent for channel in analytics

    COAND-481
    jreij committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    cf45c8d View commit details
    Browse the repository at this point in the history
  5. Add sessionId to analytics request

    COAND-793
    jreij committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    03a1ce1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Add sessionId to analytics request inside providers

    COAND-793
    jreij committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    39e83a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1318 from Adyen/feature/analytics_session_id

    Add session ID to telemetry data
    jreij authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e04b71b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    69146cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1322 from Adyen/renovate/compose_compiler_version

    Update dependency composeOptions to v1.5.3
    OscarSpruit authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    14df87b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    bd14a3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1333 from Adyen/fix/card-distinct

    Fix output data not being created on input changes
    jreij authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    50b72cf View commit details
    Browse the repository at this point in the history
  3. Increase SDK version to 5.0.0-beta01

    OscarSpruit authored and jreij committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b483c76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53812a8 View commit details
    Browse the repository at this point in the history
  5. Update release notes for 5.0.0-beta01

    OscarSpruit authored and jreij committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    576dd5b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1323 from Adyen/release/5.0.0-beta01

    Preparing release 5.0.0 beta01
    jreij authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9423317 View commit details
    Browse the repository at this point in the history