Skip to content

Releases: langbot-app/LangBot

v4.3.8

10 Oct 14:51
f1ddddf
Compare
Choose a tag to compare

v4.3.7

08 Oct 06:39
b560432
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.6...v4.3.7

v4.3.7b1

07 Oct 07:30
09dba91
Compare
Choose a tag to compare
v4.3.7b1 Pre-release
Pre-release

What's Changed

Full Changelog: v4.3.6...v4.3.7b1

v4.3.6

03 Oct 16:22
6535ba4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.5...v4.3.6

v4.3.5

02 Oct 02:40
d127436
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.3...v4.3.5

v4.3.4

02 Oct 02:29
399ebd3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.3...v4.3.4

v4.3.3

22 Sep 14:56
2891708
Compare
Choose a tag to compare

What's Changed

  • perf: big files transfer failure between LangBot and plugin runtime
  • perf: disable long message processing as default by @RockChinQ in #1670
  • add plugin enable config 增加插件模块使用配置 by @0xzmz in #1678

Full Changelog: v4.3.2...v4.3.3

v4.3.2

17 Sep 06:01
bf27904
Compare
Choose a tag to compare

This is a bugfix version for 4.3.1.

Full Changelog: v4.3.1...v4.3.2

v4.3.1

17 Sep 01:52
d887881
Compare
Choose a tag to compare

This is a bugfix version for v4.3.0.

Full Changelog: v4.3.0...v4.3.1

v4.3.0

16 Sep 04:30
5d60dbf
Compare
Choose a tag to compare

Key Feature / 关键更新

🧩 Production-grade Plugin System / 生产级插件系统

image

我们重新设计并实现了插件系统,新插件系统采用独立进程+WebSocket通信的模式,隔离插件代码与 LangBot 主程序代码,提供高安全性和灵活性。同时,langbot-plugin-sdk提供了一套完善的 LangBot CLI 工具辅助插件开发,并提供统一、丰富的插件 API 和实体引用。全套插件系统均支持多种语言,并对扩展开放。

We've redesigned and reimplemented the plugin system. The new system uses a standalone process with WebSocket communication, isolating plugin code from the main LangBot program code and providing high security and flexibility. Furthermore, langbot-plugin-sdk provides a comprehensive LangBot CLI tool to assist with plugin development, along with a unified and rich plugin API and entity references. The entire plugin system supports multiple languages ​​and is open to extensions.

image

我们开放了首个中心化服务:LangBot Space,此服务现提供插件市场功能,您可从此处安装插件,或使用 LangBot CLI 工具上传插件到市场。

We have opened our first centralized service: LangBot Space. This service now provides a Plugin Marketplace feature. You can install plugins from here or upload plugins to the market using the LangBot CLI tool.

👋 New Adapters / 新适配器

ffa5ee581f0bba3c3dd6beab8a995642_720

LINEユーザーの皆さん、こんにちは!LangBot 现在支持 LINE 机器人,欢迎尝试

LangBot now supports LINE bots, welcome to try.

同时添加了备受期待的企业微信智能机器人支持,现在已可使用。

What's Changed

New Contributors

更新方式

  • Docker:docker-compose.yaml 文件已移动到 docker/ 目录下,请拉取最新代码并按照文档启动
  • 手动部署:请按照文档使用

Full Changelog: v4.2.1...v4.3.0