File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 8.2.1] - 2025-08-29
9+
10+ ### Fixed
11+
12+ - Fix bug introduce in v8.2 which broke streaming with Faraday 2.1.0 - thanks to [ @fabioxgn ] ( https://github.com/fabioxgn ) for the excellent PR!
13+
814## [ 8.2.0] - 2025-08-10
915
1016### Added
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- ruby-openai (8.2.0 )
4+ ruby-openai (8.2.1 )
55 event_stream_parser (>= 0.3.0 , < 2.0.0 )
66 faraday (>= 1 )
77 faraday-multipart (>= 1 )
Original file line number Diff line number Diff line change 11module OpenAI
2- VERSION = "8.2.0 " . freeze
2+ VERSION = "8.2.1 " . freeze
33end
You can’t perform that action at this time.
0 commit comments