Skip to content

0.2.3 Special workspace update! (BREAKING CHANGES) (USE 0.2.4 THIS IS BROKEN)

Compare
Choose a tag to compare
@yavko yavko released this 18 Aug 01:17
· 504 commits to master since this release
796a420

This version changes the buffer size for reading the IPC socket, and most importantly adds new Special workspace handling to get rid of those pesky PANICS!
How to get around breaking changes!
when using WorkspaceId, instead use WorkspaceType!

// New Version!
WorkspaceType::Regular(5);
WorkspaceType::Special;

// Old Version!
5_u8;
panic!("Special workspaces caused panics!");

What's Changed

  • Optimize for smaller build-size by @dev11n in #1

New Contributors

  • @dev11n made their first contribution in #1

Full Changelog: 0.2.2...0.2.3