Releases: pubnub/c-core
Releases · pubnub/c-core
v3.4.3
July 05 2022
Fixed
- Removed extra parenthesis in get_dns_ip function code.
- Added uuid query param to history, set/get state, wherenow, channel-group operations.
v3.4.2
April 25 2022
Fixed
- Handle state for subscribe and resubscribe.
v3.4.1
March 09 2022
Fixed
- Support system name servers in async DNS client.
- Fix multiple memory safety and leak issues.
- Fix slash char encoding for pnsdk.
v3.4.0
January 11 2022
Added
- Add token permissions revoke functionality.
Fixed
- Remove body from
signature
calculation for requests with DELETE HTTP method.
Modified
- Update
.pubnub.yml
file with access token revoke and secret key all access.
v3.3.2
January 10 2022
Fixed
- Filter-expr query param typo.
v3.3.1
January 05 2022
Fixed
- Encode = (equal) sign for filter expression.
v3.3.0
October 11 2021
- Implemented PAMv3 support.
- Handle subscribe error for empty channel-group.