Skip to content

Commit dd6cf8d

Browse files
committed
Release 1.6.0-beta
1 parent cefc0d3 commit dd6cf8d

3 files changed

Lines changed: 8 additions & 72 deletions

File tree

HISTORY.md

Lines changed: 6 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,22 @@
11

2-
100 / 2018-04-04
3-
================
2+
1.6.0-beta / 2018-04-30
3+
=======================
44

5-
* Merge pull request #113 from Mihailoff/patch-1
6-
* Requesting the license file to be included
7-
* Coding style fixer (#112)
8-
* Coding style (#111)
5+
* Add License file
6+
* Coding style fixers (#112)
97
* rename type to method to match new harness contract (#110)
10-
* Code coverage (#108)
8+
* Increase Code coverage (#108)
119
* Add Linter to CI (#109)
12-
* Merge pull request #106 from segmentio/limit_messagesize
1310
* When the message size is larger than 32KB, return FALSE instead of throw exception
14-
* When message size is larger than 32KB, display error message instead of exception
15-
* Merge pull request #107 from segmentio/writeKey
1611
* Make writeKey required as a flag in the CLI instead of as an environment variable.
17-
* Merge pull request #102 from segmentio/e2e_test
18-
* Fix comment error for write key
19-
* Add unit test for limiting message size
20-
* Update exception class for large message size to RuntimeException
2112
* Verify message size is below than 32KB
2213
* Run E2E test when RUN_E2E_TESTS is defined
23-
* Use property with id instead of anonymousId
24-
* Update Runscope bucket and write key
25-
* Merge pull request #103 from segmentio/RFC7231
2614
* Add Rfc 7231 compliant user agent into request header
27-
* Add E2E test
28-
* Merge pull request #101 from segmentio/add_backoff
29-
* Merge branch 'master' into add_backoff
30-
* Change docker image dist so that prevent unit test error in PHP 5.3
31-
* Fix code error
32-
* Merge pull request #98 from segmentio/host_configurable
3315
* Add backoff for socket communication
3416
* Implement response error handling for POST request and add backoff (in LibCurl)
3517
* Change environment to precise as default
36-
* Make PHP 5.3 test to be run in precise environment
18+
* CI: Make PHP 5.3 test to be run in precise environment
3719
* Make host to be configurable
38-
* Ignore .vscode directory for changes
39-
* Merge pull request #84 from Gufran/anonymous-groupd
40-
* Merge pull request #93 from segmentio/releasing
41-
* add releasing steps
42-
* Add anonymousId in group payload
43-
44-
/ 2018-04-04
45-
=============
46-
47-
* Merge pull request #113 from Mihailoff/patch-1
48-
* Requesting the license file to be included
49-
* Coding style fixer (#112)
50-
* Coding style (#111)
51-
* rename type to method to match new harness contract (#110)
52-
* Code coverage (#108)
53-
* Add Linter to CI (#109)
54-
* Merge pull request #106 from segmentio/limit_messagesize
55-
* When the message size is larger than 32KB, return FALSE instead of throw exception
56-
* When message size is larger than 32KB, display error message instead of exception
57-
* Merge pull request #107 from segmentio/writeKey
58-
* Make writeKey required as a flag in the CLI instead of as an environment variable.
59-
* Merge pull request #102 from segmentio/e2e_test
60-
* Fix comment error for write key
61-
* Add unit test for limiting message size
62-
* Update exception class for large message size to RuntimeException
63-
* Verify message size is below than 32KB
64-
* Run E2E test when RUN_E2E_TESTS is defined
65-
* Use property with id instead of anonymousId
66-
* Update Runscope bucket and write key
67-
* Merge pull request #103 from segmentio/RFC7231
68-
* Add Rfc 7231 compliant user agent into request header
69-
* Add E2E test
70-
* Merge pull request #101 from segmentio/add_backoff
71-
* Merge branch 'master' into add_backoff
72-
* Change docker image dist so that prevent unit test error in PHP 5.3
73-
* Fix code error
74-
* Merge pull request #98 from segmentio/host_configurable
75-
* Add backoff for socket communication
76-
* Implement response error handling for POST request and add backoff (in LibCurl)
77-
* Change environment to precise as default
78-
* Make PHP 5.3 test to be run in precise environment
79-
* Make host to be configurable
80-
* Ignore .vscode directory for changes
81-
* Merge pull request #84 from Gufran/anonymous-groupd
82-
* Merge pull request #93 from segmentio/releasing
83-
* add releasing steps
8420
* Add anonymousId in group payload
8521

8622
1.5.2 / 2017-08-18

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "segmentio/analytics-php",
3-
"version": "100",
3+
"version": "1.6.0-beta",
44
"description": "Segment Analytics PHP Library",
55
"keywords": [
66
"analytics",

lib/Segment/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
global $SEGMENT_VERSION;
3-
$SEGMENT_VERSION = "100";
3+
$SEGMENT_VERSION = "1.6.0-beta";
44
?>

0 commit comments

Comments
 (0)