autogpt-platform-beta-v0.3.4
Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.3.4Dec 2, 2024by majdyz
AI Summary
Focuses on webhook integration, feature flagging, and new utility blocks including AI video generation and Hubspot integration.
Key Highlights
- Webhook-triggered blocks implemented
- Feature flagging setup introduced
- AI video generator block (Fal txt 2 vid)
- Hubspot blocks added
- Block descriptions made searchable
New Features
- Webhook-Triggered Blocks
- Feature Flagging
- AI Video Generator Block
- Hubspot Integration
- Block Searchability
Full Release Notes
<changelog> # π **Release autogpt-platform-beta-v0.3.4** **Date:** _December 2, 2024_ --- ## π₯ **Whatβs New?** - **New Features** - π **Webhook-triggered blocks:** Implemented webhook-triggered blocks. [#8358](https://github.com/Significant-Gravitas/AutoGPT/pull/8358) by @Pwuts - π **Feature flagging setup:** Introduced feature flagging to the platform. [#8718](https://github.com/Significant-Gravitas/AutoGPT/pull/8718) by @aarushik93 - π **AI video generator block:** Added a block for AI video generation using Fal txt 2 vid. [#8528](https://github.com/Significant-Gravitas/AutoGPT/pull/8528) by @Torantulino - π **Make Block description searchable:** Enabled search functionality on Block list palette for Block descriptions. [#8839](https://github.com/Significant-Gravitas/AutoGPT/pull/8839) by @majdyz - **Enhancements** - β‘ **Various block QoL improvements:** Significant quality of life improvements to various blocks. [#8749](https://github.com/Significant-Gravitas/AutoGPT/pull/8749) by @ntindle - β‘ **Combine per-provider credentials API calls:** Improved API call efficiency for provider credentials. [#8772](https://github.com/Significant-Gravitas/AutoGPT/pull/8772) by @Pwuts - β‘ **Add baseline utility for integration testing:** Enhancements to support integration testing from frontend UI. [#8765](https://github.com/Significant-Gravitas/AutoGPT/pull/8765) by @ntindle - **Bug Fixes** - π **Revert non-async routes:** Corrected incorrect change from async routes. [#8734](https://github.com/Significant-Gravitas/AutoGPT/pull/8734) by @majdyz - π **Fix .env file read contention:** Addressed contention issue when setting up Pyro connections. [#8736](https://github.com/Significant-Gravitas/AutoGPT/pull/8736) by @majdyz - π **Double `model` kwarg error:** Resolved error in `AnthropicProvider.create_chat_completion(...)`. [#8666](https://github.com/Significant-Gravitas/AutoGPT/pull/8666) by @Pwuts - π **Fix missing credentials input:** Added missing credentials input check for better UI/UX. [#8834](https://github.com/Significant-Gravitas/AutoGPT/pull/8834) by @Pwuts - **New Blocks** - π§± **Word Character Count Block:** Introduced a new block for counting word characters. [#8781](https://github.com/Significant-Gravitas/AutoGPT/pull/8781) by @Bentlybro - π§± **Hubspot blocks:** Added new blocks to integrate with Hubspot. [#8786](https://github.com/Significant-Gravitas/AutoGPT/pull/8786) by @aarushik93 --- ## π **Thanks to Our Contributors!** A special shoutout to all the amazing contributors who made this release possible, especially those new contributors: - π [@thecosmicmuffet](https://github.com/thecosmicmuffet) made their first contribution - π [@oxygen-fragment](https://github.com/oxygen-fragment) made their first contribution And returning contributors: - π [@majdyz](https://github.com/majdyz) - π [@Pwuts](https://github.com/Pwuts) - π [@Abhi1992002](https://github.com/Abhi1992002) - π [@dependabot](https://github.com/dependabot) - π [@ntindle](https://github.com/ntindle) - π [@aarushik93](https://github.com/aarushik93) - π [@Torantulino](https://github.com/Torantulino) - π [@Bentlybro](https://github.com/Bentlybro) --- ## π₯ **How to Get This Update** To update to this version, use: ```bash git pull origin autogpt-platform-beta-v0.3.4 ``` Or download it directly from the [Releases page](https://github.com/Significant-Gravitas/AutoGPT/releases). --- ## π Feedback and Issues If you encounter any issues or have suggestions, please [join our Discord](discord.gg/autogpt) and let us know! --- </changelog>