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>