| 1 |
|
| 2 |
2.1.1 / 2022-01-21 |
| 3 |
================== |
| 4 |
|
| 5 |
* more sensible default timeout for requests |
| 6 |
* Merge pull request #29 from PostHog/group-analytics-flags |
| 7 |
* Add groups feature flags support |
| 8 |
* Test default behavior |
| 9 |
* Release 2.1.0 |
| 10 |
* Merge pull request #26 from PostHog/group-analytics-support |
| 11 |
* Add basic group analytics support |
| 12 |
* Fix bin/posthog help text |
| 13 |
* Allow bypassing ssl in bin/ command |
| 14 |
* Solve linter issues |
| 15 |
|
| 16 |
2.1.0 / 2021-10-28 |
| 17 |
================== |
| 18 |
|
| 19 |
* Add basic group analytics support |
| 20 |
* Fix bin/posthog help text |
| 21 |
* Allow bypassing ssl in bin/ command |
| 22 |
|
| 23 |
2.0.6 / 2021-10-05 |
| 24 |
================== |
| 25 |
|
| 26 |
* Separate timeout from maxBackoffDuration |
| 27 |
* Set the timeout config for HttpClient curl |
| 28 |
|
| 29 |
2.0.5 / 2021-07-13 |
| 30 |
================== |
| 31 |
|
| 32 |
* Merge pull request #23 from joesaunderson/bugfix/send-user-agent |
| 33 |
* Send user agent with decide request |
| 34 |
|
| 35 |
2.0.5 / 2021-07-13 |
| 36 |
================== |
| 37 |
|
| 38 |
|
| 39 |
|
| 40 |
2.0.4 / 2021-07-08 |
| 41 |
================== |
| 42 |
|
| 43 |
* Release 2.0.3 |
| 44 |
* Merge pull request #21 from joesaunderson/bugfix/optional-apikey |
| 45 |
* API key is optional |
| 46 |
* Merge pull request #20 from imhmdb/patch-1 |
| 47 |
* Fix calling error handler Closure function stored in class properties |
| 48 |
|
| 49 |
2.0.3 / 2021-07-08 |
| 50 |
================== |
| 51 |
|
| 52 |
* Merge pull request #21 from joesaunderson/bugfix/optional-apikey |
| 53 |
* API key is optional |
| 54 |
* Merge pull request #20 from imhmdb/patch-1 |
| 55 |
* Fix calling error handler Closure function stored in class properties |
| 56 |
|
| 57 |
2.0.2 / 2021-07-08 |
| 58 |
================== |
| 59 |
|
| 60 |
* Merge pull request #19 from PostHog/handle-host |
| 61 |
* fix tests for good |
| 62 |
* check if host exists before operating on it |
| 63 |
* undefined check |
| 64 |
* fix tests |
| 65 |
* Allow hosts with protocol specified |
| 66 |
* Merge pull request #18 from PostHog/feature-flags |
| 67 |
* remove useless comment |
| 68 |
* have env var as the secondary option |
| 69 |
* bump version |
| 70 |
* bring back destruct |
| 71 |
* remove feature flags |
| 72 |
* simplify everything |
| 73 |
* Cleanup isFeatureEnabled docblock |
| 74 |
* Fix user agent undefined array key |
| 75 |
* Merge pull request #17 from PostHog/releasing-update |
| 76 |
* Note `git-extras` in RELEASING.md |
| 77 |
* Add test case for isFeatureEnabled with the simple flag in the mocked response |
| 78 |
* Fix: make rolloutPercentage nullable in isSimpleFlagEnabled |
| 79 |
* Merge remote-tracking branch 'upstream/master' |
| 80 |
* Fix is_simple_flag tests by mocking response |
| 81 |
* Use LONG_SCALE const |
| 82 |
* Implement isSimpleFlagEnabled |
| 83 |
* Don't set payload on get requests |
| 84 |
* (WIP) Rework feature flags based on spec `https://github.com/PostHog/posthog.com/pull/1455` |
| 85 |
* Extract http client functionalities |
| 86 |
* Remove extra line |
| 87 |
* Change default host to app.posthog.com |
| 88 |
* Feature/support feature flags decide API |
| 89 |
* Upgrade phplint |
| 90 |
2.0.1 / 2021-06-11 |
| 91 |
================== |
| 92 |
|
| 93 |
* Allow for setup via environment variables POSTHOG_API_KEY and POSTHOG_HOST |
| 94 |
* Make code adhere to PSR-4 and PSR-12 |
| 95 |
|
| 96 |
2.0.0 / 2021-05-22 |
| 97 |
================== |
| 98 |
|
| 99 |
* fix sed command for macos |
| 100 |
* Merge pull request #9 from adrienbrault/psr-4 |
| 101 |
* Finish psr-4 refactoring |
| 102 |
* PostHog/posthog-php#3: Update composer.json to support PSR-4 |
| 103 |
* Update README.md |
| 104 |
* Merge pull request #6 from chuva-inc/document_property |
| 105 |
* Merge pull request #5 from chuva-inc/issue_4 |
| 106 |
* Posthog/posthog-php#3: Document the customer property |
| 107 |
* PostHog/posthog-php#4: Removes \n from beginning of the file |
| 108 |
* Update README.md |
| 109 |
* fix infinite loop on error 0 from libcurl |
| 110 |
* fix error when including https:// in host |
| 111 |
* fix tests for php 7.1, phpunit 8.5 |
| 112 |
* upgrade phpunit and switch php to >=7.1 |
| 113 |
* Update README.md |
| 114 |
* make tests pass |
| 115 |
* first commit |
| 116 |
|