This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Releases: zio-archive/zio-openai
Releases · zio-archive/zio-openai
v0.4.1
What's Changed
- Update zio-schema, zio-schema-derivation, ... to 0.4.16 by @scala-steward in #111
- Update sbt-bloop to 1.5.13 by @scala-steward in #114
- Update zio-http to 3.0.0-RC4 by @scala-steward in #113
- Updated for the latest OpenAI api spec by @vigoo in #121
- Update zio, zio-test, zio-test-sbt to 2.0.21 by @scala-steward in #115
- Update zio-schema, zio-schema-derivation, ... to 0.4.17 by @scala-steward in #116
- Update mdoc, sbt-mdoc to 2.5.2 by @scala-steward in #118
- Update sbt-jmh to 0.4.7 by @scala-steward in #119
- Update zio-prelude to 1.0.0-RC22 by @scala-steward in #120
- Update sbt to 1.9.8 by @scala-steward in #117
- fix: contributor's guide broken link by @ezhil56x in #124
- Update sbt-scala-native to 0.4.17 by @scala-steward in #122
- Fix: Enum unification bug by @sjbaldwin in #126
New Contributors
- @ezhil56x made their first contribution in #124
- @sjbaldwin made their first contribution in #126
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
Contains the latest updates introduced to the OpenAI API after the OpenAI DevDay 2023
What's Changed
- Update sbt-scala-native to 0.4.16 by @scala-steward in #98
- Update mdoc, sbt-mdoc to 2.3.8 by @scala-steward in #99
- Update sbt to 1.9.7 by @scala-steward in #100
- Update scalafmt-core to 3.7.15 by @scala-steward in #101
- Update zio-schema, zio-schema-derivation, ... to 0.4.15 by @scala-steward in #102
- Update mdoc, sbt-mdoc to 2.4.0 by @scala-steward in #103
- Update after OpenAI DevDay 2023 by @vigoo in #106
Full Changelog: v0.3.0...v0.4.0
Release 0.3.0
This release implements streaming and updates to the latest version of the OpenAI API.
What's Changed
- Update zio-prelude to 1.0.0-RC19 by @scala-steward in #39
- Update zio-schema, zio-schema-derivation, ... to 0.4.11 by @scala-steward in #40
- Update sbt-ci-release to 1.5.12 by @scala-steward in #41
- Update zio-http to 3.0.0-RC2 by @scala-steward in #44
- Update sbt to 1.8.3 by @scala-steward in #43
- Update sbt-explicit-dependencies to 0.3.1 by @scala-steward in #42
- Update sbt-scalafix to 0.11.0 by @scala-steward in #49
- Update sbt-jmh to 0.4.5 by @scala-steward in #50
- Update zio-schema, zio-schema-derivation, ... to 0.4.12 by @scala-steward in #52
- Update sbt-scala-native to 0.4.14 by @scala-steward in #53
- Update sbt-header to 5.10.0 by @scala-steward in #54
- Update scala-library to 2.12.18 by @scala-steward in #56
- Streaming mode by @vigoo in #30
Full Changelog: v0.2.1...v0.3.0
Release v0.2.1
What's Changed
- Update zio, zio-test, zio-test-sbt to 2.0.10 by @scala-steward in #15
- Update zio-http to 0.0.5 by @scala-steward in #20
- Mark as production ready by @vigoo in #17
- Update zio-prelude to 1.0.0-RC18 by @scala-steward in #16
- Update sbt-scala-native to 0.4.11 by @scala-steward in #22
- Update zio-json to 0.5.0 by @scala-steward in #23
- Update zio-schema, zio-schema-derivation, ... to 0.4.9 by @scala-steward in #24
- Update sbt-scala-native to 0.4.12 by @scala-steward in #25
- Using zio-http's built-in multipart/form-data support by @vigoo in #21
- Update zio-schema, zio-schema-derivation, ... to 0.4.10 by @scala-steward in #28
- Update sbt-mima-plugin to 1.1.2 by @scala-steward in #27
- Update scalafmt-core to 3.7.3 by @scala-steward in #26
- Update zio, zio-test, zio-test-sbt to 2.0.12 by @scala-steward in #34
- Update sbt-scalajs to 1.13.1 by @scala-steward in #35
- Update zio, zio-test, zio-test-sbt to 2.0.13 by @scala-steward in #36
- Update sbt-scala-native-crossproject, ... to 1.3.1 by @scala-steward in #37
- Update to zio-http 3.0.0-RC1 by @vigoo in #38
Full Changelog: v0.2.0...v0.2.1
Release v0.2.0
Support for the new ChatGPT and Whisper APIs
See
- https://openai.com/blog/introducing-chatgpt-and-whisper-apis
- https://platform.openai.com/docs/guides/chat
- https://platform.openai.com/docs/guides/speech-to-text
What's Changed
- Update sbt-scalajs to 1.13.0 by @scala-steward in #5
- Update scala3-library to 3.2.2 by @scala-steward in #6
- Update mdoc, sbt-mdoc to 2.3.7 by @scala-steward in #8
- Update sbt-jmh to 0.4.4 by @scala-steward in #10
- Update zio, zio-test, zio-test-sbt to 2.0.9 by @scala-steward in #11
- Update zio-schema, zio-schema-derivation, ... to 0.4.8 by @scala-steward in #12
- Update scalafmt-core to 3.7.2 by @scala-steward in #13
- Update zio-sbt-website to 0.3.10 by @scala-steward in #4
- Update sbt-scala-native to 0.4.10 by @scala-steward in #7
- Update zio-prelude to 1.0.0-RC17 by @scala-steward in #14
New Contributors
- @scala-steward made their first contribution in #5
Full Changelog: v0.1.0...v0.2.0
Release v0.1.0
What's Changed
Full Changelog: v0.0.1...v0.1.0
Initial release
The first public release of zio-openai