3.1.0 (2022-02-03)
Features Added
- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features
- With the dropping of support for Node.js versions that are no longer in LTS, the dependency on
@types/node
has been updated to version 12. Read our support policy for more details. - Updated to use the latest version of the
rhea
package. - Add a constant
messageState
with value of"x-opt-message-state"
which is the name for the new message state property in the message annotations. PR 18938