Skip to content

Releases: arnaud-lb/php-rdkafka

5.0.0

14 Jan 11:50

Choose a tag to compare

Enhancements

Breaking changes

  • Dropped PHP 5 support

4.1.2

24 Dec 11:02

Choose a tag to compare

BREAKING CHANGE: Since version 4.0, the client no longer polls for network
events at shutdown (during object destructor). This behaviour didn't give
enough control to the user in case of server issue, and could cause the script
to hang while terminating.

Starting from 4.0, programs MUST call flush() before shutting down, otherwise
some messages and callbacks may be lost.

Enhancements

4.1.1

07 Dec 18:51

Choose a tag to compare

BREAKING CHANGE: Since version 4.0, the client no longer polls for network
events at shutdown (during object destructor). This behaviour didn't give
enough control to the user in case of server issue, and could cause the script
to hang while terminating.

Starting from 4.0, programs MUST call flush() before shutting down, otherwise
some messages and callbacks may be lost.

Bugfixes

4.1.0

06 Dec 10:51

Choose a tag to compare

BREAKING CHANGE: Since version 4.0, the client no longer polls for network
events at shutdown (during object destructor). This behaviour didn't give
enough control to the user in case of server issue, and could cause the script
to hang while terminating.

Starting from 4.0, programs MUST call flush() before shutting down, otherwise
some messages and callbacks may be lost.

Features

4.0.4

08 Oct 12:58

Choose a tag to compare

BREAKING CHANGE: Since version 4.0, the client no longer polls for network
events at shutdown (during object destructor). This behaviour didn't give
enough control to the user in case of server issue, and could cause the script
to hang while terminating.

Starting from 4.0, programs MUST call flush() before shutting down, otherwise
some messages and callbacks may be lost.

Bugfixes

Enhancements

Documentation

4.0.3

07 Feb 15:00

Choose a tag to compare

BREAKING CHANGE: Since version 4.0, the client no longer polls for network
events at shutdown (during object destructor). This behaviour didn't give
enough control to the user in case of server issue, and could cause the script
to hang while terminating.

Starting from 4.0, programs MUST call flush() before shutting down, otherwise
some messages and callbacks may be lost.

Improvements

Bugfixes

Documentation

4.0.2

15 Dec 15:55

Choose a tag to compare

BREAKING CHANGE: Since version 4.0, the client no longer polls for network
events at shutdown (during object destructor). This behaviour didn't give
enough control to the user in case of server issue, and could cause the script
to hang while terminating.

Starting from 4.0, programs MUST call flush() before shutting down, otherwise
some messages and callbacks may be lost.

Enhancements

Bugfixes

4.0.1

08 Dec 10:10

Choose a tag to compare

WARNING BREAKS CONSUMERS: #324 , stick to php-rdkafka:4.0.0 for now

BREAKING CHANGE: Since version 4.0, the client no longer polls for network
events at shutdown (during object destructor). This behaviour didn't give
enough control to the user in case of server issue, and could cause the script
to hang while terminating.

Starting from 4.0, programs MUST call flush() before shutting down, otherwise
some messages and callbacks may be lost.

Features

  • Added RdKafka\ConsumerTopic::consumeCallback() (#310, @nick-zh)

Enhancements

Bugfixes

3.1.3

08 Dec 10:09

Choose a tag to compare

4.0.0

04 Oct 15:23

Choose a tag to compare

BREAKING CHANGE: Since version 4.0, the client longer polls for network events
at shutdown (during object destructor). This behaviour didn't give enought
control to the user in case of server issue, and could cause the script to
hang while terminating.

Starting from this version, programs MUST now call flush() before shutting
down, otherwise some messages and callbacks may be lost.

Features

Enhancements

Bugfixes

General