Skip to content

Releases: XFox111/backbone

2.0.0.0

11 Dec 01:39
8d45a49

Choose a tag to compare

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 OnMessage method instead of ReceiveData for new client data.

/send

  • Server now accepts data with Content-Type: text/plain, instead of Content-Type: application/json.
  • id query 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-Type other than text/plain will result in HTTP 415 response.

Full Changelog: 1.0.0.2...2.0.0.0

1.0.0.2

04 Oct 12:26
3d052e5

Choose a tag to compare

What's Changed

  • chore(deps): monthly dependency bump (October 2025) by @XFox111 in #10

Full Changelog: 1.0.0.1...1.0.0.2

1.0.0.1

03 Sep 10:01
5bd2518

Choose a tag to compare

What's Changed

  • chore(deps): monthly dependency bump (September 2025) by @XFox111 in #7

New Contributors

Full Changelog: https://github.com/XFox111/backbone/commits/1.0.0.1