Skip to content

v2.9.5

Latest
Compare
Choose a tag to compare
@kinetiq kinetiq released this 09 Oct 16:57
· 6 commits to master since this release

This includes:

  • Minor bug fixes from previous beta/alpha releases, which are now thoroughly battle tested
  • The Keys dictionary, for cases where you need more than just a message and a value.
  • Helpers for serialization.
  • Additions to the API described in previous beta/alpha releases.

These are all additions to the API and are not breaking changes.

Also, StatusCode is marked Obsolete now. In 3.0, StatusCode may be removed in favor of Keys, depending on community response. So please speak if you use StatusCode and need it to stay. It is simply a bit redundant now that we have the more flexible Keys. For now, I have re-worked StatusCode to use Keys as the backing store. StatusCode remains a property, so it should serialize exactly the same.