Skip to content

Latest commit

 

History

History
113 lines (88 loc) · 7.97 KB

File metadata and controls

113 lines (88 loc) · 7.97 KB
julep

Get API Key   Documentation

NPM Version   PyPI - Version   Docker Image Version   GitHub License

Julep AI Changelog for 21 May 2025

  • Major Feature: Introduced first-class Projects!
    Adds projects table, 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 decrypt flag 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_KEY references.

  • Minor Docs: Updated footer use-case links to the new cookbooks/advanced paths.

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.

Julep AI Changelog for 15 May 2025

  • Minor Feature: Updated julep run to execute tasks via the API with clearer error reporting ✨
  • Minor Docs: Added examples for task execution and error handling in CLI docs 📚

Julep AI Changelog for 9 May 2025

  • Minor Docs: Added links to cookbooks for Quick, Community, and Industry pages.
  • Minor Docs: Updated cookbook links to use absolute GitHub URLs.

Julep AI Changelog for 11 April 2025

  • 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_urls now uses asyncio.to_thread to 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 💥

Julep AI Changelog for 14 February 2025

  • Major Feature: Default parallelism in MapReduce now set to task_max_parallelism for 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.py for robust workflow handling 🔧
  • Major Enhancement: Introduced backwards_compatibility to 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 💥

Julep AI Changelog for 31 January 2025

  • 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_ENV with GITHUB_OUTPUT for environment variable handling 🔧
  • Minor Fix: Fixed CLI documentation by removing pipx installation 🔧
  • 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_inputs parameter in workflows 💥
  • Other Breaking: Deprecated legacy API (v1) to be removed next month 💥