Plausible r2023.08.05-162: Allow internal prop keys in queries (#3231) Release
요약
Plausible.Sites.set_allowed_event_props/2
함수 제거
이 커밋은 Plausible.Props.allow/2
를 선호하여 Plausible.Sites.set_allowed_event_props/2
함수를 제거합니다.
- 쿼리에서 내부 prop 키 허용
이 커밋은 기본적으로 쿼리에서 내부 prop 키를 허용합니다. 내부 키를 데이터베이스에서 제외하기로 결정한 이유는 내부 키가 변경될 수 있으며 다시 마이그레이션해야하기 때문입니다.
- behaviours/index.js에서 중복된 'props.' 제거
공동 저자: Robert Joonas robertjoonas16@gmail.com
원문 내용
- Remove
Plausible.Sites.set_allowed_event_props/2
function
This commit removes the Plausible.Sites.set_allowed_event_props/2
function in favor of Plausible.Props.allow/2
.
- Allow internal prop keys in queries
This commit allows internal prop keys by default in queries. I decided
not to include internal keys in the database, because they might change
and we'd need to migrate it again.
- remove redundant 'props.' from behaviours/index.js
Co-authored-by: Robert Joonas robertjoonas16@gmail.com
링크 : https://github.com/plausible/analytics/releases/tag/r2023.08.05-162