Tags: pubnub/java
Tags
Modified PNReconnectionPolicy (#297) * Modified PNReconnectionPolicy Added random value 0,001-0,999s to delay between retry both for Linear and Exponential reconnection policies. * PubNub SDK v6.4.5 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
Changed license type from MIT to PubNub Software Development Kit Lice… …nse (#287) * Changed license type from MIT to PubNub Software Development Kit License * Updated the JSON library to version 20231013 * PubNub SDK v6.4.1 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
Used new CryptoModule from kotlin SDK. (#280) fix: Improve security of crypto implementation. Improved security of crypto implementation by adding enhanced AES-CBC cryptor feat: Add crypto module Add crypto module that allows configure SDK to encrypt and decrypt messages. --------- Co-authored-by: PubNub Release Bot <[email protected]>
Add heartbeat error limit (#275) * Add heartbeat error limit In case of any problems we should not quit immediately heartbeat calls. The interval is chosen so it's possible to call heartbeat 3 times during one presence interval, therefore we should keep trying at least few more times * PubNub SDK v6.3.5 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
PreviousNext