v1.0.0-rc2-hotfix2

clockworklabs/SpacetimeDBv1.0.0-rc2-hotfix2Dec 14, 2024by cloutiertyler

AI Summary

A minor hotfix addressing bugs in C# bindings, endianness, and namespace issues from the previous release.

Key Highlights

  • C# endianness fixes for cross-platform compatibility.
  • Simplified syntax for calling C# reducers.
  • Implementation of client-side indexes.
  • Fixes for namespace issues and field ordering.

New Features

  • C# endianness fixes
  • Simplified C# reducer syntax
  • Client-side indexes

Full Release Notes

## More improvements!

We've got a small, but important one for you today! We're fixing some of the small issues that were overlooked in release candidate 1. This release should unblock several of our customers.

Fixes:
- C# Endianness fixes: https://github.com/clockworklabs/SpacetimeDB/pull/1964
- New syntax for calling C# reducers for better consistency: https://github.com/clockworklabs/SpacetimeDB/pull/2033
- Client-side indexes: https://github.com/clockworklabs/SpacetimeDB/pull/1909
- Namespace issue fixes: https://github.com/clockworklabs/SpacetimeDB/pull/2036
- Issue with ordering of C# fields: https://github.com/clockworklabs/SpacetimeDB/pull/2007

**Full Changelog**: https://github.com/clockworklabs/SpacetimeDB/compare/v1.0.0-rc1-hotfix1...v1.0.0-rc2-hotfix1