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

Add net46, netcore3.1 to management SDK test project #1540

Closed
wants to merge 34 commits into from

Commits on Jun 28, 2022

  1. Merge pull request Azure#1635 from Azure/release1181

    Release1.18.1
    vicancy authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ebcebcf View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Merge pull request Azure#1666 from Azure/dev

    release 1.18.2
    terencefan authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    8ac4626 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#1667 from Azure/release1182

    Release 1.18.2
    terencefan authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    f0e60fe View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Merge branch 'dev' into r182

    vicancy committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9252f90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#1670 from vicancy/r182

    Release 1.8.2 (patch)
    vicancy authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    15d5904 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge branch 'dev' into r183

    vicancy committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    83d4035 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#1674 from vicancy/r183

    Release 1.8.3
    vicancy authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8442f47 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Release v1.19.0 (Azure#1712)

    * Update Actions to use dotnet build (Azure#1663)
    
    * Update windows.yml
    
    * Add configurable options (Azure#1654)
    
    * Update CI to enable net7.0 preview builds (Azure#1677)
    
    * Support net7.0
    
    * update osx/ubuntu.
    
    * revert common package upgrade.
    
    * update build-source guide and revert net7.0 in src.
    
    * Add OrTimeout()
    
    * Fix build warnings and add net6 samples (Azure#1676)
    
    * Fix build warning
    
    * Update docs
    
    * Fix build failure
    
    * Fix test failure
    
    * Fix vlunerability issue (Azure#1678)
    
    * Fix vlunerability issue
    
    * fix filters
    
    * fix filters
    
    * Update use-signalr-service.md (Azure#1683)
    
    * Change emulator to net6.0 (Azure#1682)
    
    * Change emulator to net6.0
    
    * Fix test
    
    * Add filter property...... (Azure#1686)
    
    * Add filter
    
    * Add multiPayload case
    
    * Adding comments
    
    * Update management-sdk-guide.md (Azure#1689)
    
    Improve a confusing statement. The original statement can also be interpreted as this SDK only supports SignalR clients based on ASP.NET Core C#, which confuses users. Azure#1688
    
    * Expose InstanceId in ClientConnectionContext (Azure#1692)
    
    * Fix `HubConnectionContext.UserIdentifier` is null when negotiation with Management SDK (Azure#1691)
    
    When clients negotiatie with Management SDK and connect to SignalR server, IUserIdProvider might not work as the user ID is set directly in the Management SDK.
    
    To make HubConnectionContext.UserIdentifier have the valid value in this case, we should set it before the server accesses it. HubLifetimeManager{THub}.OnConnectedAsync(HubConnectionContext) is the only chance we can set the value. However, we cannot access the Constants.ClaimType.UserId as ASRS system claims are trimmed there. HubConnectionContext.Features is the place where we can store the user Id.
    
    The following code is the injection point.
    https://github.com/dotnet/aspnetcore/blob/v6.0.9/src/SignalR/server/Core/src/HubConnectionHandler.cs#L132-L141
    
    Fixes Azure#1679
    
    * Add ClientInvocationManager (Azure#1684)
    
    * add ClientInvocationManager
    
    * update CallerClientResultsManager (Azure#1697)
    
    add `TryCompleteResult` for `ErrorCompletionMessage`
    
    * Implement close on client authentication expiration (Azure#1699)
    
    * Add spec for client-invocation. (Azure#1701)
    
    * Add spec for client-invocation.
    
    * minor update direction for ErrorCompletionMessage
    
    * Add client Invocation implementation and UTs (Azure#1687)
    
    * Add client Invocation implementation and UTs
    
    * [ClientInvocation] Fix cleanup in caller case. (Azure#1702)
    
    * Fix cleanup in caller case.
    
    * fix UT.
    
    * Update src/Microsoft.Azure.SignalR.Common/ClientInvocation/IClientInvocationManager.cs
    
    Co-authored-by: Liangying.Wei <lianwei@microsoft.com>
    
    Co-authored-by: Liangying.Wei <lianwei@microsoft.com>
    
    * Add ClientResultSample (Azure#1703)
    
    * Add ClientResultSample
    
    * Move file
    
    * minor update.
    
    * minor update README.
    
    * show server/service ex.message
    
    * Add Broadcast method and update README
    
    * Fix proxy not applied to serverless transient mode (Azure#1708)
    
    Fix Azure#1700
    
    * silent IDE0090 check (Azure#1709)
    
    * reduce retry interval when auth failed (Azure#1451)
    
    * Clean up dependencies. (Azure#1711)
    
    * Update dep to GA version.
    
    * clean up dependencies
    
    * clean management.
    
    * fix test dep.
    
    Co-authored-by: Liangying.Wei <lianwei@microsoft.com>
    Co-authored-by: Kevin Guo <105208143+kevinguo-ed@users.noreply.github.com>
    Co-authored-by: yzt <zityang@microsoft.com>
    Co-authored-by: Eric Xing <87063252+xingsy97@users.noreply.github.com>
    Co-authored-by: Terence Fan <stdrickforce@gmail.com>
    6 people authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3470d1f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    8d74734 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#1729 from Azure/v1.19.1

    Release v1.19.1
    JialinXin authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9b93ed0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Dec 9, 2022

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

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    cb2601b View commit details
    Browse the repository at this point in the history
  2. Release 1.20.0

    Y-Sindo authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    e4f40d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    c8ecb46 View commit details
    Browse the repository at this point in the history
  2. Release v1.21.0

    Y-Sindo authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b8f67e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    1ea3380 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#1762 from wanlwanl/release1.21.1

    Release1.21.1
    wanlwanl authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a9c8e38 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    8794c87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#1766 from wanlwanl/release1.21.2

    release 1.21.2
    wanlwanl authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    52279fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a34e3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Azure#1768 from wanlwanl/release-v1.21.2

    Release v1.21.2
    wanlwanl authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    004701c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    034ff25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    297d0a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3377d87 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    80cd599 View commit details
    Browse the repository at this point in the history
  2. Release v1.21.4

    Y-Sindo authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    67770c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Jul 18, 2023

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

Commits on Aug 25, 2023

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

Commits on Aug 30, 2023

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

Commits on Sep 14, 2023

  1. Release v1.21.7 (Azure#1833)

    * Add echo in ServiceProtocol. (Azure#1829)
    
    * Partial support client results in sharding mode. (Azure#1828)
    
    * Partial support client results in sharding mode.
    
    * limit single to avoid timeout waiting.
    
    * Better information.
    
    * update doc
    
    * fix count.
    
    * better exception information.
    
    * Update version.props (Azure#1830)
    
    ---------
    
    Co-authored-by: Zhenghui Yan <vwxyzh@gmail.com>
    JialinXin and vwxyzh authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f5cf33f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    7418236 View commit details
    Browse the repository at this point in the history
  2. Release v1.22.0

    Release v1.22.0
    Y-Sindo authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b4ffcaa View commit details
    Browse the repository at this point in the history