Skip to content

Commit

Permalink
Merge pull request #1635 from appwrite/add-changelog-entry-1160
Browse files Browse the repository at this point in the history
Add changelog entry for new function runtimes and GitHub identity improvements
  • Loading branch information
ebenezerdon authored Jan 13, 2025
2 parents 7503393 + 22efe2f commit 8b75ee2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/routes/changelog/(entries)/2025.01.14.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: changelog
title: New function runtimes and GitHub identity improvements
date: 2025-01-14
---

We've added new runtimes and resolved identity conflicts to make Appwrite even more developer-friendly.

## What's new
- New function runtimes: You can now use PHP 8.3, Ruby 3.3, and Python 3.12 in your functions.
- SMS pricing and usage: Added usage tracking and cost breakdowns for phone OTP and verification. Find in the organization usage and project settings usage tabs.

## Fixes
- Identity conflict resolution: We've fixed an issue where GitHub installations were tied to OAuth identities, causing errors when using multiple Appwrite accounts.
OAuth identities and GitHub installations are now separated to ensure smooth functionality across all accounts.

These changes are now live! Try them out and share your experience with us.

{% arrow_link href="https://appwrite.io/discord" %}
Join the discussion on Discord
{% /arrow_link %}

0 comments on commit 8b75ee2

Please sign in to comment.