Releases: peerclaw/picoclaw-plugin
Releases · peerclaw/picoclaw-plugin
v0.1.2
v0.1.1
Bug Fixes
Fix unresolvable dependency and API compatibility
The plugin previously declared github.com/sipeed/picoclaw v0.0.0 which cannot be resolved from the Go module proxy, making go get fail for any user.
- Pin picoclaw to v0.2.3 — a published tag available on
proxy.golang.org - Update
NewBaseChannelcall to match the current 4-argument signature (name, config, bus, allowList) - Add
messageIDparameter toHandleMessagecalls (required since picoclaw v0.1.x) - Replace
GetConfigString(removed upstream) with environment variables:PEERCLAW_BRIDGE_HOST(default:localhost)PEERCLAW_BRIDGE_PORT(default:19100)
- Generate
go.sumso the module resolves cleanly without local workarounds
Install
go get github.com/peerclaw/picoclaw-plugin@v0.1.1