Apostrophe2 v2.79.0 Release Notes

Release Date: 2019-02-22 // about 5 years ago
  • ✅ Unit tests passing.

    ✅ Regression tests passing.

    • Built-in migration progress meter is much improved. The new implementation:
      • Does not display anything if the task completes within 1 second;
      • Allows work to begin even before the total number of items is known;
      • Has a much more stable ETA;
      • Does not crop the total off the far end;
      • Displays steps/sec (very useful metric for development); and
      • Has highly stable formatting (not distracting to the eye).
    • ⚠ Eliminates unnecessary warnings about unconsumed promises in migrations.