Skip to content

Releases: jlangch/venice

Release 1.12.24

23 May 16:07
Compare
Choose a tag to compare

[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

22 May 18:31
Compare
Choose a tag to compare

[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

20 May 20:41
Compare
Choose a tag to compare

[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

15 May 15:34
Compare
Choose a tag to compare

[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

14 May 08:14
Compare
Choose a tag to compare

[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

12 May 09:06
Compare
Choose a tag to compare

[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

06 May 22:27
Compare
Choose a tag to compare

[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

05 May 22:32
Compare
Choose a tag to compare

[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

30 Apr 13:10
Compare
Choose a tag to compare

[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

27 Apr 19:27
Compare
Choose a tag to compare

[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.