Skip to content

Releases: bvdcode/Mattermost.NET

Release 5.0.6

Choose a tag to compare

@bvdcode bvdcode released this 20 Jul 17:35
Preserve server subpaths in API and WebSocket URLs

Release 5.0.5

Choose a tag to compare

@bvdcode bvdcode released this 17 Jul 18:06
Add attachment footer and thumbnail properties

Release 5.0.4

Choose a tag to compare

@bvdcode bvdcode released this 17 Jul 17:36
Expand slash command usage documentation

Release 5.0.3

Choose a tag to compare

@bvdcode bvdcode released this 11 Jul 18:50
Fix interactive dialog opening

Release 5.0.2

Choose a tag to compare

@bvdcode bvdcode released this 11 Jul 09:23
Fix post query and reaction edge cases

Release 5.0.1

Choose a tag to compare

@bvdcode bvdcode released this 11 Jul 08:18
Add post reaction and pinning APIs

Release 5.0.0

Choose a tag to compare

@bvdcode bvdcode released this 20 May 04:00
feat: release interactive post action menus

Release 4.0.5.

Adds typed support for Mattermost interactive post action menus, including button and select actions, static options, user data sources, default selections, and integration context payloads.

Updates the public API coverage notes, README examples, and NuGet package release notes so the new action models are documented alongside the existing post action style support.

Release 4.0.4

Choose a tag to compare

@bvdcode bvdcode released this 25 Apr 18:02
Update README.md

Release 4.0.3

Choose a tag to compare

@bvdcode bvdcode released this 25 Apr 07:24
Add API coverage doc, expand README, .NET Std 2.0 support

- Added API_COVERAGE.md to track endpoint coverage and status
- Major README.md rewrite: usage, auth, events, filtering, builders, API map
- Added test for custom server URL/token auth
- Fixed IsBot test assertion for bot user
- Improved ClientWebSocketExtensions for .NET Standard compatibility
- QueryHelpers: use static UnixEpoch for 2.0 support
- ResponseContentStream: null checks, async methods, .NET Std 2.1 overloads
- Multi-target netstandard2.0/netstandard2.1, set LangVersion 8.0

Release 4.0.2

Choose a tag to compare

@bvdcode bvdcode released this 25 Apr 06:40
Add test for leading slash route handling with API key authorization