2.1.0 (2025-05-13)
- release 2.1.0 (6f2d78d)
- v2.0.0 renames this package from
functions-csharptoSupabase.Functions. The depreciation notice has been set in NuGet. The API remains the same. - Re: #135 Update nuget package
name
functions-csharptoSupabase.Functions
- Re: #5 Add support for specifying Http Timeout on a function call by adding
HttpTimeouttoInvokeFunctionOptions
- Updates usage of
Supabase.Coreassembly.
- Rename assembly to
Supabase.Functions - Uses
FunctionsExceptioninstead ofRequestException
- Use
supabase-coreand implementIGettableHeadersonClient
- [MINOR]
Clientnow initializes with abaseUrland method calls arguments are only thefunctionName. - Included
GetHeadersproperty.
Clientis no longer a Singleton class, it should be initialized using a default constructor.- #1 Restructures library to support DI.
- Default
tokento benullinInvokecalls to allowAuthorizationto be passed solely via Headers.
- Initial Release