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

Client improvements #411

Merged
merged 18 commits into from
Apr 8, 2024
Merged

Client improvements #411

merged 18 commits into from
Apr 8, 2024

Commits on Mar 26, 2024

  1. Fix SystemInfoInterceptor constructor parameter. ServiceClient replac…

    …ed with its interface
    roxblnfk committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4951f17 View commit details
    Browse the repository at this point in the history
  2. BaseClient::createSSL():

    - Make `$crt` parameter optional;
    - Make it possible to pass a cert content instead of a file name
    roxblnfk committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    98d169f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62f9a5a View commit details
    Browse the repository at this point in the history
  4. Update metafiles

    roxblnfk committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ce1d44b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d636161 View commit details
    Browse the repository at this point in the history
  6. WorkflowClient, ScheduleClient and ScheduleHandle: added methods `wit…

    …hTimeout()`, `withDeadline()` and `withRetryOptions()`
    roxblnfk committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    66982d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    e71326e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c865469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61f0b1b View commit details
    Browse the repository at this point in the history
  4. The Connection::connect() method throws relevant errors immediately…

    … if the connection encounters any issues.
    roxblnfk committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f5a2bac View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Update ServerCapabilities DTO;

    Service Client: deprecate `setServerCapabilities()` (remove from interface); `getServerCapabilities()` now calls RPC method `getSystemInfo()`
    roxblnfk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1d62c8b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

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

Commits on Apr 3, 2024

  1. Cover ClientContextTrait

    roxblnfk committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5fe01d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d64b2de View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Move CountWorkflowExecutions, Paginator, ServerCapabilities and…

    … `ClientContextTrait` into other namespaces. Deprecate old ones.
    roxblnfk committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8116924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea771c4 View commit details
    Browse the repository at this point in the history
  3. Fix psalm issues

    roxblnfk committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    08457b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ccc045 View commit details
    Browse the repository at this point in the history