Skip to content

Releases: infinispan/infinispan

15.0.7.Final

07 Aug 08:42
Compare
Choose a tag to compare

What's Changed

  • [15.0.x] ISPN-16306 EmbeddedTransactionManager hide exceptions for asynchronou… by @github-actions in #12679
  • [15.0.x] ISPN-16322 [RESP] Null Value should use RESP 3 null instead of RESP 2… by @github-actions in #12683
  • ISPN-16279 Non blocking methods for Query API by @pruivo in #12692
  • [15.0.x] ISPN-16337 ISPN004116 warn message always thrown when utising script … by @github-actions in #12698
  • [15.0.x] [RESP] ISPN-16278 Fix msetnx behavior with same key by @rigazilla in #12707
  • [15.0.x] ISPN-16309 Throw a descriptive exception if user properties are malfo… by @github-actions in #12704
  • [15.0.x] ISPN-16341 LocalCacheStream toList/toArray are empty when using sorte… by @github-actions in #12700
  • [15.0.x] ISPN-16347 Bump JGroups to 5.3.10.Final by @pruivo in #12714
  • [15.0.x] ISPN-15916 Certificate reloading by @ryanemerson in #12642
  • [15.0.x] ISPN-16328 [RESP] HRANDFIELD against non-existing hash with count sho… by @github-actions in #12717
  • [15.0.x] ISPN-16319 NPE thrown when attempting to remove entry with xsite. by @github-actions in #12716

Full Changelog: 15.0.6.Final...15.0.7.Final

14.0.30.Final

02 Aug 06:55
Compare
Choose a tag to compare

What's Changed

  • [14.0.x] ISPN-16192 Bump version.spring from 5.3.36 to 5.3.37 by @dependabot in #12521
  • [14.0.x] ISPN-16186 Modules missing proto-schema-compatibility-check by @github-actions in #12526
  • Bump s4u/setup-maven-action from 1.13.0 to 1.14.0 by @dependabot in #12589
  • [14.0.x] ISPN-16275 Bump org.jgroups:jgroups from 5.2.26.Final to 5.2.27.Final by @dependabot in #12616
  • [14.0.x] ISPN-16302 Fails to read cache files inside cache folder in Infinispa… by @jabolina in #12665
  • [14.0.x] ISPN-16313 Bump version.netty from 4.1.111.Final to 4.1.112.Final by @dependabot in #12672
  • [14.0] ISPN-16284 PersistenceManagerImpl.acquireKeyFromContext(...) throws N… by @wburns in #12694

Full Changelog: 14.0.29.Final...14.0.30.Final

15.1.0.Dev02

20 Jul 07:00
Compare
Choose a tag to compare
15.1.0.Dev02 Pre-release
Pre-release

What's Changed

Full Changelog: 15.1.0.Dev01...15.1.0.Dev02

15.0.6.Final

20 Jul 07:24
Compare
Choose a tag to compare

