Skip to content

Releases: PrashantMohta/HkmpPouch

Release v2.0.0

07 Apr 09:32
a117dff
Compare
Choose a tag to compare
  • Adding byte[] support
  • Only send events to clients that have the same pipe available

What's Changed

Full Changelog: v1.0.0...v2.0.0

Release v1.0.0

07 Mar 14:51
Compare
Choose a tag to compare
  • New API Surface
  • Separates Client and Server pipes
  • Use HKMP's internal logging
  • Expose IClientApi & IServerApi from HKMP on the pipe classes
  • Adds XML Documentation
  • Change Mod priority to load earlier than consumers

What's Changed

Full Changelog: v0.3.0...v1.0.0

Release v0.3.0

17 Jul 15:16
9d8386e
Compare
Choose a tag to compare
  • Adds in-memory data storage on server, allows mods to persist multiple instances of two kinds of data
  • Counters

Integers with only increment / decrement operations allowed

  • AppendOnlyList

A list of strings you can only append items into, items have a TTL after which they are treated as expired to reclaim memory

  • Adds platform independent logging

Release v0.2.0

03 Jul 11:03
Compare
Choose a tag to compare
  • Exposes Hkmp.Api.Client.IClientApi & Hkmp.Api.Server.IServerApi instances
  • Makes calling StartListening optional

Initial Release

30 Apr 19:49
Compare
Choose a tag to compare
  • Rebroadcast pipe