pubnub / php

PubNub clients for PHP
Other
128 stars 137 forks source link

Add missing changelog entry about history support and release immutable config #105

Closed seba-aln closed 4 months ago

seba-aln commented 4 months ago

feat: Immutable config (potentially breaking change) When passed to the PubNub constructor, the PNConfiguration instance becomes immutable. You can disable this behavior by calling PnConfiguration::disableImmutableCheck() before passing it to the constructor although it is not recommended. Disabling immutability may result in unpredictable behavior if PNConfiguration is modified after instantiating PubNub.

seba-aln commented 4 months ago

@pubnub-release-bot release as 7.0.0

pubnub-release-bot commented 4 months ago

🚀 Release successfully completed 🚀