What's Changed

  • [15.0.x] ISPN-16223: Docs edits for Using the Memcached protocol endpoint by @github-actions in #12563
  • [15.0.x] ISPN-16247: Add more info about pessimistic transactions locking mode by @github-actions in #12595
  • [15.0.x] ISPN-16239: Add missing RESP commands to documentation by @github-actions in #12605
  • [15.0.x] ISPN-16282 SMISMEMBER implementation by @github-actions in #12629
  • [15.0.x] ISPN-16270 Non indexed delete statement fails with MarshallingException by @github-actions in #12613
  • [15.0.x] ISPN-16235: Doc edits for topology set-stable command review by @github-actions in #12640
  • [15.0.x] [DOC] ISPN-16229 Added docs for explicit resp cache config by @github-actions in #12622
  • [15.0.x] ISPN-16250 [RESP] Fixes HINCRBY and HINCRBYFLOAT by @github-actions in #12594
  • [15.0.x] ISPN-14653 LCS by @github-actions in #12626
  • [15.0.x] ISPN-16272 [RESP] GETRANGE can't handle huge ranges by @github-actions in #12624
  • [15.0.x] ISPN-16276 set ttl with xx by @github-actions in #12618
  • [15.0.x] ISPN-16156 Life easier for mac and windows by @github-actions in #12546
  • [15.0.x] Fix Hot Rod defaults table in upgrading guide by @github-actions in #12572
  • [15.0.x] ISPN-16240 ServerConfigurationSerializer should include the RESP endpoint by @jabolina in #12585
  • [15.0.x] ISPN-16283 Remove set if empty after operation by @github-actions in #12627
  • [15.0.x] ISPN-16228: [doc] Add a statement for JMX limitations for server by @github-actions in #12571
  • [15.0.x] ISPN-16251: [doc] Add information how to set JVM options for the server by @github-actions in #12591
  • [15.0.x] ISPN-16286 RESP KEYS * hangs with persistence enabled by @github-actions in #12639
  • [15.0.x] ISPN-16241 [RESP] "HRANDFIELD key count withvalues" should return map by @github-actions in #12602
  • [15.0.x] ISPN-16294 Don't force the server port in the code by @github-actions in #12644
  • [15.0.x] ISPN-16296 [RESP] KEYS may cause server to get stuck by @github-actions in #12651
  • [15.0.x] ISPN-16302 Fails to read cache files inside cache folder in Infinispa… by @github-actions in #12653
  • [15.0.x] ISPN-16308 Auto-detect RESP when SELECT is the first command by @github-actions in #12657
  • [15.0.x] ISPN-16310 Handle Memcached touch with 0 expiration by @github-actions in #12667
  • [15.0.x] ISPN-16307 Fix parsing of multi-value attributes by @github-actions in #12666
  • [15.0.x] ISPN-16233 Fix Netty buffer leaks by @github-actions in #12663
  • [15.0.x] ISPN-16311 [RESP] Inconsistent error type by @github-actions in #12664

Full Changelog: 15.0.5.Final...15.0.6.Final

15.1.0.Dev01

04 Jul 14:00
Compare
Choose a tag to compare
15.1.0.Dev01 Pre-release
Pre-release

