Traceary

Catalog / Appwrite

1.3.0

Version 1.3.0

3.4 years agoaddedfixedchangedOriginal notes

What's Changed

New Features

  • Password dictionary setting allows to compare user's password against common password database #4906
  • Password history setting allows to save user's last used password so that it may not be used again. Maximum number of history saved is 20, which can be configured. Minimum is 0 which means disabled. #4866
  • Update APIs to check X-Appwrite-Timestamp header #5024
  • Database relationships #5238
  • New query operators #5238
  • Team preferences #5196
  • Update attribute metadata #5164

Changes

  • Removed requirement for indexes for querying attributes #5145
  • Removed query limit cap of 100 #5143
  • Updated console to 2.3.x

Bugs Fixed

  • Fix not storing function's response on response codes 5xx #4610
  • Fix expire to formatTz in create account session #4985
  • Fix deleting projects when organization is deleted #5335
  • Fix deleting collections from a project #4983
  • Fix cleaning up project databases #4984
  • Fix creating documents with attributes with special characters #246
  • Fix deleting attribute not deleting metadata index #246
  • Fix create attribute event payload #246

Full Changelog: https://github.com/appwrite/appwrite/compare/1.2.1...1.3.0