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

chore: 🐝 Update SDK - Generate #7

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

github-actions[bot]
Copy link
Contributor

SDK update

Based on:

CSHARP CHANGELOG

globalServerURLs: 2.82.3 - 2024-03-04

🐛 Bug Fixes

  • handle named server (commit by @2ynn)

unions: 0.0.2 - 2024-03-20

🐛 Bug Fixes

  • pass associated types format to serializer (commit by @2ynn)

core: 3.5.0 - 2024-03-25

🐝 New Features

  • implement conventional namespaces (commit by @2ynn)

examples: 2.81.3 - 2023-10-17

🔧 Chores

@@ -9,7 +9,7 @@ var sdk = new Opa();
ExecutePolicyWithInputRequest req = new ExecutePolicyWithInputRequest() {
Path = "app/rbac",
RequestBody = new ExecutePolicyWithInputRequestBody() {
Input = Components.CreateInputMapOfany(
Input = Input.CreateInputMapOfany(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here we go! That's more like what I was looking for the other day. 😄

@philipaconrad
Copy link
Member

I'm confused about how this PR got to skip around the CI checks... going to investigate that before merging. 🕵️

@philipaconrad
Copy link
Member

Aha! There we go. Close Pull Request ➡️ Reopen Pull Request seems to do the trick. 😄

@philipaconrad philipaconrad merged commit 56180c7 into main Mar 27, 2024
4 checks passed
@philipaconrad philipaconrad deleted the speakeasy-sdk-regen-1711574194 branch March 27, 2024 21:35
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.

2 participants