What's Changed

  • ISPN-16103 CrossSite: Wait for prepare command in case of local failure by @pruivo in #12410
  • ISPN-16093 Hot Rod client should PING servers added on topology update by @jabolina in #12406
  • ISPN-16075 Allow to use remote query API from the server task by @fax4ever in #12402
  • ISPN-16069 Allow the indexes to start with embedded setup by @fax4ever in #12377
  • ISPN-16123 Bump version.spring.boot from 3.2.5 to 3.2.6 by @dependabot in #12431
  • ISPN-16124 Bump com.microsoft.sqlserver:mssql-jdbc from 12.6.1.jre11 to 12.6.2.jre11 by @dependabot in #12432
  • ISPN-16115 Bump org.jgroups:jgroups from 5.3.6.Final to 5.3.7.Final by @dependabot in #12421
  • ISPN-16127 Bump version.maven from 3.9.6 to 3.9.7 by @dependabot in #12437
  • [DOC] ISPN-16092 Documenting RESP cache by @rigazilla in #12412
  • ISPN-16125 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 by @dependabot in #12433
  • ISPN-16130 Bump version.vertx from 4.5.7 to 4.5.8 by @dependabot in #12440
  • ISPN-16113 Bump version.spring from 6.1.7 to 6.1.8 by @dependabot in #12419
  • ISPN-16131 Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.6.14 by @dependabot in #12441
  • ISPN-16112 added nanoseconds getters for average remote store/read/re… by @danfaer in #12436
  • ISPN-16107 RocksDBStore: wait for batch to complete before writing by @pruivo in #12415
  • Updated Third-party server tests configuration for MariaDB106 and EAP8. by @andyuk1986 in #12447
  • ISPN-15916 Certificate reloading by @tristantarrant in #12359
  • ISPN-16143 HotRodQueryIT fix by @tristantarrant in #12453
  • ISPN-16136 Bump version.byteman from 4.0.22 to 4.0.23 by @dependabot in #12445
  • ISPN-13839 Remove invalidation templates from internal server config by @tristantarrant in #12418
  • ISPN-16138 Update Console to 15.0.6.Final by @karesti in #12448
  • Updated missed wildfly-galleon-pack dependency. by @andyuk1986 in #12463
  • ISPN-16148 Add missing licenses for ISPN 15 by @pruivo in #12460
  • ISPN-16108 Bump org.springframework.session:spring-session-core from 3.2.2 to 3.2.3 by @dependabot in #12416
  • ISPN-16152 Clean up RockDB directory before starting tests by @tristantarrant in #12469
  • ISPN-16150 Bump version.protostream from 5.0.4.Final to 5.0.5.Final by @dependabot in #12466
  • ISPN-16073 Bump version.micrometer from 1.12.4 to 1.12.6 by @dependabot in #12374
  • ISPN-16159 Bump org.apache.maven.plugins:maven-help-plugin from 3.4.0 to 3.4.1 by @dependabot in #12478
  • Update GH actions to take into account 15.0.x and main by @ryanemerson in #12475
  • ISPN-16140 Spring Cache reactive methods fix by @karesti in #12457
  • ISPN-16154 Cross site view change event logs stale view by @pruivo in #12480
  • ISPN-13725 Fixes some docs issues by @karesti in #12483
  • Revert "ISPN-13839 Remove invalidation templates from internal server… by @ryanemerson in #12490
  • ISPN-16177 Enable collection wrapping for Protostream by @pruivo in #12499
  • ISPN-16174 FootprintIT max loaded classes should be sized to fit Insi… by @tristantarrant in #12493
  • ISPN-16169 Bump org.asciidoctor:asciidoctorj-pdf from 2.3.15 to 2.3.17 by @dependabot in #12487
  • Utilise Keycloak 24 in IT tests by @ryanemerson in #12508
  • ISPN-16170 Expose if tracing is enabled in the server by @karesti in #12489
  • ISPN-16185: Possible incorrect include in Configuring Infinispan cach… by @theashiot in #12514
  • ISPN-16170 Return true y global is also enabled by @karesti in #12513
  • ISPN-16189: Doc fix for Spring Cache reactive methods by @theashiot in #12516
  • ISPN-16186 Modules missing proto-schema-compatibility-check by @ryanemerson in #12515
  • ISPN-16180 Bump version.hibernate.core from 6.4.8.Final to 6.4.9.Final by @dependabot in #12505
  • ISPN-16165 ResourceManagerImpl.lookupResource micro-optimization by @tristantarrant in #12485
  • ISPN-16153 REST API Docs using deprecated /rest/v2/cache-managers/def… by @ryanemerson in #12471
  • ISPN-14375 Remove all references to Subject.doAs from docs by @tristantarrant in #12492
  • ISPN-16178 Cache hashCode for DefaultConsistentHash by @jabolina in #12481
  • ISPN-16188: Documentation fixes for various guides by @theashiot in #12528
  • ISPN-16139 Blocking pool and Hibernate Search StackOverflow overwhelm… by @wburns in #12503
  • ISPN-16139 Blocking pool and Hibernate Search StackOverflow overwhelm… by @wburns in #12532
  • ISPN-16194 Change index writer queue config by @fax4ever in #12524
  • ISPN-16202 Bump version.maven from 3.9.7 to 3.9.8 by @dependabot in #12539
  • ISPN-14418 Return HTTP error when trying to initialize internal caches by @jabolina in #12533
  • ISPN-16156 Life easier for mac and windows by @karesti in #12476
  • ISPN-16217 Bump version.spring.boot from 3.2.6 to 3.2.7 by @dependabot in #12556
  • ISPN-16220 Replace Query DSL API with commons Query API for the Remot… by @pruivo in #12561
  • ISPN-16214 Time quantity units by @tristantarrant in #12551
  • ISPN-16223: Docs edits for Using the Memcached protocol endpoint by @theashiot in #12562
  • ISPN-16225 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.0 by @dependabot in #12564
  • ISPN-16228: [doc] Add a statement for JMX limitations for server by @theashiot in #12566
  • ISPN-16191 CacheResource blockingPublisher is wrapping the incorrect … by @wburns in #12520
  • Fix Hot Rod defaults table in upgrading guide by @tristantarrant in #12570
  • ISPN-16211 Bump version.spring from 6.1.8 to 6.1.10 by @dependabot in #12547
  • ISPN-16210 Bump org.springframework.session:spring-session-core from 3.2.3 to 3.2.4 by @dependabot in #12545
  • ISPN-16219 Bump com.microsoft.sqlserver:mssql-jdbc from 12.6.2.jre11 to 12.6.3.jre11 by @dependabot in #12558
  • Fix Upgrading Guide doc issues by @tristantarrant in #12559
  • ISPN-16240 ServerConfigurationSerializer should include the RESP endpoint by @jabolina in #12576
  • ISPN-16238 ProtobufMetadataManagerInterceptor must not return null in… by @pruivo in #12577
  • ISPN-16246 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.0 to 4.8.6.1 by @dependabot in #12583
  • ISPN-16245 Bump version.junit5 from 5.10.2 to 5.10.3 by @dependabot in #12582
  • ISPN-16235: Doc edits for topology set-stable command by @theashiot in #12573
  • ISPN-16251: [doc] Add information how to set JVM options for the server by @theashiot in #12587
  • ISPN-16243 Bump version.junit.platform from 1.10.2 to 1.10.3 by @dependabot in #12580
  • ISPN-16244 Bump org.jboss.narayana.jta:narayana-jta from 7.0.1.Final to 7.0.2.Final by @dependabot in #12581
  • ISPN-16250 [RESP] Fixes HINCRBY and HINCRBYFLOAT by @jabolina in #12586
  • ISPN-162...
