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.85k stars 1.94k forks source link

Bump com.pubnub:pubnub-gson from 4.31.3 to 6.4.4 #4796

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

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

Release notes

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

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

Fixed

  • In case of error retry heartbeat call limited number of times.

v6.3.4

March 06 2023

... (truncated)

Changelog

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

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

May 18 2023

Fixed

  • In case of error retry heartbeat call limited number of times.

v6.3.4

March 06 2023

... (truncated)

Commits
  • 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)
  • adafcd2 revert used runner configuration (#288)
  • ebf01a4 Updated info about dependencies. (#286)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
dependabot[bot] commented 9 months ago

Superseded by #4805.