Skip to content

v1.0.3

Choose a tag to compare

@b7c b7c released this 26 Oct 05:37
· 5 commits to main since this release
8ff88e1

Changes

  • Changed string encoding for Shockwave packets from UTF8 to Latin1.
  • InterceptorTask now implements IInterceptorContext.
  • Id and Length types now implement IComparable.

Fixes

  • Fixed reading string lengths above 32767 on modern clients.
  • Check string lengths are in the valid range of a B64 in PacketWriter.WriteString when writing strings for Shockwave.
  • Check for negative values in PacketReader.ReadSpan.
  • Fixed CS0628 warnings by making generated IInterceptorContext methods private.
  • Fixed documentation references for generated IInterceptorContext methods.

Full Changelog: v1.0.2...v1.0.3