Read more

15.0.5.Final

18 Jun 21:07
Compare
Choose a tag to compare

What's Changed

  • [15.0.x] ISPN-16103 CrossSite: Wait for prepare command in case of local failure by @pruivo in #12413
  • [15.0.x] [DOC] ISPN-16092 Documenting RESP cache by @github-actions in #12439
  • [15.0.x] ISPN-16107 RocksDBStore: wait for batch to complete before writing by @github-actions in #12444
  • [15.0.x] Updated Third-party server tests configuration for MariaDB106 and EAP8. by @github-actions in #12449
  • [15.0.x] ISPN-16143 HotRodQueryIT fix by @github-actions in #12455
  • [15.0.x] Updated missed wildfly-galleon-pack dependency. by @github-actions in #12464
  • [15.0.x] ISPN-16148 Add missing licenses for ISPN 15 by @github-actions in #12468
  • [15.0.x] ISPN-16152 Clean up RockDB directory before starting tests by @github-actions in #12474
  • [15.0.x] ISPN-16140 Spring Cache reactive methods fix by @github-actions in #12479
  • [15.0.x] ISPN-16154 Cross site view change event logs stale view by @github-actions in #12484
  • [15.0.x] ISPN-16174 FootprintIT max loaded classes should be sized to fit Insi… by @github-actions in #12502
  • [15.0.x] ISPN-16177 Enable collection wrapping for Protostream by @github-actions in #12501
  • [15.0.x] Utilise Keycloak 24 in IT tests by @github-actions in #12509
  • [15.0.x] ISPN-16185: Possible incorrect include in Configuring Infinispan cach… by @github-actions in #12517
  • [15.0.x] ISPN-14375 Remove all references to Subject.doAs from docs by @github-actions in #12531
  • [15.0.x] ISPN-16153 REST API Docs using deprecated /rest/v2/cache-managers/def… by @github-actions in #12530
  • [15.0.x] ISPN-16165 ResourceManagerImpl.lookupResource micro-optimization by @github-actions in #12529
  • [15.0.x] ISPN-16186 Modules missing proto-schema-compatibility-check by @github-actions in #12527
  • [15.0.x] ISPN-16189: Doc fix for Spring Cache reactive methods by @github-actions in #12525
  • [15.0.x] ISPN-16188: Documentation fixes for various guides by @github-actions in #12536
  • [15.0.x] ISPN-16139 Blocking pool and Hibernate Search StackOverflow overwhelm… by @github-actions in #12537
  • [15.0.x] ISPN-16139 Blocking pool and Hibernate Search StackOverflow overwhelm… by @github-actions in #12538
  • [15.0.x] ISPN-16194 Change index writer queue config by @github-actions in #12541
  • [15.0.x] ISPN-14418 Return HTTP error when trying to initialize internal caches by @github-actions in #12542

Full Changelog: 15.0.4.Final...15.0.5.Final

15.0.4.Final

21 May 05:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 15.0.3.Final...15.0.4.Final

15.0.3.Final

08 May 07:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 15.0.2.Final...15.0.3.Final

14.0.28.Final

20 Apr 08:27
Compare
Choose a tag to compare

