Skip to content

Releases: run-llama/llama_deploy

v0.7.0

06 Mar 11:08
f97e421
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: use Prometheus to publish API Server metrics by @masci in #462
  • fix: compute URLs returned in root path by @masci in #461
  • chore: rename agent_id to service_id across the codebase by @masci in #458
  • feat: track deployment and service status with Prometheus by @masci in #463
  • fix: raise an error when task.session_id doesn't match session_id by @masci in #465
  • fix: ensure Context is not None, mostly for typing safety. by @masci in #467
  • feat: expose the Prometheus configuration in the docker images by @masci in #468
  • feat: proxy Prometheus metrics endpoint through API Server by @masci in #469
  • fix: race condition in deployment_state metric updates by @masci in #472
  • feat: add config profiles to llamactl by @masci in #470
  • refact: remove the remote/local concept, assume services are always remote by @masci in #475
  • refact: remove the remote/local concept, assume Control Plane is always remote by @masci in #476
  • docs: improve Python SDK documentation by @masci in #474
  • feat: add profile management to the CLI by @masci in #473
  • fix: use a stable hash function to dump context by @masci in #478
  • chore: add more CLI docs by @masci in #479

Full Changelog: v0.6.1...v0.7.0

v0.6.1

13 Feb 14:42
dd44b4c
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Add Solace Message Queue To API Reference Documents by @alimosaed in #454
  • fix: raise an error in llamactl run when service doesn't exist by @masci in #457
  • Allow all supported Redis URLs for Control Plane State Store URI. by @kylebrooks-8451 in #460

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

10 Feb 09:31
71a2df9
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • fix: launch only one SimpleMessageQueueServer per API Server instance by @masci in #445
  • chore: add tests to avoid regressions on collect_events serialize by @masci in #447
  • feat: create deployments at API Server startup by @masci in #443
  • chore: refactor WorkflowService configuration by @masci in #449
  • refact: support absolute paths in local source manager by @masci in #450
  • docker: add a new image flavor: autodeploy by @masci in #451
  • Pass client timeout to underlying client by @apost71 in #452

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

29 Jan 14:04
d450e49
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • fix: avoid 409 errors on message queue when services restart by @masci in #441

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Jan 18:59
3cc9239
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: make apiserver host and port configurable via env vars by @masci in #440

Full Changelog: v0.4.4...v0.5.0

v0.4.4

25 Jan 09:07
4d02e38
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • fix: properly support disable_control_plane in deploy() function by @masci in #437
  • fix: propagate the workflow timeout to its llama_deploy Client instance by @masci in #438

Full Changelog: v0.4.3...v0.4.4

v0.4.3

21 Jan 09:48
8722c8a
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • ci: use different queues to allow tests to run in parallel by @masci in #432
  • fix: remove problematic root_path by @masci in #434

Full Changelog: v0.4.2...v0.4.3

v0.4.2

16 Jan 15:26
f4c81fc
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v0.4.1...v0.4.2

v0.4.1

15 Jan 10:36
26b8ad5
Compare
Choose a tag to compare

What's Changed

New Features 🎉

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Jan 08:41
72f1469
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • ci: try a different strategy for rabbit health check by @masci in #406
  • fix: apiserver doesn't set session id when creating a task by @masci in #407
  • [feat] Add environment variables to deployment/services def'n by @nerdai in #399
  • chore: stop using e2e pytest markers by @masci in #408
  • fix: reword manual setup docs and use new Client by @masci in #409
  • fix: consolidate naming on Llama Deploy by @masci in #410
  • chore: rearrange simple message queue code by @masci in #411
  • refact: Simple message queue refactoring by @masci in #413
  • test: mock sleep time to .1 seconds to speed up test time by @masci in #414
  • fix: use the image tag in the docker run examples by @masci in #416
  • [feat] Add send event endpoints to api server by @nerdai in #412
  • chore: remove unused packages and modules by @masci in #417
  • feat: Reload a running deployment. by @masci in #419
  • fix: Invoke cleanup() method on the message queue from deploy() before exiting by @masci in #422
  • refact: make topic configurable in RedisMessageQueue by @masci in #421
  • refact: make the topic configurable for AWSMessageQueue by @masci in #423
  • refact: make topic configurable for SolaceMessageQueue by @masci in #424
  • refact: remove BaseMessageQueue in favor of AbstractMessageQueue by @masci in #425

Full Changelog: v0.3.6...v0.4.0