knowm / XChange

XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
http://knowm.org/open-source/xchange/
MIT License
3.82k stars 1.93k forks source link

Bump com.pubnub:pubnub-gson from 4.31.3 to 6.4.5 #4805

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 7 months ago

Bumps com.pubnub:pubnub-gson from 4.31.3 to 6.4.5.

Release notes

Sourced from com.pubnub:pubnub-gson's releases.

v6.4.5

December 18 2023

Fixed

  • Added reading message type from fetch messages response.
  • Added random value 0.001-0.999s to delay between retries both for Linear and Exponential reconnection policies.

v6.4.3

November 28 2023

Added

  • Add error field to PNFileEventResult and set it in case of decryption failure.

v6.4.2

November 23 2023

Fixed

  • Handle unencrypted message in subscribe and history when crypto configured (error flag is set on message result).

v6.4.1

October 30 2023

Fixed

  • Updated the JSON lib to version 20231013.
  • Changed license type from MIT to PubNub Software Development Kit License.

v6.4.0

October 16 2023

Added

  • Add crypto module that allows configure SDK to encrypt and decrypt messages.

Fixed

  • Improved security of crypto implementation by adding enhanced AES-CBC cryptor.

v6.3.6

June 19 2023

Added

  • Added possibility to set state using heartbeat endpoint. .

v6.3.5

May 18 2023

... (truncated)

Changelog

Sourced from com.pubnub:pubnub-gson's changelog.

v6.4.5

December 18 2023

Fixed

  • Added reading message type from fetch messages response.
  • Added random value 0.001-0.999s to delay between retries both for Linear and Exponential reconnection policies.

v6.4.4

November 30 2023

Fixed

  • Bring back compatibility with Android 6+ by removing the Jackson library dependency.

v6.4.3

November 28 2023

Added

  • Add error field to PNFileEventResult and set it in case of decryption failure.

v6.4.2

November 23 2023

Fixed

  • Handle unencrypted message in subscribe and history when crypto configured (error flag is set on message result).

v6.4.1

October 30 2023

Fixed

  • Updated the JSON lib to version 20231013.
  • Changed license type from MIT to PubNub Software Development Kit License.

v6.4.0

October 16 2023

Added

  • Add crypto module that allows configure SDK to encrypt and decrypt messages.

Fixed

  • Improved security of crypto implementation by adding enhanced AES-CBC cryptor.

v6.3.6

June 19 2023

Added

  • Added possibility to set state using heartbeat endpoint. .

v6.3.5

... (truncated)

Commits
  • e4ec49a Modified PNReconnectionPolicy (#297)
  • 94ae18e Add reading message type in FetchMessages (#298)
  • 9ff499f Move kt file to kotlin sourceset (#296)
  • 82de0bf Remove Jackson library (#295)
  • f2d3c04 Add error field to file result and set on decrypt error (#294)
  • 32d76c6 Remove 'contact support' in case of network error. (#292)
  • 848192d Don't crash on malformed messages received with crypto enabled (#291)
  • 0ea6eac Allow reading unencrypted messages from history when crypto is set
  • d88281c Bump versions for newer JDK compatibility (#289)
  • ccc1fc8 Changed license type from MIT to PubNub Software Development Kit License (#287)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 3 months ago

Superseded by #4839.