Skip to content

Releases: GetStream/stream-java

v3.2.4

Choose a tag to compare

@ferhatelmas ferhatelmas released this 30 Sep 07:36
  • Fix type resolution warnings in unmarshal lambdas
  • Update install instructions for deprecated gradle directives
  • Drop travis completely and use google format in github action

v3.2.3

Choose a tag to compare

@ferhatelmas ferhatelmas released this 23 Mar 08:33
  • This rerelease of v3.2.2 to force maven build

v3.2.2

Choose a tag to compare

@ferhatelmas ferhatelmas released this 18 Mar 17:37
  • Fix build for Future dependency in Android

v3.2.1

Choose a tag to compare

@ferhatelmas ferhatelmas released this 12 Mar 14:07
  • Add empty next url check in pagination.
  • Bump to gradle 6 and wrapper to repo.
  • Slowly move to github actions and improve CI.

stream-java-3.2.0

Choose a tag to compare

@pterk pterk released this 06 Mar 22:48
6b07286
  • Add support for enriching activities
  • Add paginated helper and used in reactions
  • Switched into openjdk
  • Switched into gradle 5
  • Add google style guide formating
  • Replace deprecated date creation with Calender

stream-java-3.1.9

Choose a tag to compare

@Nekuromento Nekuromento released this 30 Jul 16:07
  • Fix feed ranking option constructor throwing on non-empty strings
  • Fix activity to targets update operation

stream-java-3.1.8

Choose a tag to compare

@Nekuromento Nekuromento released this 07 Jun 16:29
  • Add option control whether to keep history for unfollow many operation

stream-java-3.1.7

Choose a tag to compare

@Nekuromento Nekuromento released this 05 Jun 17:52
  • Use retrofutures and retrolambda to ensure compatibility with JDK 7 to run on older android devices
  • Add optional token expiration for frontend token generation
  • Add activity reference creation utility method

stream-java-3.1.5

Choose a tag to compare

@Nekuromento Nekuromento released this 27 Feb 10:15
  • Remove items method from collection clients
  • Add limit to getActivities methods for all cloud feed classes
  • Allow null values in user and collection data objects
  • Add tests for cloud feed classes

stream-java-3.1.4

Choose a tag to compare

@Nekuromento Nekuromento released this 06 Feb 11:03
  • Fix reaction filtering by kind