What's Changed

  • [14.0.x] ISPN-15717: [Follow-up] Fix proto schema, cache configuration in SQL by @github-actions in #12176
  • [14.0.x] ISPN-15861 SIFS doc omitted that purge on startup is for clustered ca… by @github-actions in #12165
  • ISPN-15846 Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 by @dependabot in #12119
  • [14.0.x] ISPN-15873 Bump version.spring from 5.3.32 to 5.3.33 by @dependabot in #12150
  • [14.0.x] ISPN-15877 Bump version.org.wildfly.elytron from 2.2.3.Final to 2.2.4.Final by @dependabot in #12154
  • [14.0.x] ISPN-15896 Do not autostart authorization components when disabled by @github-actions in #12173
  • [14.0.x] ISPN-15894 SoftIndexFileStore clear during a write can cause index to… by @github-actions in #12172
  • [14.0.x] ISPN-15860 Exception with async store when not segmented by @github-actions in #12184
  • [14.0.x] Quiet jenkins warning plugin by @github-actions in #12207
  • [14.0.x] ISPN-15586 Concurrent starting nodes can hang view installation by @github-actions in #11932
  • [14.0.x] ISPN-15930 SoftIndexFileStore locking inconsistent on clear and publi… by @github-actions in #12235
  • [14.0.x] ISPN-15782 Flaky test: org.infinispan.expiration.impl.ExpirationFileS… by @github-actions in #12166
  • [14.0.x] ISPN-15898 QueryEngine logs a DEBUG message for every query executed by @github-actions in #12177
  • [14.0.x] ISPN-15886 Fix exceptions being replaced with ClassCastException by @github-actions in #12190
  • [14.0.x] ISPN-15539 commons-io:commons-io 2.15.1 by @jabolina in #12194
  • [14.0.x] ISPN-15778 Flaky test: org.infinispan.client.hotrod.HotRodIntegration… by @github-actions in #12208
  • [14.0] ISPN-15903 Spring reactive by @karesti in #12233
  • [14.0.x] ISPN-15943 SIFS during stop may not index puts that don't error by @github-actions in #12245
  • [14.0.x] ISPN-15938 Integration tests for databases fail to find image by @jabolina in #12237
  • [14.0.x] ISPN-15817 Flaky test: org.infinispan.globalstate.ThreeNodeReplGlobal… by @github-actions in #12213
  • [14.0.x] ISPN-15866 SimpleCache compute with same value doesn't notify or retu… by @github-actions in #12145
  • [14.0.x] ISPN-15948 Bump versionx.com.amazonaws from 1.12.664 to 1.12.695 by @dependabot in #12248
  • [14.0.x] ISPN-15947 Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #12247
  • [14.0.x] ISPN-15939 Bump version.jacoco from 0.8.11 to 0.8.12 by @dependabot in #12231
  • [14.0.x] ISPN-15936 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 by @dependabot in #12226
  • [14.0.x] ISPN-15964 Fix out-of-order query request serialization by @fax4ever in #12271
  • [14.0.x] ISPN-15942 Add JGroups probe and gossip router scripts by @github-actions in #12259
  • [14.0.x] ISPN-15988 Bump versionx.com.amazonaws from 1.12.695 to 1.12.702 by @dependabot in #12297
  • [14.0.x] ISPN-15895 Cross-site: 2PC transaction does not acquire locks by @pruivo in #12262
  • [14.0.x] ISPN-15989 Bump org.jgroups:jgroups from 5.2.23.Final to 5.2.25.Final by @dependabot in #12299
  • [14.0.x] ISPN-15984 OutdatedTopologyException is not properly marshalled by @github-actions in #12293
  • Bump version.spring from 5.3.33 to 5.3.34 by @dependabot in #12274
  • [14.0.x] ISPN-15851 Bump org.asciidoctor:asciidoctorj from 2.5.11 to 2.5.12 by @dependabot in #12124
  • [14.0.x] ISPN-15872 View change during a cache join can lead to not replicatin… by @jabolina in #12234
  • [14.0.x] ISPN-15523 Restore procedure performance regression by @jabolina in #12131
  • [14.0.x] ISPN-15857 Allow to configure DNS record type for DNS_PING with a Java property by @github-actions in #12243
  • [14.0.x] ISPN-15996 Bump version.org.wildfly.elytron from 2.2.4.Final to 2.2.5.Final by @dependabot in #12301
  • [14.0.x] ISPN-15981 Wrap ScriptEngine init in blocking call by @github-actions in #12291

Full Changelog: 14.0.27.Final...14.0.28.Final

15.0.2.Final

18 Apr 15:43
Compare
Choose a tag to compare

Full Changelog: 15.0.2.Final...15.0.2.Final

What's Changed

Full Changelog: 15.0.1.Final...15.0.2.Final