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

[SDK-3703] Upgrade library to protocol v2 #1199

Merged
merged 122 commits into from
Sep 25, 2023
Merged

[SDK-3703] Upgrade library to protocol v2 #1199

merged 122 commits into from
Sep 25, 2023

Commits on Sep 6, 2022

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

Commits on Sep 14, 2022

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

Commits on Sep 17, 2022

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

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    43062fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2d725b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a29ef56 View commit details
    Browse the repository at this point in the history
  4. removed connection serial from ProtocolMessage and Connection class,

    also removed all related references
    sacOO7 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    92c2fbf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    f76db07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea76bc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    90aa68d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    267ce9e View commit details
    Browse the repository at this point in the history
  3. Added impl for recovery key

    sacOO7 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    86e0673 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44f685f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    1f7baaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af07486 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    c7a2e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    125905a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    67d958d View commit details
    Browse the repository at this point in the history
  2. Setting channel serial as null as per spec when channel goes into det…

    …ached,
    
    suspended or failed state
    sacOO7 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    d6c90b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c86c3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d2ae1f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

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

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    7be4842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa97c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa7cd3e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    3b00321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58d3dc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9a47ad View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    32f7336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b68e89f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    942fef6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8280f2b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    4dcee4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9429bae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77a386 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc12e7b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    14e300d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe819ea View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    148ef16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c366a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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

Commits on Oct 7, 2022

  1. Simplified dotnet implementation for realtime channels, setting

    channelSerials on the channel
    sacOO7 committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    39aa3c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Updated GetRecoveryKey method, returning empty string for given

    connection states
    sacOO7 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0dae092 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1183 from ably/feature/no-connection-serial

    Remove connection serial
    sacOO7 authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    48ffe9f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

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

Commits on Nov 1, 2022

  1. Merge pull request #1185 from ably/create-recovery-key

    Rename getRecoveryKey->createRecoveryKey per updated spec
    SimonWoolf authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    19a09c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    30cc05d View commit details
    Browse the repository at this point in the history
  2. Revert "Updated protocol version to integer as per new spec"

    This reverts commit 30cc05d.
    sacOO7 committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    e98cdb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91d0385 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Merge branch 'main' into feature/integration-2.0

    # Conflicts:
    #	src/IO.Ably.Shared/Defaults.cs
    #	src/IO.Ably.Shared/Http/AblyHttpClient.cs
    #	src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionParameterSpecs.cs
    sacOO7 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    af77ce4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/integration-2.0' into update/integration-2.0

    # Conflicts:
    #	src/IO.Ably.Shared/Defaults.cs
    sacOO7 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    bdcc322 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2d702b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    60aaeb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df383f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1198 from ably/update/integration-2.0

    Update integration 2.0 spec
    sacOO7 authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ad870a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge branch 'main' into feature/integration-2.0

    # Conflicts:
    #	src/CommonAssemblyInfo.cs
    #	src/IO.Ably.Shared/Defaults.cs
    #	src/IO.Ably.Shared/Http/AblyHttpClient.cs
    #	src/IO.Ably.Shared/Realtime/RealtimeChannel.cs
    sacOO7 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    338e378 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    a77822d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82fb25a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86a23c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    0f478f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5f2219 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

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

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    dab37f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84b46c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd3d40f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 27, 2023

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

Commits on Sep 2, 2023

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

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    0a889a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3c76a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ccc633 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a28b87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94b241a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    901df5e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    e69a0c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3714e94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a81620 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccf20f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62a5e4d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Simplified test for RTP1

    sacOO7 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    905a3df View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    faf4daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62a1405 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bf8ac0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    c0daf2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae75505 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    46aa89b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b250e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b83a9c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    c121598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e58fe7 View commit details
    Browse the repository at this point in the history
  3. Revert "Removed fixed build script dependency versions"

    This reverts commit 1e58fe7.
    sacOO7 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    0f43b53 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    76fde65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201b196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cba3e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6531a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e9ed4d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    121d564 View commit details
    Browse the repository at this point in the history
  2. Revert "Updated workflow files to latest version of dotnet6 and dotne…

    …t 7"
    
    This reverts commit 8e9ed4d.
    sacOO7 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    435ff0c View commit details
    Browse the repository at this point in the history
  3. Revert "Added msbuild structuredlogger as a package dependency to bui…

    …ld script"
    
    This reverts commit e6531a8.
    sacOO7 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    99c997b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    33f77a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7dd949 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a85f3c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b15097 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    95d2917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5cd72c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

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

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    61dc64f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    116d6e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0034372 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    52f3a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ef3c5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec739de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e9918e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce4a073 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    201feb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4857065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0c20f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7236373 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    575f396 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    e212777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9386789 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/integration-2.0' of https://github.com/ably/abl…

    …y-dotnet into feature/integration-2.0
    sacOO7 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5507611 View commit details
    Browse the repository at this point in the history