Skip to content

Commit e778235

Browse files
committed
Bump to 6.3
1 parent c38679b commit e778235

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.3.0] - 2023-11-26
9+
10+
### Added
11+
12+
- Add ability to pass [Faraday middleware](https://lostisland.github.io/faraday/#/middleware/index) to the client in a block, eg. to enable verbose logging - thanks to [@atesgoral](
13+
- Add better error logging to the client by default.
14+
- Bump Event Source to v1, thank you [@atesgoral](https://github.com/atesgoral) @ Shopify for this!
15+
816
## [6.2.0] - 2023-11-15
917

1018
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-openai (6.2.0)
4+
ruby-openai (6.3.0)
55
event_stream_parser (>= 0.3.0, < 2.0.0)
66
faraday (>= 1)
77
faraday-multipart (>= 1)

lib/openai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenAI
2-
VERSION = "6.2.0".freeze
2+
VERSION = "6.3.0".freeze
33
end

0 commit comments

Comments
 (0)