-
Added: the keys startswith '$' in params and postdata will be ignore for database query.
-
Adjusted:
prepare
andon_finish
method mustn't be an async function anymore. -
Adjusted: callbacks of insert(
view.before_insert
andview.after_insert
) changed. It's a break change. -
Fixed: a critical permission bug for all versions, upgrade immediately!!!
-
Added:
BaseView.get_x_forwarded_for
method -
Added:
BaseView.get_ip
method -
Adjusted: Use IOCP eventloop by default on windows system
-
Fixed: query operator IS_NOT works
- Added: a new return code named
TOO_FREQUENT
- Fixed: permission check for records after select remove some columns added by
add_query_condition
.
-
Adjusted:
new
andset
now accept empty values instead of throw exception. -
Fixed:
SlimExceptions
raised by BaseView.prepare were not caught. -
Fixed:
ErrorCatchContext
didn't catch the ``FinishQuitException`.