Skip to content

Releases: replicant4j/replicant

v6.142

01 Apr 06:33
Compare
Choose a tag to compare

Changes in this release:

v6.139-arez_0.218

01 Apr 03:48
Compare
Choose a tag to compare

Changes in this release:

  • Update the org.realityforge.react4j artifacts to version 0.197.

v6.140

26 Mar 01:17
Compare
Choose a tag to compare

Changes in this release:

  • Split GwtRpc specific parts of SharedConstants into GwtRpcConstants.
  • Start to centralize constants used in json messages into Messages constants class.
  • Remove ApplicationEventBroker and all related infrastructure as it is no longer required.
  • Remove EntityChangeListener and all related infrastructure as it is no longer required.
  • Rename ChangeSetMessage to UpdateMessage.
  • Add AreaOfInterest.Status.isDeleted() helper method.

v6.139

13 Feb 03:16
Compare
Choose a tag to compare

Changes in this release:

  • Avoid double sending change message when a subscribe request returns a cached graph.

v6.138

07 Feb 02:19
Compare
Choose a tag to compare

Changes in this release:

  • Update the org.realityforge.arez artifacts to version 0.214.
  • Inline the removal of orphaned subscriptions as part of the response processing pipeline.

v6.137

15 Nov 01:21
Compare
Choose a tag to compare

Changes in this release:

  • Sort the entities by id within each class in replicant.Subscription

v6.136

16 Aug 07:50
Compare
Choose a tag to compare

Changes in this release:

  • Update the org.realityforge.javax.annotation artifact to version 1.1.1.
  • When an entity is removed from replicant then forcibly unsubscribe from any subscriptions where that entity is the root instance. Historically this would be cleaned up in removeOrphanedSubscriptions but may take a brief time to do so. This change avoids potential crashes when downstream code directly observes replicant Subscription objects and attempts to access instance root.

v6.135

09 Aug 04:26
Compare
Choose a tag to compare

Changes in this release:

  • Add hook method AbstractReplicantEndpoint.onSessionOpen(...)

v6.134

19 Jul 03:08
Compare
Choose a tag to compare

Changes in this release:

  • Update the org.realityforge.react4j artifacts to version 0.196.
  • Update the org.realityforge.arez artifacts to version 0.209.
  • Add some documentation for AreaOfInterest.Status values.
  • Add some utility methods AreOfInterest.Status.shouldDataBePresent() and AreOfInterest.Status.isErrorState()

v6.133

19 Jan 01:38
Compare
Choose a tag to compare

Changes in this release:

  • Fix nullability annotation on EntityChangeEmitter.attributeChanged#value
  • Update the org.realityforge.guiceyloops artifact to version 0.113.
  • Update the org.realityforge.react4j artifacts to version 0.194.
  • Update the org.realityforge.arez artifacts to version 0.208.
  • Move to GWT version 2.10.0.