Releases: dmm-com/pagoda
Releases · dmm-com/pagoda
v3.30.0
v3.29.0
v3.28.0
v3.27.0
Added
- Added API handler that searchs Entries across multiple referral structure
(/api/v1/search_chain)
Contributed by @userlocalhost, @hinashi - Added group edit page.
Contributed by @syucream
Changed
- Improved processing to get referred Entry from elasticsearch
(reducing number of DB access)
Contributed by @userlocalhost, @hinashi - Upgrade django version from 3.2.15 to 3.2.16
v3.26.0
v3.25.0
Added
- Added a new API handler that user can retrieve Entries, which refers an Entry
at specific Attribute and that referred Entry refers another Entry. In that way,
user can specify this repeated (chained) reference condition to get Entry
that refers far away Entry without aware of intermediate ones.
Contributed by @userlocalhost - Added role list and role edit page.
Contributed by @syucream
Changed
- Changed Elasticsearch update process to faster.
Contributed by @hinashi - Upgrade Elasticsearch version from 6.8.16 to 7.17.6
Contributed by @hinashi
Fixed
- Fixed advanced search not output after entity edit.
Contributed by @hinashi
v3.24.0
v3.23.0
v3.22.0
Added
-
Added airone error code to APIv2 for frontend.
Contributed by @syucream, @userlocalhost, @hinashi -
Added new parameter "as_member" at the Role.is_belonged_to() method to be able to
confirm that specified user is belonged to this role as member.
Contributed by @userlocalhost
v3.21.0
Added
- Added new Attribute-types ("role" and "array_role") that could refer Role instance from AttributeValue.
Contributed by @userlocalhost
Changed
- Upgrade flower version from 1.1.0 to 1.2.0
Fixed
- Fixed Elasticsearch not updating when updating Group and Role.
Contributed by @Ravie403 - Fixed showing deleted attributes in entry restore.
Contributed by @Ravie403 - Fixed value not being displayed due to javascript error in entry edit.
Contributed by @ritsuxis - Fixed duplicate entries in entry restore.
Contributed by @ritsuxis - Fixed a problem that an exception will be occurred at edit Entry page.
Contributed by @ritsuxis - Fixed entity's page paginate.
Contributed by @ritsuxis