File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 0.4.0 (2022-04-27)
2+ --------------------------
3+ Add back-off on 100% event sending failure (#9)
4+ Add event-level Subject (#61)
5+ Add IP address property to Subject (#62)
6+ Rename send_limit to batch_size in Emitter (#63)
7+
18Version 0.3.0 (2022-04-19)
29--------------------------
310Add support for Linux in HTTP client (#5)
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ limitations under the License.
178178[ travis-image ] : https://travis-ci.org/snowplow/snowplow-cpp-tracker.png?branch=master
179179[ travis ] : https://travis-ci.org/snowplow/snowplow-cpp-tracker
180180
181- [ release-image ] : https://img.shields.io/badge/release-0.3 .0-6ad7e5.svg?style=flat
181+ [ release-image ] : https://img.shields.io/badge/release-0.4 .0-6ad7e5.svg?style=flat
182182[ releases ] : https://github.com/snowplow/snowplow-cpp-tracker/releases
183183
184184[ license-image ] : https://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ using std::string;
2121using std::set;
2222
2323namespace snowplow {
24- const string SNOWPLOW_TRACKER_VERSION_LABEL = " cpp-0.3 .0" ;
24+ const string SNOWPLOW_TRACKER_VERSION_LABEL = " cpp-0.4 .0" ;
2525
2626// post requests
2727const string SNOWPLOW_POST_PROTOCOL_VENDOR = " com.snowplowanalytics.snowplow" ;
You can’t perform that action at this time.
0 commit comments