Skip to main content

Release Notes

Devii v1.0.0

  • Emailer API (Beta)

    • Initial implementation for sending emails.
    • Currently supports SendGrid as the email service provider.
  • Email Template (Beta)

    • Currently supports SendGrid as the email service provider.
  • Login Token Expiration

    • Users can define policies for access and refresh token expiration.
  • Password Policy

    • Users can define policies enforcing password security requirements.
  • File Handling

    • Enhancements to file management and storage.
  • Database Name and Description Updates

    • Added support for modifying database names and descriptions.
  • Multi-Schema Support

    • Supports multiple schemas in MSSQL and PostgreSQL.

Devii server v0.1.0: "Portentous Defenestration"

Initial release of Devii server software.

Features

  • GraphQL schema generation for popular SQL databases
  • Automatic generation of resolvers for query and mutation
  • Filter expression language for query
  • Result ordering
  • Limit and Offset
  • Aggregate queries
  • Roles (users)
  • Role classes
  • Policy-based Access Control