Skip to content

Releases: askanna-io/askanna-backend

v0.28.0

29 Dec 21:10
Compare
Choose a tag to compare
  • Added avatar information for the 'created_by' field to the workspace and project information in the API response.
  • Add created by membership for project/workspace, and rename created by related fields.
  • Refactor Docker builds to use -slim image i.s.o. -alpine image.
  • Remove old migrations.
  • Update GitPod configuration.

v0.27.0

12 Jul 17:22
Compare
Choose a tag to compare
  • Refactor get_setting_from_database to get_setting. get_setting tries to retrieve configuration from the database, and if not available it looks for the setting in django.conf.settings with an optional default value as a fallback.
  • Fixed the bug where created_at caused an error in list responses using a previous link
  • Add "official" tests for Cursor Pagination
  • Introducing test settings that can be used to install test-specific apps/models and set test-specific settings
  • Cleanup tests, a.o. remove unused BDD test infrastructure
  • Refactor to use Python's pathlib module for file-related tasks
  • Upgrade to Django 4.2
  • Rename directory askanna_backend to apps