Skip to content

Tags: gavinh2016/crewAI

Tags

1.2.0

Toggle 1.2.0's commit message
- Update default LLM model and improve error logging in LLM utilities

- Change flow visualization directory and method inspection

- Remove aisuite

@greysonlalonde, @lorenzejay

1.1.0

Toggle 1.1.0's commit message
- Enhance InternalInstructor to support multiple LLM providers

- Implement mypy plugin base
- Improve QdrantVectorSearchTool

- Correct broken integration documentation links
- Fix double trace call and add types
- Pin template versions to latest

- Update LLM integration details and examples

- Improve CrewBase typing

@cwarre33, @danielfsbarreto, @greysonlalonde, @lorenzejay

1.0.0

Toggle 1.0.0's commit message
- Bump versions to 1.0.0

- Enhance knowledge and guardrail event handling in Agent class
- Inject tool repository credentials in crewai run command

- Preserve nested condition structure in Flow decorators
- Add standard print parameters to Printer.print method
- Fix errors when there is no input() available
- Add a leeway of 10s when decoding JWT
- Revert bad cron schedule
- Correct cron schedule to run every 5 days at specific dates
- Use system PATH for Docker binary instead of hardcoded path
- Add CodeQL configuration to properly exclude template directories

- Update security policy for vulnerability reporting
- Add guide for capturing telemetry logs in CrewAI AMP
- Add missing /resume files
- Clarify webhook URL parameter in HITL workflows

@Vidit-Ostwal, @greysonlalonde, @heitorado, @joaomdmoura, @lorenzejay, @lucasgomide, @mplachta, @theCyberTech

1.0.0b3

Toggle 1.0.0b3's commit message
- Enhance task guardrail functionality and validation

- Improve support for importing native SDK
- Add Azure native tests
- Enhance BedrockCompletion class with advanced features
- Enhance GeminiCompletion class with client parameter support
- Enhance AnthropicCompletion class with additional client parameters

- Preserve nested condition structure in Flow decorators
- Add standard print parameters to Printer.print method
- Remove stdout prints and improve test determinism

- Convert project module to metaclass with full typing

@greysonlalonde, @lorenzejay

1.0.0b2

Toggle 1.0.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump versions to 1.0.0b2 (crewAIInc#3713)

1.0.0b1

Toggle 1.0.0b1's commit message
- Enhance OpenAICompletion class with additional client parameters

- Improve event bus thread safety and async support
- Implement Bedrock LLM integration

- Fix issue with missing input() availability
- Resolve JWT decoding error by adding a leeway of 10 seconds
- Inject tool repository credentials in crewai run command
- Fix copy and add NOT_SPECIFIED check in task.py

- Ensure CREWAI_PLATFORM_INTEGRATION_TOKEN is mentioned in documentation
- Update triggers documentation

@Vidit-Ostwal, @greysonlalonde, @heitorado, @joaomdmoura, @lorenzejay, @lucasgomide

0.203.1

Toggle 0.203.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update crewAI version to 0.203.1 in multiple templates (crewAI…

…Inc#3699)

- Bumped the `crewai` version in `__init__.py` to 0.203.1.
- Updated the dependency versions in the crew, flow, and tool templates' `pyproject.toml` files to reflect the new `crewai` version.

1.0.0a4

Toggle 1.0.0a4's commit message
- Enhance knowledge and guardrail event handling in Agent class

- Introduce trigger listing and execution commands for local development
- Update documentation with new approach to consume Platform Actions
- Add guide for capturing telemetry logs in CrewAI AMP

- Revert bad cron schedule
- Correct cron schedule to run every 5 days at specific dates
- Remove duplicate line and add explicit environment variable
- Resolve linting errors across the codebase
- Replace print statements with logger in agent and memory handling
- Use system PATH for Docker binary instead of hardcoded path
- Allow failed PyPI publish
- Match tag and release title, ignore devtools build for PyPI

- Update security policy for vulnerability reporting
- Add missing /resume files
- Clarify webhook URL parameter in HITL workflows

@Vidit-Ostwal, @greysonlalonde, @lorenzejay, @lucasgomide, @theCyberTech

0.203.0

Toggle 0.203.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update crewAI and crewAI-tools dependencies to version 0.203.0…

… and 0.76.0 respectively (crewAIInc#3674)

- Updated the `crewai-tools` dependency in `pyproject.toml` and `uv.lock` to version 0.76.0.
- Updated the `crewai` version in `__init__.py` to 0.203.0.
- Updated the dependency versions in the crew, flow, and tool templates to reflect the new `crewai` version.

1.0.0a3

Toggle 1.0.0a3's commit message
- Bump version to 1.0.0a3

- Allow release after tag
- Add base devtooling

- Allow failed PyPI publish
- Match tag and release title, ignore devtools build for PyPI
- Allow pre-release
- Ensure dependency references are updated for devtools

@greysonlalonde, @lorenzejay