File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
1111## [ Unreleased]
1212
13+ ## [ v2.0.0] A
14+
15+ A major version change that has several breaking changes.
16+
17+ ### Changed
18+ - Switch to use mpack for msgpack encoding/decoding for performance gains.
19+ - Change the interface to simply overall use.
20+ - Change the strings so they all have a length.
21+
22+ ### Fixed
23+ - Fix [ Issue #73 ] ( https://github.com/xmidt-org/wrp-c/issues/73 ) 'retrieve' spelling.
24+ - Fix [ Issue #68 ] ( https://github.com/xmidt-org/wrp-c/issues/68 ) by adding fields.
25+ - Fix [ Issue #81 ] ( https://github.com/xmidt-org/wrp-c/issues/81 ) by adding 'session_id' field.
26+
27+ ### Added
28+ - Add support for ` msg_id ` field.
29+
30+ ### Removed
31+ - Support for ` spans ` , ` include_spans ` , ` span_parent ` has removed.
32+
1333## [ v1.1.3]
1434- Major re-write of the msgpack handling code that
1535 - Reduces calls to malloc
@@ -49,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4969### Added
5070- Initial creation
5171
52- [ Unreleased ] : https://github.com/xmidt-org/wrp-c/compare/v1.1.3...HEAD
72+ [ Unreleased ] : https://github.com/xmidt-org/wrp-c/compare/v2.0.0...HEAD
73+ [ v2.0.0 ] : https://github.com/xmidt-org/wrp-c/compare/v1.1.3...v2.0.0
5374[ v1.1.3 ] : https://github.com/xmidt-org/wrp-c/compare/v1.1.2...v1.1.3
5475[ v1.1.2 ] : https://github.com/xmidt-org/wrp-c/compare/v1.1.1...v1.1.2
5576[ v1.1.1 ] : https://github.com/xmidt-org/wrp-c/compare/v1.1.0...v1.1.1
You can’t perform that action at this time.
0 commit comments