Releases: appwrite/sdk-for-unity
Releases · appwrite/sdk-for-unity
0.4.0
What's Changed
- Added: Realtime connections now send an
x-appwrite-jwtheader for authentication.
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Added:
userAccessedAtfield to theMembershipmodel. - Added: Email metadata fields to
User(emailCanonical,emailIsFree,emailIsDisposable,emailIsCorporate,emailIsCanonical). - Updated: Requests now send an explicit
acceptheader matching each endpoint's response type.
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
- Fixed:
AndroidManifest.xmlnow imports as an Android plugin instead of a generic asset - Added:
authorfield topackage.json - Updated: README pins the UPM install URL to the release tag (
#0.2.1)
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Breaking: Install URL changed — drop
?path=Assets, the package now lives at the repo root - Updated: Restructured SDK as a proper UPM package (
Runtime,Editor,Samples~) - Added:
.metafiles for all scripts, folders, and assets for stable Unity GUIDs - Added:
Oauth2Grantmodel
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- Added: Initial beta release of the Appwrite Unity SDK
- Added: Support for Appwrite server version
1.9.x - Added:
Account,Databases,TablesDB,Storage,Functions,Teams,Messaging,Locale,Avatars, andGraphqlservices - Added: Realtime subscriptions via
Channel - Added: Unity Package Manager installation with editor setup assistant
Full Changelog: https://github.com/appwrite/sdk-for-unity/commits/0.1.0