Skip to content

6.4.0.M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tishun tishun released this 07 Jun 16:11
· 8 commits to 6.4.x since this release
ecac6d2

What's Changed

  • CI/CD quickstart by @tishun in #2777
  • implementation of PUBSUB SHARDCHANNELS by @atakavci in #2793
  • Change the license to more permissive MIT by @uglide in #2803
  • Added unit tests for most of the pubsub classes that did not have any by @tishun in #2808
  • bump setup-java to v4 by @sullis in #2807
  • Created CodeQL analysis configuration by modifying suggested template by @tishun in #2811
  • Fix license in POM by @uglide in #2812
  • Add snapshot and release workflows by @uglide in #2810
  • Support HSCAN with NOVALUES argument by @gerzse in #2816
  • Send the CLIENT SETINFO command in a fire-and-forget way by @tishun in #2823
  • Attempt to stabilize integration tests by @tishun in #2825
  • GitHub issue template polishing and stale issues action by @tishun in #2833
  • Implement HEXPIRE, HEXPIREAT, HEXPIRETIME and HPERSIST by @tishun in #2836
  • Flaky integration test frequently fails the pipeline by @tishun in #2844
  • Add support for SPUBLISH by @atakavci in #2838
  • Applying code formatter each time we run a Maven build by @tishun in #2841
  • Add support CLIENT KILL [MAXAGE] by @dengliming in #2782
  • Add support for SUNSUBSCRIBE #2759 by @atakavci in #2851
  • Mark dnsResolver(DnsResolver) as deprecated. by @yfwz100 in #2855
  • Implement HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HTTL and HPTTL by @tishun in #2857
  • XREAD support for reading last message from stream by @tishun in #2863
  • Add a evalReadOnly overload that accepts the script as a String by @BalmungSan in #2868
  • Add release drafter workflow by @tishun in #2820
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #2873
  • Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 by @dependabot in #2874
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 by @dependabot in #2875
  • Bump org.openjdk.jmh:jmh-generator-annprocess from 1.21 to 1.37 by @dependabot in #2876
  • Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 by @dependabot in #2877
  • Setting the next release to be 6.4.x as part of #2880 by @tishun in #2881
  • Updated release notes by @tishun in #2882

New Contributors

Full Changelog: 6.3.0.RELEASE...6.4.0.M1