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

Updated syntax, package version, and error handling in Temporal Server #46

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

ElanHasson
Copy link
Contributor

  • Updated the syntax for adding an interceptor in Program.cs and for retrieving the "temporal" connection string.
  • Swapped the order of port and targetPort parameters in TemporalServerContainerBuilderExtensions.cs for improved readability.
  • Changed the behavior in TemporalServerExecutableResource.cs and TemporalServerContainerResource.cs to return null instead of throwing an exception when no endpoints are allocated.
  • Upgraded InfinityFlow.Aspire.Temporal package version from 0.4.3 to 0.5.1.

Updated the syntax for adding an interceptor in `Program.cs` and for retrieving the "temporal" connection string. Upgraded `InfinityFlow.Aspire.Temporal` package version from `0.4.3` to `0.5.1`. Swapped the order of `port` and `targetPort` parameters in `TemporalServerContainerBuilderExtensions.cs` for improved readability. Changed the behavior in `TemporalServerExecutableResource.cs` and `TemporalServerContainerResource.cs` to return `null` instead of throwing an exception when no endpoints are allocated.
@ElanHasson ElanHasson merged commit 3910c9d into main Apr 16, 2024
2 checks passed
@ElanHasson ElanHasson deleted the fix_endpoint_detection branch April 16, 2024 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant