Skip to content

Releases: MirageNet/Mirage

v157.4.3

12 Apr 22:38

Choose a tag to compare

157.4.3 (2026-04-12)

Bug Fixes

  • SocketLayer: adding checks for data packets to avoid exceptions from acksystem (06ac6d5)
  • SocketLayer: adding safety try/catch so 1 connection can't stop update loop with bad packet (e4f3089)

v157.4.2

07 Apr 12:17

Choose a tag to compare

157.4.2 (2026-04-07)

Bug Fixes

  • changing errorFlags and rateLimit to use different loggers (3d0497b)

v157.4.1

05 Apr 15:27

Choose a tag to compare

157.4.1 (2026-04-05)

Bug Fixes

  • fixing reply RPC never returning if rpc call is rejected (86c5134)

v157.4.0

21 Mar 14:46

Choose a tag to compare

157.4.0 (2026-03-21)

Features

  • RateLimit attribute for ServerRpc (46f9415)

v157.3.0

11 Mar 01:02

Choose a tag to compare

157.3.0 (2026-03-11)

Bug Fixes

  • adding try/catch for Time.unscaledTime if called on side thread (90df0ab)

Features

  • adding Custom time prefix for MirageLogHandler (ab54bfe)
  • adding StringStoreBrotliEncoder.GetByteLength (fb857a4)

v157.2.0

10 Mar 16:47

Choose a tag to compare

157.2.0 (2026-03-10)

Features

  • adding StringStore class to send indexes instead of strings (f046a5c)
  • better span support for NetworkWriter/Reader (ee9cc28)

v157.1.0

10 Mar 13:09

Choose a tag to compare

157.1.0 (2026-03-10)

Features

  • WeaverIgnore now ignores fields when creating Serialize functions (68c0b06)

v157.0.0

10 Feb 21:54

Choose a tag to compare

157.0.0 (2026-02-10)

  • fix!: adding netid to world.Unspawn event (5270646)

BREAKING CHANGES

  • NetworkWorld.Unspawn event now requires NetId argument

v156.2.4

14 Jan 19:43

Choose a tag to compare

156.2.4 (2026-01-14)

Bug Fixes

  • changing not found log back to warning for client side (dcf7da1)

v156.2.3

14 Jan 18:21

Choose a tag to compare

156.2.3 (2026-01-14)

Bug Fixes

  • checking destroy and remove authority times before adding error tokens (4aa27cd)