Skip to content

7.8.0

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:43
· 3781 commits to main since this release

Summary: Changes to cookie settings, yang checking improvement, and bugfixes
Release Date: Sat, July 11, 2020 at 8:46 PM UTC
Release Author: Henrik Levkowetz


  • Added a warnings filter for a deprecated message triggered by a library
    module, to get rid of unhelpful deprecation messages.

  • Increased the generate_schedule optimiser run count to 160, and tweaked
    some output messages, after several days of testing various run counts.

  • Fixed a bad string formatting directive.

  • Fixed an issue with secr.meetings.views.send_notifications() that could
    occur if a session didn't have a timeslot set.

  • Merged in [18130] from rjsparks@nostrum.com:
    Fixed some test scaffolding that used non-existent keys (uncovered by
    recent improvements in sqlite3 integrity checking).

  • Added a patch for Django to permit cookie samesite setting to be
    explicitly set to None.

  • Added some cookie settings and changed others, in order to support
    login and operation from a Meetecho iframe.

  • Added a guard against trying to use historic group parent information
    when parent is None

  • Added support for pulling yang modules from yangcatalog.org, and use
    them when running yang checks on drafts.

  • Changed the subclass of lxml.html.clean.Cleaner() to adapt to changes
    in the superclass in v4.5.2

  • Added a new field Person.plain as a fallback for names where
    plain_name() produces the wrong result. Fixes issue #3020.


Coverage

chart