Skip to content

Releases: appwrite/sdk-for-unity

0.4.0

25 Jun 05:09
90efce6

Choose a tag to compare

What's Changed

  • Added: Realtime connections now send an x-appwrite-jwt header for authentication.

Full Changelog: 0.3.0...0.4.0

0.3.0

08 Jun 08:45
5f0705e

Choose a tag to compare

What's Changed

  • Added: userAccessedAt field to the Membership model.
  • Added: Email metadata fields to User (emailCanonical, emailIsFree, emailIsDisposable, emailIsCorporate, emailIsCanonical).
  • Updated: Requests now send an explicit accept header matching each endpoint's response type.

Full Changelog: 0.2.1...0.3.0

0.2.1

06 Jun 13:22
1ed732d

Choose a tag to compare

0.2.1 Pre-release
Pre-release

What's Changed

  • Fixed: AndroidManifest.xml now imports as an Android plugin instead of a generic asset
  • Added: author field to package.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

06 Jun 13:06
5c0c6cf

Choose a tag to compare

0.2.0 Pre-release
Pre-release

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: .meta files for all scripts, folders, and assets for stable Unity GUIDs
  • Added: Oauth2Grant model

Full Changelog: 0.1.0...0.2.0

0.1.0

04 Jun 06:15
bb0831f

Choose a tag to compare

0.1.0 Pre-release
Pre-release

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, and Graphql services
  • 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