Skip to content

Commit 726054a

Browse files
committed
release: v0.7.0
1 parent 1010672 commit 726054a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v0.7.0 (2023-08-29)
8+
### Added
9+
- Add support for the fine-tuning API ([#199](https://github.com/openai-php/client/pull/199))
10+
- Provide access to header / meta information for all responses ([#195](https://github.com/openai-php/client/pull/195))
11+
12+
### Changed
13+
- Mark `FineTunes` resource as deprecated
14+
- Mark `Edits` resource as deprecated
15+
- Add missing moderation enums ([#178](https://github.com/openai-php/client/pull/178))
16+
17+
### Fixed
18+
- Chat completion create response with function calling on Azure ([#184](https://github.com/openai-php/client/pull/184))
19+
- Breaking change on OpenAI API regarding "transient" field in Audio translations ([#168](https://github.com/openai-php/client/pull/168))
20+
- Docs: fix OpenAI URL
21+
722
## v0.6.3 (2023-07-07)
823
### Fixed
924
- Breaking change on OpenAI API regarding "transient" field in Audio ([#160](https://github.com/openai-php/client/pull/160))

0 commit comments

Comments
 (0)