Skip to content

Releases: pusher/pusher-http-java

v1.3.5

Choose a tag to compare

@github-actions github-actions released this 28 Jan 16:42
94f25a2

1.3.5

  • [CHANGED] Update async-http-client to 3.0.6.
  • [CHANGED] Change dependency scopes to api.
  • [CHANGED] Upgrade Netty to 4.1.129.Final.

v1.3.4

Choose a tag to compare

@github-actions github-actions released this 20 Dec 16:04
1101e40

1.3.4

  • [CHANGED] Updated org.asynchttpclient:async-http-client to 3.0.1 to address a vulnerability
  • [CHANGED] Updated CI matrix to remove Java 8 and add Java 21, reflecting current support policy
  • [CHANGED] Replaced deprecated constructor with in
  • [REMOVED] Deprecated org.ajoberstar.github-pages plugin and associated configuration

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 24 Oct 11:52
81b306c

1.3.1 2022-05-16

  • [CHANGED] Use SecureRandom.nextBytes instead of SecureRandom.generateSeed

pusher-http-java-1.1.0

Choose a tag to compare

@kn100 kn100 released this 31 May 11:57
  • Addresses security vulnerabilities in underlying Apache WebComponents library
  • Adds ability to configure your own marshaller rather than using GSON (the default).