Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Releases: Earu/Octovisor

Bug fixes and debugger release

28 Apr 19:14
Compare
Choose a tag to compare
  • Added AvailableProcessesCount to OctoClient
  • Added ServerAddress to OctoClient
  • Added ServerPort to OctoClient
  • Fix a bug where available processes would not be cleared when disconnecting
  • Release of the Octovisor debugger

Bug fixes and new features

27 Apr 23:25
Compare
Choose a tag to compare
  • Added compression for large objects/values
  • BSON instead of raw JSON for internal messages
  • Fix a bug where the clients would timeout when connecting to the server
  • Allow loading a Config object from a file (Config.FromFile)
  • Allow checking if a process is available with OctoClient#IsProcessAvailable
  • Allow checking and getting an available process OctoClient#TryGetProcess
  • Fix concurrency bugs on the server
  • Add ProcessName property to OctoClient
  • Add CompressionThreshold property to Config

First release

15 Apr 14:51
Compare
Choose a tag to compare

Release for the server and client library .NET binaries.