v0.0.12
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