Releases: XFox111/backbone
Releases · XFox111/backbone
2.0.0.0
What's Changed
- chore(deps): monthly dependency bump (December 2025) by @XFox111
- feat: migrated to dotnet 10
- feat!: API changes
API changes
SignalR
- Server now triggers
OnMessagemethod instead ofReceiveDatafor new client data.
/send
- Server now accepts data with
Content-Type: text/plain, instead ofContent-Type: application/json. idquery parameter is required, must contain only ASCII alphanumeric characters, dashes, and underscores, and be 1–32 characters long.- Body must be present and not exceed 65 KiB.
- Not adhering to the constraints above will result in empty HTTP 400 response (previously, a message was provided).
Content-Typeother thantext/plainwill result in HTTP 415 response.
Full Changelog: 1.0.0.2...2.0.0.0