Skip to content

Releases: LangStream/langstream

v0.0.21

19 Sep 12:55
83e4496
Compare
Choose a tag to compare

What's Changed

  • Remove agent context from Python API by @cbornet in #441
  • [docker run] Fix loading of OpenAI Async client - use the Netty provider instead of okhttp by @eolivelli in #442
  • [vector-db-sink] Ensure that we load the latest Cassandra driver by @eolivelli in #443

Full Changelog: v0.0.20...v0.0.21

v0.0.20

19 Sep 07:42
29ca086
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.19...v0.0.20

v0.0.19

15 Sep 13:47
f0d59d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

14 Sep 13:33
7fb3d4e
Compare
Choose a tag to compare

What's Changed

  • [cli] "langstream run docker" command: start the webservices and other improvements by @eolivelli in #410
  • [docker run] Make the version configurable by @eolivelli in #411
  • [kafka] Support writing messages with different schemas by @eolivelli in #413

Full Changelog: v0.0.17...v0.0.18

v0.0.17

14 Sep 09:08
386abb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.16...v0.0.17

v0.0.16

11 Sep 13:41
9a4cab1
Compare
Choose a tag to compare

What's Changed

  • Add serialization of dict and list to json bytes in python Kafka by @cbornet in #388
  • [resources] Introduce planner side validation of resources by @eolivelli in #387
  • Add support for Kafka UUID Serdes in Python by @cbornet in #390
  • Allow to return tuples instead of Records in Python agents by @cbornet in #391
  • Resource: add static validation for all the known resource types by @eolivelli in #392
  • Enable test mode on API gateway by @nicoloboschi in #389

Full Changelog: v0.0.15...v0.0.16

v0.0.15

08 Sep 14:43
b82efd3
Compare
Choose a tag to compare

What's Changed

  • Fix flaky Python tests by @cbornet in #385
  • Add /java/lib to the unignored files by @cbornet in #384
  • [cli] Fix recursion in case of local parse error and the astra.yaml template by @eolivelli in #386

Full Changelog: v0.0.14...v0.0.15

v0.0.14

08 Sep 13:28
4a10b96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.13...v0.0.14

v0.0.13

08 Sep 07:49
62065b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

v0.0.12

06 Sep 13:05
3539098
Compare
Choose a tag to compare

What's Changed

  • Fix CLI test creating a new file in the source dir by @nicoloboschi in #338
  • [agents] compute-embeddings: Implement batch and async execution by @eolivelli in #337
  • Set default unit memory to 512M by @nicoloboschi in #339
  • Add possibility to commit on Kafka consumer out of order by @cbornet in #340
  • [cli] Allow to refer to local files in secrets.yaml and in instance.yaml using file:xxx syntax by @eolivelli in #341
  • Cassandra Sink: set 2 resource units in all the examples by @eolivelli in #342
  • Add Kafka consumer commit info by @cbornet in #349
  • Fix Python Kafka offsets and add tests by @cbornet in #343
  • Add test about Kafka topic retention by @eolivelli in #350
  • [agents] TextNormalizer: remove repeated sequences of space + new line by @eolivelli in #348
  • Upgrade only executors actually impacted by the app changes by @nicoloboschi in #347
  • [gateway][cli][controlplane][api] Improvements on startup and new GET Application API without stats by @eolivelli in #344
  • Handle Python Kafka producer errors by @cbornet in #356
  • Implement fully asynchronous Sinks and graceful pod shutdown (Java runtime) by @eolivelli in #354
  • TextNormalizer: improvements by @eolivelli in #358
  • Do not build the schema registry client if not needed by @cbornet in #361
  • Support producer serializer config in Python kafka connector by @cbornet in #357
  • Add Python logging with same format as Java by @cbornet in #360

Full Changelog: v0.0.11...v0.0.12