-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enhance Temporal Connection Configuration with SSL Support and Flexibility #83
Commits on Mar 22, 2024
-
Enhanced Temporal connection configuration for flexibility and SSL su…
…pport This commit significantly overhauls the Temporal connection configuration system. The previous configuration was limited to specifying a single Temporal address with no support for SSL connections. With the new setup, developers can now define multiple connection options, including SSL-enabled connections. Changes include: - Introduction of a 'connections' array to specify multiple connection types (e.g., `default`, `SSL`). - Addition of the `SslConnection` class to handle SSL connection parameters such as certificates and keys. - Preservation of backward compatibility by supporting the previous `address` configuration under the `default` connection type.
Configuration menu - View commit details
-
Copy full SHA for 2d262ad - Browse repository at this point
Copy the full SHA 2d262adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af4962 - Browse repository at this point
Copy the full SHA 5af4962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f65f78 - Browse repository at this point
Copy the full SHA 2f65f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a9d04b - Browse repository at this point
Copy the full SHA 2a9d04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5796ee4 - Browse repository at this point
Copy the full SHA 5796ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e395aae - Browse repository at this point
Copy the full SHA e395aaeView commit details
Commits on Mar 26, 2024
-
Update src/Connection/Connection.php
Co-authored-by: Aleksei Gagarin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f0044d - Browse repository at this point
Copy the full SHA 8f0044dView commit details -
Update src/Connection/SslConnection.php
Co-authored-by: Aleksei Gagarin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8f3e30 - Browse repository at this point
Copy the full SHA a8f3e30View commit details -
Update src/Connection/TemporalCloudConnection.php
Co-authored-by: Aleksei Gagarin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b84286 - Browse repository at this point
Copy the full SHA 5b84286View commit details
Commits on May 20, 2024
-
Update src/Connection/Connection.php
Co-authored-by: Aleksei Gagarin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6f7891 - Browse repository at this point
Copy the full SHA b6f7891View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a72992 - Browse repository at this point
Copy the full SHA 6a72992View commit details -
Merge branch '3.x' into feature/ssl-conection-support
# Conflicts: # composer.json # src/Bootloader/TemporalBridgeBootloader.php
Configuration menu - View commit details
-
Copy full SHA for a00adcf - Browse repository at this point
Copy the full SHA a00adcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd3747 - Browse repository at this point
Copy the full SHA bdd3747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af5186 - Browse repository at this point
Copy the full SHA 8af5186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e7016 - Browse repository at this point
Copy the full SHA 48e7016View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec1ef3 - Browse repository at this point
Copy the full SHA bec1ef3View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d94eb74 - Browse repository at this point
Copy the full SHA d94eb74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b4118 - Browse repository at this point
Copy the full SHA 38b4118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb069f - Browse repository at this point
Copy the full SHA 8bb069fView commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22401af - Browse repository at this point
Copy the full SHA 22401afView commit details