Skip to content

v0.31.0

Latest
Compare
Choose a tag to compare
@suricactus suricactus released this 08 Jan 14:50
· 11 commits to master since this release

What's Changed

  • Move core.test_job to subscription.test_job_creation by @gounux in #1088
  • Add djangorestframework-stubs for better typing by @tdrivas in #1090
  • Fix GitHub warning that variables should be defined before their use by @suricactus in #1091
  • Bump various dependencies by @suricactus in #1093
  • [chore] Sort dependencies alphabetically by @suricactus in #1095
  • [optimization] Speed-up opening the authentication.authtoken admin by indexing created_at column by @suricactus in #1094
  • [optimization] Migrate django-auditlog records to jsonb datatype by @suricactus in #1096
  • Fix an error from drf-spectacular that returns 500 on GET /swagger.yml by @suricactus in #1097
  • Simplify the teams endpoints removing unnecessary GET endpoints by @suricactus in #1098
  • Fix getting the list of available teams per organization by @suricactus in #1101
  • Fix missing timezones by @suricactus in #1102
  • Add test to prevent regressions if BadLayerHandler does not work during packaging or process_projectfile by @gounux in #1089

Full Changelog: v0.30.0...v0.31.0