皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Apache Geode 1.13.0 释出

1.13.0

This release contains some new gfsh commands and support for SNI as well as a number of improvements and bug fixes.

Changes since last release:

  • Indexes can now be created on subregions.
  • Experimental Cluster Management Service REST API to deploy versioned JAR files.
  • Apache Geode clients can utilize the Server Name Indication (SNI) extension to TLS.
  • Added options to the gfsh list gateways command to show only senders or receivers.
  • The gfsh list gateways command now reports the connection state of gateway senders.
  • New gfsh commands to report on or ensure the redundancy status of partitioned regions.
  • The gfsh connect command can now accept an OAuth token for authentication.
  • Gfsh can now connect to any Geode version 1.10 or newer.
  • Fixed an issue that caused a ConcurrentModificationException to be thrown when using JTA transactions.
  • Improved performance in highly concurrent environments.
  • Fixed an issue in which a customer could experience data corruption if doing puts with large objects.
  • Fixed a memory leak that occurred when a replicated region, configured with entry expiration, was cleared.
  • Fixed a problem with replaying subscription events following restart or failover.
  • Unused disk store backups (drf files) are now deleted to prevent possible startup failure.
  • When a client performs a single-hop getAll() operation and encounters a serialization error, the operation is now re-tried.
  • Corrected a case in which tombstones were being cleared when the region was not initialized.

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318420&version=12346917

转自 https://cwiki.apache.org/confluence/display/GEODE/Release+Notes

Binaries [TGZ, SHA-256, PGP ]
Source [TGZ, SHA-256, PGP ]
Geode Native Source [TGZ, SHA-256, PGP ]
Benchmarks [TGZ, SHA-256, PGP ]
Examples [TGZ, SHA-256, PGP ]

Gradle

dependencies {
  compile 'org.apache.geode:geode-core:1.13.0'
}

Maven

<dependencies>
  <dependency>
    <groupId>org.apache.geode</groupId>
    <artifactId>geode-core</artifactId>
    <version>1.13.0</version>
  </dependency>
</dependencies

转自 https://geode.apache.org/releases/