Skip to content

Commit f5f467f

Browse files
chore: release main (#161)
1 parent b2e1c81 commit f5f467f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"sam-rag": "0.1.2",
1010
"sam-rest-gateway": "0.2.1",
1111
"sam-ruleset-lookup-tool": "0.1.1",
12-
"sam-slack-gateway-adapter": "0.1.0",
12+
"sam-slack-gateway-adapter": "0.1.1",
1313
"sam-sql-database-tool": "0.3.5"
1414
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/sam_slack_gateway_adapter-0.1.0...sam_slack_gateway_adapter-0.1.1) (2026-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **DATAGO-126526:** Slack gateway crashes with msg_too_long when response exceeds 40K characters ([#108](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/108)) ([b2e1c81](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/b2e1c81cea0b9b5133f48de9a7a30c3763aa7343))

sam-slack-gateway-adapter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type = "gateway"
1010

1111
[project]
1212
name = "sam_slack_gateway_adapter"
13-
version = "0.1.0"
13+
version = "0.1.1"
1414
authors = [
1515
{ name="SolaceLabs", email="solacelabs@solace.com" },
1616
]

0 commit comments

Comments
 (0)