Skip to content

1.4.0-alpha

Compare
Choose a tag to compare
@aartikov aartikov released this 03 Apr 14:36
· 39 commits to main since this release
  • Refactored data loading implementation (fixed a rare state inconsistency bug).
  • invalidate methods now restart the request if it is in progress.
  • Added the invalidationMode parameter to clear methods. Deprecated clearAndInvalidate.
  • Introduced ReplicaObserverHost. Deprecated old observe methods.
  • Changed behavior creation syntax. For example, use PagedReplicaBehaviour.doOnCreated instead of PagedDoOnCreated.
  • Introduced ReplicaAction — a new way to perform cross-repository modifications of replicas.
  • Added the operationId parameter for optimistic updates.