Skip to content

1.4.0

Compare
Choose a tag to compare
@cwschilly cwschilly released this 25 Jan 23:07
· 509 commits to main since this release
e0808dc

We are pleased to announce the 1.4.0 stable release of vt.

  • With this new release of vt, we now support C++17 and begin a transformation to our interfaces to take advantage of the update. Bare handlers, object group handlers, collection handlers, and callbacks now can use parameterization to generate a message and marshal it into parameters for a remote handler. These generated messages will automatically detect if serialization is needed for any of the parameters and thus bypass serialization when not required.
  • We have taken advantage of std::variant removing our pre-C++17 implementation and providing serializers for it.

Here is a list of issues and PRs that are included in this release:

Full Changelog: 1.3.0...1.4.0