Skip to content

Latest commit

 

History

History
454 lines (196 loc) · 22.3 KB

CHANGELOG.md

File metadata and controls

454 lines (196 loc) · 22.3 KB

1.6.11 (2023-11-17)

Bug Fixes

  • segments: add an util to handle live query (#149) (8c896ed)

1.6.10 (2023-11-07)

Bug Fixes

  • authentication_callback: return errors detail instead of generic error 500 (#148) (1541de6)

1.6.9 (2023-10-20)

Bug Fixes

  • smart_fields: don't compute smart field on null relations (#147) (c588940)

1.6.8 (2023-08-17)

Bug Fixes

  • smart_field: don't try to compute smart fields on null relations (#146) (33673a1)

1.6.7 (2023-08-11)

Bug Fixes

  • smart_relations: filtering over smart relationship was broken (#145) (a294d1b)

1.6.6 (2023-08-08)

Bug Fixes

  • smart_field: a smart field can now be used as reference_field (#144) (6086b7b)

1.6.5 (2023-08-03)

Bug Fixes

  • many_to_many: fix error getting autogenerated model (#143) (e38803a)

1.6.4 (2023-08-03)

Bug Fixes

  • debug: add stacktraces when errors occurs (#142) (88bb485)

1.6.3 (2023-07-28)

Bug Fixes

  • edit_belongs_to: fix search on belongsTo widget when editing (#140) (6e8826d)

1.6.2 (2023-07-28)

Bug Fixes

  • debug: add stacktraces when errors occurs (#141) (6288658)

1.6.1 (2023-07-26)

Bug Fixes

  • forest_init: stop crashing if forestadmin-schema.json doesnt exists in production mode (#139) (3638db8)

1.6.0 (2023-07-13)

Features

  • django_new_version: add support for django 4.1 and 4.2 (#137) (b0898ff)

1.5.0 (2023-06-08)

Features

  • package is installable for python3.11 (#132) (405cfd9)

1.4.11 (2023-04-12)

Bug Fixes

  • scope: allows users to filter on integer field (#131) (006ce6c)

1.4.10 (2023-04-11)

Bug Fixes

  • middleware: users can force the forest middleware orders (#130) (aeae4fd)

1.4.9 (2023-04-07)

Bug Fixes

  • ressources: deactivate count didn't return correct value when enable (#127) (3d8ef2d)

1.4.8 (2023-04-06)

Bug Fixes

  • stats: users should be able to use related field in group by aggregation (#129) (2699e31)

1.4.7 (2023-04-05)

Bug Fixes

  • filters: nested aggregator weren't implemented (#128) (4361849)

1.4.6 (2023-03-22)

Bug Fixes

  • smart-relationship: smart relationships are now correctly serialized (#126) (7092cbb)

1.4.5 (2023-02-28)

1.4.4 (2023-01-05)

Bug Fixes

  • csv: prevent error with model without id attribute (#123) (66315d9)

1.4.3 (2022-12-15)

Bug Fixes

  • schema: is_primary_key was missing in the jsonapi schema (#122) (94ed592)

1.4.2 (2022-09-15)

Bug Fixes

  • filters: date and dateonly fields should be cast to avoid issues in filters (#121) (e5fd115)

1.4.1 (2022-09-14)

Bug Fixes

  • chart: disables the permission middleware for the chart's resources and some roles (#120) (903c87a)

1.4.0 (2022-09-14)

Features

  • auth: remove the APPLICATION_URL parameter (#119) (e2ebd2d)

1.3.8 (2022-08-31)

Bug Fixes

  • issue-117: resolve issue where action name was not being respected for hooks (#118) (403893a)

1.3.7 (2022-08-31)

Bug Fixes

  • issue-115: smart fields always calculated (9ba8f15)

1.3.6 (2022-08-23)

Bug Fixes

1.3.5 (2022-08-09)

Bug Fixes

  • field_type: dateonly field type should not be in camel case (#113) (8b17380)

1.3.4 (2022-08-02)

Bug Fixes

  • csv: prevent error with model without id attr (#112) (70400e5)

1.3.3 (2022-07-11)

Bug Fixes

  • authentication: add skew to id_token iat verification (#109) (fef0774)

1.3.2 (2022-05-18)

Bug Fixes

  • authentication: the jwt token expiration timestamp is based now … (#107) (d8107c0)

1.3.1 (2022-05-13)

Bug Fixes

  • 403_error: add some content about the reason of the 403 raising (#106) (63a3ae1)

1.3.0 (2022-05-05)

Features

  • cors: add the pna preflight headers to handle the last chrome versions (#103) (9e458f4)

1.2.2 (2022-04-19)

Bug Fixes

  • resource: the filter behavior must be insensitive (#102) (432ed82)

1.2.1 (2022-04-19)

Bug Fixes

  • resource: the search behavior must be insensitive (#101) (cc0c480)

1.2.0 (2022-04-01)

Features

  • middleware: add a middleware and some settings to deactive the count resources (#99) (eb3b2e8)

1.1.6 (2022-03-29)

Bug Fixes

  • jsonapi: the value are now cast to the good type (#98) (5010a02)

1.1.5 (2022-03-29)

Bug Fixes

  • onboarding: won't raised error with custom field (#97) (8c0fbc8)

1.1.4 (2022-03-14)

Bug Fixes

  • authentication: add some logs in the authentication process (#96) (a71c1fd)

1.1.3 (2022-03-14)

Bug Fixes

  • authentication: authentication won't fail without trace (#95) (7e577b2)

1.1.2 (2022-03-02)

Bug Fixes

  • onboarding: the settings 'middleware' and 'installed_apps' should be lists (#93) (2570a7a)

1.1.1 (2022-02-28)

Bug Fixes

  • field: the enum field raised an exception with Django custom field (#92) (b94eb96)

1.1.0 (2022-02-18)

Features

  • django: update the requirements.txt, the tox.py and the github actions to handle django 4 and python 3.10 (#90) (661e976)

1.0.19 (2022-02-11)

Bug Fixes

  • apimap: apimap init crashed the agent with some kinds of validators (#89) (b32a5ff)

1.0.18 (2022-02-11)

Bug Fixes

  • serializer: the jsonfield's serializing returned an error (#88) (737f0c0)

1.0.17 (2022-02-10)

Bug Fixes

  • dashboard: use a related field as group_by value in chart was broken (#87) (2795ae6)

1.0.16 (2022-02-10)

Bug Fixes

  • jsonapiserializer: fix and refactor the jsonapiserializer (#83) (2284070)

1.0.15 (2022-02-10)

Bug Fixes

  • permissions: user_id in token is a string whereas user_id lists in permissions fetch are string (#86) (9852365)

1.0.14 (2022-02-10)

Bug Fixes

  • onboarding: the env variable should be override django settings (#85) (eeb8305)

1.0.13 (2022-02-09)

Bug Fixes

  • onboarding: add an utils to init the agent (#84) (9f53e17)

1.0.12 (2022-02-03)

Bug Fixes

  • jsonapischema: fix issue with the primary key in jsonapi schema (#82) (d54aefa)

1.0.11 (2022-02-03)

Bug Fixes

  • date: fix and refactor the date uses (#78) (50d0503)

1.0.10 (2022-02-02)

Bug Fixes

  • apimap: fix the way to retrieve the related field name and the internal type (#81) (505729c)

1.0.9 (2022-02-01)

Bug Fixes

  • cors: allow_crential is mandatory (#80) (f69193a)

1.0.8 (2022-01-25)

Bug Fixes

  • onboarding: improve the cors settings to allow more onboarding (#77) (3b96749)

1.0.7 (2022-01-20)

Bug Fixes

  • onboarding: avoid issues if our required packages change their dependencies (#76) (5e11eb8)

1.0.6 (2022-01-20)

Bug Fixes

  • onboarding: make it possible to install the agent in more projects (#75) (9c04647)

1.0.5 (2021-08-20)

Bug Fixes

1.0.4 (2021-08-20)

Bug Fixes

  • fix get ids from request with smart action (#62) (29ffbd4)

1.0.3 (2021-08-13)

Bug Fixes

  • fix update one to one after new permission middleware (#61) (d0c91a1)

1.0.2 (2021-08-13)

Bug Fixes

  • correctly set version for schema (#60) (f1a33e7)

1.0.1 (2021-08-13)

Bug Fixes

  • add missing actions package in final release + use django-forestadmin as agent name (#58) (5c5f7aa)

1.0.0 (2021-08-13)

Bug Fixes

Features

Reverts

  • Revert "chore: fix semantic release (#18)" (#19) (4d81ba0), closes #18 #19
  • Revert "test: test coverage debug (#14)" (#16) (3fb5e9e), closes #14 #16