You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fully support pynamodb 6.X, drop compatible to pynamodb 5.X.
25
+
- rework the ``status_tracker`` pattern to ensure strong consistency in high concurrent workload. Due to the change that the ``Index.query`` is instance method from pynamodb 6.X, the old ``status_tracker`` implementation won't work in pynamodb 6.X. We have to completely remove the old implementation and re-implement the ``status_tracker`` pattern.
26
+
22
27
**Features and Improvements**
23
28
24
29
- fully support pynamodb 6.X, drop compatible to pynamodb 5.X.
25
-
- add the ``status_tracker_v2`` pattern to ensure strong consistency in high concurrent workload.
30
+
- rework the ``status_tracker`` pattern to ensure strong consistency in high concurrent workload.
0 commit comments