|
1 | 1 |
|
2 | | -100 / 2018-04-04 |
3 | | -================ |
| 2 | +1.6.0-beta / 2018-04-30 |
| 3 | +======================= |
4 | 4 |
|
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) |
9 | 7 | * rename type to method to match new harness contract (#110) |
10 | | - * Code coverage (#108) |
| 8 | + * Increase Code coverage (#108) |
11 | 9 | * Add Linter to CI (#109) |
12 | | - * Merge pull request #106 from segmentio/limit_messagesize |
13 | 10 | * 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 |
16 | 11 | * 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 |
21 | 12 | * Verify message size is below than 32KB |
22 | 13 | * 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 |
26 | 14 | * 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 |
33 | 15 | * Add backoff for socket communication |
34 | 16 | * Implement response error handling for POST request and add backoff (in LibCurl) |
35 | 17 | * 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 |
37 | 19 | * 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 |
84 | 20 | * Add anonymousId in group payload |
85 | 21 |
|
86 | 22 | 1.5.2 / 2017-08-18 |
|
0 commit comments