Releases: replicant4j/replicant
Releases · replicant4j/replicant
v6.142
v6.139-arez_0.218
Changes in this release:
- Update the
org.realityforge.react4j
artifacts to version0.197
.
v6.140
Changes in this release:
- Split GwtRpc specific parts of
SharedConstants
intoGwtRpcConstants
. - 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
toUpdateMessage
. - Add
AreaOfInterest.Status.isDeleted()
helper method.
v6.139
Changes in this release:
- Avoid double sending change message when a subscribe request returns a cached graph.
v6.138
Changes in this release:
- Update the
org.realityforge.arez
artifacts to version0.214
. - Inline the removal of orphaned subscriptions as part of the response processing pipeline.
v6.137
Changes in this release:
- Sort the entities by id within each class in
replicant.Subscription
v6.136
Changes in this release:
- Update the
org.realityforge.javax.annotation
artifact to version1.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
Changes in this release:
- Add hook method
AbstractReplicantEndpoint.onSessionOpen(...)
v6.134
Changes in this release:
- Update the
org.realityforge.react4j
artifacts to version0.196
. - Update the
org.realityforge.arez
artifacts to version0.209
. - Add some documentation for
AreaOfInterest.Status
values. - Add some utility methods
AreOfInterest.Status.shouldDataBePresent()
andAreOfInterest.Status.isErrorState()
v6.133
Changes in this release:
- Fix nullability annotation on
EntityChangeEmitter.attributeChanged#value
- Update the
org.realityforge.guiceyloops
artifact to version0.113
. - Update the
org.realityforge.react4j
artifacts to version0.194
. - Update the
org.realityforge.arez
artifacts to version0.208
. - Move to GWT version
2.10.0
.