#dramallama_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1478345774604488887
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hey there ๐ if you need to rely on pre-2025-03-31.basil behaviour then it's ok to keep using an older version
But that means I will be stuck and old sdk I guess. Would you update old .net sdk if security flaw was found?
Also, can I set which api version we use or just jump to latest?
with the dotnet SDK, the API version is controlled by which SDK version you use
https://docs.stripe.com/api/versioning?lang=dotnet
checking about your question around security updates
ah gotcha!
bug fixes, including those for security vulnerabilities, are released in the latest major version of the SDK
https://github.com/stripe/stripe-dotnet/blob/master/README.md#:~:text=If you are on an older major version%2C we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities
so I can confirm that the older version won't be updated in this scenario