Releases: jlangch/venice
Releases · jlangch/venice
Release 1.12.24
[1.12.24] - 2024-05-23
Changed
- the OpenAI client api slightly to allow the integration of the assistants functionality.
Use the actual OpenAI examples from the README with Venice 1.2.24+!
Release 1.12.23
[1.12.23] - 2024-05-22
Added
- :openai module support for audio speech api
- :openai module support for files api
- :openai module support for models api
- OpenAI vision examples
Release 1.12.22
[1.12.22] - 2024-05-20
Added
- the Venice logo to the cheatsheet
- :openai module support for image creation
- :openai module support for image variants
- :openai module support for image edits
Release 1.12.21
[1.12.21] - 2024-05-15
Google changed the download URL for fonts from Google Fonts again causing all
font examples to fail. Changed to Font Squirrel.
Changed
-
the True Type font source from Google Fonts to Font Squirrel.
The PDF font examples now use "Opens Sans", "Roboto", "Source Code Pro"
and "JetBrains Mono" fonts from the Font Squirrel repository.The :fonts module has been updated to download these fonts from Font Squirrel. They are available
under the Apache License v2 or the SIL Open Font License v1.10.
Release 1.12.20
[1.12.20] - 2024-05-14
Fixed
- a bug in the Venice setup that crept into the last 1.12.19 release
Release 1.12.19
[1.12.19] - 2024-05-12
Added
- many new imaging functions to the
:images
module - function
fn-args
to return meta data on a functions's arguments.
Fixed
- 'repl.sh' and 'repl.bat' to source the 'repl.env' within the restart loop
Release 1.12.18
[1.12.18] - 2024-05-06
Added
- function
openai/assert-response-http-ok
to simplify error handling
in the OpenAI examples
Release 1.12.17
[1.12.17] - 2024-05-06
Added
- :openai module with chat completion support (incubation status).
The openai module runs out-of-the-box with Venice, it does not
require any 3rd party libraries.
Support for Audio, Images, Embeddings, and Assistants will
follow soon. - :jtokkit module, bringing the Java JTokkit library functionality to
Venice
Improved
- JDBC query result table renderer uses now right alignment for numeric columns
Fixed
- fixed a bug in the HTTP client when slurping a binary data response
Release 1.12.16
[1.12.16] - 2024-04-30
Added
- JDBC support through the modules
:jdbc-core
and:jdbc-postgresql
:cargo-postgresql
module to install/start/stop PostgreSQL DB docker
containers:postgresql-jdbc-install
module to install the PostgreSQL JDBC driver
Fixed
- Fixed a problem with starting an already running docker container.
Venice is doing nothing if the container version is ok, otherwise
it stops the container and runs a new one with the desired version.
Release 1.12.15
[1.12.15] - 2024-04-27
Improved
- the REPL setup. Maven will now be installed locally to the REPL to allow
on demand installation of modules like Tomcat, LangChain4J, ... with its
dependencies.
Fixed
- the REPL setup for Gitpod.io instances regarding the sourcing of environment
variables from repl.env.