Skip to content

Releases: RageAgainstThePixel/OpenAI-DotNet

OpenAI-DotNet 8.5.1

26 Jan 16:44
cb6b180
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 8.5.1 by @StephenHodgson in #408
    • Fix ChatRequest serialization for ReasoningEffort

Full Changelog: v8.5.0...v8.5.1

OpenAI-DotNet 8.5.0

25 Jan 17:54
376d071
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 8.5.0 by @StephenHodgson in #404
    • Added Role.Developer for reasoning model messages
    • Added reasoning effort parameter for o1 series models in ChatRequest
    • Fix possible misinterpretation of function parameter types in function calls

Full Changelog: v8.4.2...v8.5.0

OpenAI-DotNet 8.4.2

15 Jan 23:18
29fdae0
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 8.4.2 by @StephenHodgson in #399
    • Fix http/https protocol in client settings
    • Fix audio modality support in chat streaming completions

Full Changelog: v8.4.1...v8.4.2

OpenAI-DotNet 8.4.1

15 Nov 17:29
cabbf88
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 8.4.1 by @StephenHodgson in #383
    • Fix ChatRequest serialization for Azure OpenAI

Full Changelog: v8.4.0...v8.4.1

OpenAI-DotNet 8.4.0

15 Nov 03:46
0d4ee48
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 8.4.0 by @StephenHodgson in #375
    • Add realtime support
    • Added o1, o1-mini, gpt-4o-mini, and gpt-4o-realtime, gpt-4o-audio model convenience properties
    • Fixed some bugs with function invocations
    • Fixed strict for built in FunctionAttribute defined tools
    • Fixed FunctionAttribute tool generated names so they aren't too long
    • Refactored Tools and ToolCalls. There is more of a distinction now in ChatResponses
    • Refactored SpeechRequest, and deprecated SpeechVoice enum in favor of new Voice class
    • Refactored OpenAI.Chat to support new audio modalities and output audio

Full Changelog: v8.3.0...v8.4.0

OpenAI-DotNet 8.3.0

19 Sep 21:25
09ddbdc
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 8.3.0 by @StephenHodgson in #369
    • Updated library to .net 8
    • Refactored TypeExtensions and JsonSchema generation
      • Improved JsonSchema generation for enums and dictionaries
      • Ensured JsonSchema properly handles nullable types
    • Ensure that function args are not re-serialized and passed back into tool function for future calls

Full Changelog: v8.2.5...v8.3.0

OpenAI-DotNet 8.2.5

14 Sep 21:32
b2c0aa7
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 8.2.5 by @StephenHodgson in #367
    • Fixed ResponseObjectFormat deserialization when maxNumberOfResults is null

Full Changelog: v8.2.4...v8.2.5

OpenAI-DotNet 8.2.4

14 Sep 17:31
455c361
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 8.2.4 by @StephenHodgson in #365
    • Fixed ResponseObjectFormat deserialization when set to auto
    • Added RankingOptions to FileSearchOptions
    • Fixed potential memory leaks when uploading files to various endpoints
    • Added timestamp values to BaseResponse to calculate rate limits by @RealStillkill

Full Changelog: v8.2.2...v8.2.4

OpenAI-DotNet 8.2.2

19 Aug 19:28
d79c4d4
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 8.2.2 by @StephenHodgson in #352
    • Added generic parameters to methods that support structured output

Full Changelog: v8.2.1...v8.2.2

OpenAI-DotNet 8.2.1

19 Aug 12:24
2cf2a22
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 8.2.1 by @sibbl in #350
    • Fixed a typo in the Azure OpenAI URL base endpoint

New Contributors

Full Changelog: v8.2.0...v8.2.1