- Major Feature: Introduced first-class Projects!
Addsprojectstable, association tables, CRUD endpoints, canonical-name support, and project-aware validation across agents, users, files, and sessions - Major Feature: Landed encrypted Secrets Vault with full CRUD API, master-key encryption, and transparent secret-reference substitution in tool & API definitions (#1312)
- Enhancement: Added custom-key aliasing for secrets plus numerous workflow & cost-tracking refactors (#1356)
- Enhancement: Added
decryptflag to secrets queries—retrieve values encrypted or in plaintext as needed (#1369)
- Enhancement: Implemented monthly cost aggregation + middleware that enforces free-tier usage caps and active-developer checks (#1351)
- Fix: Re-wrote project-resource SQL views for accurate mapping and removed weak default secrets key in production (#1362)
- Fix: Hardened secrets endpoints & models, fixed insert/delete logic, and expanded expression-evaluator edge-cases (#1343)
-
Enhancement: New GitHub Actions workflow automatically translates README files via Anthropic Claude, replacing the old Python job (#1433)
-
Other Breaking: Removed fallback for
DEMO_*placeholder credentials 💥 -
Minor Docs: Updated docs and cookbooks to remove
DEMO_API_KEYreferences. -
Minor Docs: Updated footer use-case links to the new
cookbooks/advancedpaths.
This list covers the most significant code-related PRs merged to main on 21 May 2025.
For everything else, see the full list of recent pull requests.
- Minor Feature: Updated
julep runto execute tasks via the API with clearer error reporting ✨ - Minor Docs: Added examples for task execution and error handling in CLI docs 📚
- Minor Docs: Added links to cookbooks for Quick, Community, and Industry pages.
- Minor Docs: Updated cookbook links to use absolute GitHub URLs.
- Major Feature: Introduced support for Gemini models in
litellm-config.yaml✨ - Minor Feature: Added environment configuration for Open Responses API ✨
- Critical Fix: Corrected cardinality violations in SQL queries across agents-api 🔧
- Minor Fix: Resolved documentation formatting issues in 21 files 🔧
- Minor Fix:
get_live_urlsnow usesasyncio.to_threadto avoid blocking the event loop 🔧 - Major Enhancement: Refactored API calls to include developer ID for better tracking 📈
- Minor Enhancement: Improved Gunicorn worker configurability via environment variables 📈
- Secondary Performance: Integrated OpenAPI model and TyeSpecs for expanded functionality 🚀
- Critical Breaking: Replaced Postgraphile with Hasura for GraphQL services 💥
- Other Breaking: Updated Docker configurations to adhere to new deployment requirements 💥
- Major Feature: Default
parallelismin MapReduce now set totask_max_parallelismfor optimized processing ✨ - Minor Feature: Backward compatibility support added for older syntax in
base_evaluate➕ - Critical Fix: Resolved data inconsistencies in subworkflow validations for smoother operations 🔧
- Minor Fix: Addressed hotfixes in
workflows.pyfor robust workflow handling 🔧 - Major Enhancement: Introduced
backwards_compatibilityto refine evaluation logic 📈 - Minor Enhancement: Enhanced CLI documentation and guides for improved user understanding 📈
- Key Performance: Implemented Prometheus metrics for advanced monitoring and streamlined performance 🚀
- Secondary Performance: Enhanced task evaluation functions with efficient expression handling 🚀
- Critical Breaking: Deprecated legacy API with a migration guide for users 💥
- Other Breaking: Updated agent settings to be untyped, affecting configuration handling 💥
- Major Feature: Added experimental CLI with comprehensive management commands for agents and tasks ✨
- Minor Feature: Introduced new import functionality for agents in CLI ✨
- Critical Fix: Replaced
GITHUB_ENVwithGITHUB_OUTPUTfor environment variable handling 🔧 - Minor Fix: Fixed CLI documentation by removing
pipxinstallation 🔧 - Major Enhancement: Refactored task execution workflow for modularity 📈
- Minor Enhancement: Improved documentation with updated quickstart and lifecycle guides 📈
- Key Performance: Enhanced CLI with rich text and progress indicators 🚀
- Secondary Performance: Reduced API response times by 15% 🚀
- Critical Breaking: Removed
previous_inputsparameter in workflows 💥 - Other Breaking: Deprecated legacy API (v1) to be removed next month 💥