Skip to content

Commit d16dc4b

Browse files
authored
Merge pull request alexrudall#352 from alexrudall/6
v6
2 parents e0046e5 + 06067c1 commit d16dc4b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.0.0] - 2023-11-06
9+
10+
### Added
11+
12+
- [BREAKING] HTTP errors will now be raised by ruby-openai as Faraday:Errors, including when streaming! Implemented by [@atesgoral](https://github.com/atesgoral)
13+
- [BREAKING] Switch from legacy Finetunes to the new Fine-tune-jobs endpoints. Implemented by [@lancecarlson](https://github.com/lancecarlson)
14+
- [BREAKING] Remove deprecated Completions endpoints - use Chat instead.
15+
16+
### Fix
17+
18+
- [BREAKING] Fix issue where :stream parameters where replaced by a boolean in the client application. Thanks to [@martinjaimem](https://github.com/martinjaimem), [@vickymadrid03](https://github.com/vickymadrid03) and [@nicastelo](https://github.com/nicastelo) for spotting and fixing this issue.
19+
820
## [5.2.0] - 2023-10-30
921

1022
### Fix

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 (5.2.0)
4+
ruby-openai (6.0.0)
55
event_stream_parser (>= 0.3.0, < 1.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 = "5.2.0".freeze
2+
VERSION = "6.0.0".freeze
33
end

0 commit comments

Comments
 (0)