Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 09:23
· 9 commits to main since this release
af99043

What's Changed

New Features 🎉

  • chore: better naming for deployment config fields by @masci in #506
  • chore: remove orchestrators by @masci in #507
  • chore: remove deprecated clients by @masci in #508
  • chore: remove boilerplate base classes by @masci in #509
  • chore: remove base class for control plane by @masci in #510
  • feat: refactor message queue communication strategy by @masci in #511
  • tests: use prefix for topic name in CI by @masci in #514
  • fix: Fix SQS access by @masci in #515
  • Add a llamactl init functionality by @logan-markewich in #513
  • chore: Remove unmaintained message queues by @masci in #518
  • llamactl init docs by @logan-markewich in #517
  • chore: consolidate types into types package by @masci in #519
  • chore: remove low-level deployment api by @masci in #520
  • chore: cleanup dead code by @masci in #521
  • feat: imply --local when 'serve' is called passing a deployment file by @masci in #522
  • Switch to base path, for nextjs ui router compatibility by @adrianlyjak in #524
  • Add streaming and web socket support to UI proxy by @adrianlyjak in #525
  • chore: fix docs build and move to ux by @masci in #527
  • chore: simplify import structure by @masci in #528
  • feat: move ui path under deployments router by @masci in #531
  • feat: Introduce tracing support for monitoring LlamaDeploy by @masci in #530
  • load the app from app module by @adrianlyjak in #532
  • feat: allow overriding deployment name from env var in autodeploy flavor by @masci in #535
  • Log error message when serve fails to start by @adrianlyjak in #537
  • feat: get nextjs port from deployment file by @masci in #538
  • Install dependencies with UV by @adrianlyjak in #539
  • Add an option to get raw serialized event in event stream by @leehuwuj in #541
  • Followup fixes for uv dependencies by @adrianlyjak in #540
  • refact: bypass message queue and control plane from apiserver by @masci in #542
  • refact: Remove Control Plane and Message Queues by @masci in #544
  • refact: move workflow execution within Deployment class by @masci in #547
  • Support cloning branches by @adrianlyjak in #550
  • Install pyprojects as editable by @adrianlyjak in #558
  • support auto deploy of tags/git refs by @adrianlyjak in #556
  • Specify file instead of globbing by @adrianlyjak in #557
  • chore(deps): bump next from 15.3.2 to 15.3.3 in /examples/quick_start/ui by @dependabot[bot] in #554

New Contributors

Full Changelog: v0.8.0...v0.9.0