cornice v5.0.3 Release Notes

Release Date: 2020-08-31 // over 3 years ago
  • Bug fixes

    • 🛠 Fix missing body, headers, path, querystring when using *_validator Colander validators (#545)

    Internal Changes

    • ✅ Replaced mock by standard unittest.mock
    • Replaced Nose test runner by pytest

Previous changes from v5.0.2

    • 0️⃣ Rename default renderer from cornice to cornicejson (#543)

    0️⃣ > We made the choice not to bump a major for this, because the default renderer name was never documented. If you ever were relying on the default renderer's name (simplejson for Cornice < 5.X, and cornice for 5.0.0 and 5.0.1), then I'm truely sorry for the breakage.