Skip to content

Latest commit

 

History

History
316 lines (143 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

316 lines (143 loc) · 15.5 KB

Changelog

1.8.0 (2024-12-17)

Features

  • deps: add django-removals dependency and add it to installed apps (d60dfbb), closes #122
  • views: replace utils with views (ce4e839), closes #134

Bug Fixes

  • settings: add HistoryRequestMiddleware (7e66df2), closes #93
  • settings: replace os.path with pathlib.Path (d0c77ba)
  • settings: set DEFAULT_AUTO_FIELD (1208d9c)

1.7.0 (2024-12-03)

Features

  • urls: include staticfiles_urlpatterns in default urls (19101c7), closes #131

1.6.1 (2024-11-29)

Bug Fixes

  • settings: set LOGIN_REDIRECT_URL to / (18eea29)

1.6.0 (2024-11-22)

Features

  • settings: point LOGIN_URL to the default APIS login route (4866b48), closes #123

Documentation

  • settings: point all Django documentation links to stable docs (e08771a)

1.5.0 (2024-11-06)

Features

  • settings: allow to set DEBUG from environment (1677bf4)

Bug Fixes

  • urls: drop inclusion of webpage app in urls (fb3947c), closes #114

1.4.0 (2024-10-18)

Features

  • deps: add opentelemetry dependencies (845b4b2)

Bug Fixes

  • templates: translate the imprint link (5ded88c)

1.3.0 (2024-10-17)

Features

  • settings: reuse PUBLIC_URL for APIS_BASE_URI (f71b5b7), closes #107

1.2.2 (2024-10-14)

Bug Fixes

  • template: make imprint url handling more robust (1009f15)

1.2.1 (2024-10-01)

Bug Fixes

  • settings: drop csvexport from INSTALLED_APPS (9963ca8), closes #100

1.2.0 (2024-09-30)

Features

  • add imprint functionality (6384f3c)
  • settings: set GIT_REPOSITORY_URL variable (179b360)

1.1.2 (2024-09-26)

Bug Fixes

  • settings: move apis_relations before apis_entities (ca045fd)

1.1.1 (2024-09-05)

Bug Fixes

  • INSTALLED_APPS: move apis_core.core further down in the app list (7f4ded7)
  • INSTALLED_APPS: move apis_ontology before apis_core in app list (6ae85d3), closes #29

1.1.0 (2024-08-19)

Features

  • settings: introduce logging configuration (1a534c6)

Bug Fixes

  • middlware: add middleware to prevent clickjacking (3105cea), closes #47
  • settings: drop unused settings (19aff16), closes #46
  • spectacular: set DEFAULT_GENERATOR_CLASS (41d3c49), closes #84

1.0.0 (2024-04-08)

⚠ BREAKING CHANGES

  • drop reversion

Bug Fixes

0.1.24 (2024-01-26)

Bug Fixes

0.1.23 (2024-01-19)

Bug Fixes

  • add 'generic' app to INSTALLED_APPS (6e2d382)

0.1.22 (2023-12-20)

Bug Fixes

  • set drf DEFAULT_PERMISSION_CLASSES to model permission (91c4457)
  • TEMPLATES: remove apis_ontology/templates from DIRS (e7945e0)
  • use random secret key instead of hardcoding it (0f7e9e3), closes #65

0.1.21 (2023-12-19)

Bug Fixes

0.1.20 (2023-12-19)

Bug Fixes

  • bump default template pack for crispy (9d8a3cb)

0.1.19 (2023-12-19)

Bug Fixes

  • add crispy_bootstrap4 to list of installed apps (11f7300)
  • drop apis_labels from installed apps (5c9a086)

0.1.18 (2023-12-13)

Bug Fixes

  • drop deprecated context_processors (ca114f3), closes #55

0.1.17 (2023-12-11)

Bug Fixes

  • drop django-cors-headers related settings (6620c56)

0.1.16 (2023-11-30)

Bug Fixes

  • drop deprecated context_processors (7aa4ce6)
  • set ROOT_URLCONF to correct module (2afd483)

0.1.15 (2023-11-29)

Bug Fixes

  • get ALLOWED_HOSTS from PUBLIC_URL (443b0c2), closes #28

0.1.14 (2023-11-29)

Bug Fixes

0.1.13 (2023-11-29)

Bug Fixes

  • provide default database setup (911c0ec), closes #33

0.1.12 (2023-11-28)

Bug Fixes

  • drop apis-override-select2js from dependencies (0f7840f)

0.1.11 (2023-11-24)

Bug Fixes

0.1.10 (2023-10-19)

Bug Fixes

  • include ALLOWED_CIDR_NETS into settings (dcbcfb8), closes #19

0.1.9 (2023-10-18)

Bug Fixes

0.1.8 (2023-10-05)

Bug Fixes

  • add apis_core.core to installed apps (7d65db9)

0.1.7 (2023-09-13)

Bug Fixes

  • remove the list view template override (234ab87)

0.1.6 (2023-09-01)

Bug Fixes

0.1.5 (2023-08-23)

Bug Fixes

  • drop override of default templates (f9fea45)

0.1.4 (2023-08-23)

Bug Fixes

0.1.3 (2023-08-21)

Bug Fixes

0.1.2 (2023-08-18)

Bug Fixes

  • deps: add whitenoise dependency (d5c43ce), closes #3
  • deps: loosen Python dependency version constraints (56cf49f)

0.1.1 (2023-08-16)

Bug Fixes

  • deps: add apis-override-select2js to the dependencies (422f8e2)

0.1.0 (2023-08-16)

Bug Fixes

  • rename module folder to adhere to Python convention (d9d873b)