Skip to content

Releases: MervinPraison/PraisonAI

v2.2.79

26 Jul 19:38
Compare
Choose a tag to compare

What's Changed

  • feat: Add comprehensive token metrics tracking for PraisonAI agents by @github-actions[bot] in #1055
  • feat: Simplify token metrics to Agent(metrics=True) by @MervinPraison in #1056
  • fix: reduce monitoring overhead with performance optimizations by @github-actions[bot] in #1058
  • fix: add run() method alias to PraisonAIAgents for consistent API by @MervinPraison in #1063
  • feat: make performance monitoring disabled by default by @github-actions[bot] in #1061
  • perf: optimize telemetry performance with thread pools and queue-based processing by @github-actions[bot] in #1062
  • fix: resolve zero token metrics by fixing agent LLM instance access by @MervinPraison in #1064
  • fix: properly close aiohttp sessions in MCP HTTP stream transport by @github-actions[bot] in #1066

Full Changelog: v2.2.78...v2.2.79

v2.2.78

25 Jul 17:10
Compare
Choose a tag to compare

Full Changelog: v2.2.77...v2.2.78

v2.2.77

25 Jul 11:06
Compare
Choose a tag to compare

Full Changelog: v2.2.76...v2.2.77

v2.2.76

25 Jul 08:42
Compare
Choose a tag to compare

Full Changelog: v2.2.75...v2.2.76

v2.2.75

24 Jul 09:01
Compare
Choose a tag to compare

Full Changelog: v2.2.74...v2.2.75

v2.2.74

24 Jul 00:54
Compare
Choose a tag to compare

Full Changelog: v2.2.73...v2.2.74

v2.2.73

23 Jul 22:57
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions[bot] made their first contribution in #1032

Full Changelog: v2.2.72...v2.2.73

v2.2.72

20 Jul 02:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.71...v2.2.72

v2.2.71

18 Jul 21:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.70...v2.2.71

v2.2.70

17 Jul 00:32
Compare
Choose a tag to compare

What's Changed

  • fix: ensure consistent Task/Response formatting across all LLM providers by @MervinPraison in #961
  • fix: properly shutdown telemetry aiohttp sessions to prevent ImportError during Python shutdown by @MervinPraison in #965
  • fix: improve Ollama sequential tool execution to prevent redundant calls by @MervinPraison in #966
  • fix: make TelemetryCollector.stop() consistent with shutdown behavior by @MervinPraison in #974

Full Changelog: v2.2.69...v2.2.70