Denis Gursky and George Kollias and Irfan Azam
15 November 2021
less than a minute read
Account administrators in our Console can now manage OAuth Client credentials for use with the SDKs. Admins can create, edit, and delete OAuth Clients.
These credentials can have permissions limited to certain actions such as list:databases
or run:transaction
. You can even use permissions like create:user
to allow programmatic creation of additional users for that account.
Account administrators will find these options under Settings -> OAuth Clients.
We are excited to announce worksheets, a new interface for submitting Rel queries. Worksheets allow you to develop blocks of Rel code and run them against a database. They can be shared with other users using their URLs.
Read MoreWe are excited to announce the support of varargs in Rel. You can use varargs to write more general code that works for multiple arities. Varargs can be useful when writing generic relations for common utilities.
Read MoreValue types help distinguish between different kinds of values, even though the underlying representation may be identical. Value types can be used to define other value types.
Read More