Home > Release Notes > wq.db 1.0.0

wq.db 1.0.0

wq.db 1.0.0 is finally here! This is the first stable release of wq.db 1.0, which is now ready for production use.

Changes since wq.db 1.0.0 RC1

  • Standardize and fix the results of various type_filter settings with EAV serializers. Thanks to @davidoj for help with this update (#64, #65, #66, #67)
  • Fix typo in ModelViewSet (#68 via @tomaszn)
  • Various improvements to identify pattern (2863130)
  • Support for HEAD on more views (d51c504)
  • Don’t override declared label fields (#42)
  • Incorporate Code of Conduct and Contributing Guidelines

Other changes since wq.db 0.8.5

  • Changes in Alpha
    • Refactor the patterns APIs to rely on nested serializers and XLSForm-style JSON configuration (#46, wq/wq.app#38, #38, #35, #33)
    • Move several features into new or existing standalone libraries:
      • django-natural-keys (#50)
      • html-json-forms
      • django-mustache (#48)
      • django-rest-pandas (wq/django-rest-pandas#17)
  • Changes in Beta 1
    • Minor fixes
  • Changes in Beta 2
    • Minor fixes
  • Changes in Beta 3
    • Updates for DRF 3.5
    • Additional wq configuration options: wq_label_template and wq_field_config
  • Changes in RC1
    • New cache option for better integration wtih wq.app (wq/wq.app#47). See Pagination and Caching.
    • Server support for attachments/EAV patterns in “new” screens (#61).