# PowerSync Update: March 2025

> March was a big month for PowerSync, with major projects like improved concurrent connection scaling and the release of client SDKs for two new frameworks: .NET and Node.js.

- Published: 2025-04-04
- Author: Kobie Botha
- Category: Product Update
- Source: https://powersync.com/blog/powersync-update-march-2025

---

March was a big month for PowerSync, with major projects like **improved concurrent connection scaling** and the release of **client SDKs for two new frameworks: .NET and Node.js**. We’re seeing an acceleration in both new users getting started with PowerSync and users deploying PowerSync into production. Let’s go!

## Service Performance Optimizations

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-1be24b5343.png)

We’ve made significant performance improvements that enable even better scalability of _concurrent_ connections. Specifically, we’ve implemented caching of parameter queries and bucket data to reduce redundant computation during incremental sync. We’ve also optimized Postgres transaction replication by batching multiple operations into a single flush to the bucket storage.

See [this PR](https://github.com/powersync-ja/powersync-service/pull/200) as well as [this one](https://github.com/powersync-ja/powersync-service/pull/228)

## Prioritized Sync Available On All Beta+ SDKs

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-a10a95058e.png)

Prioritized sync allows you to make critical data available to users immediately — like showing a dashboard or login state — while non-essential data continues syncing in the background. All SDKs in Beta status or above now support this.

[Read the docs](https://docs.powersync.com/usage/use-case-examples/prioritized-sync)

## .NET Client SDK (Alpha)

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-e0b8b7cc1d.png)

Our .NET client SDK brings real-time sync and offline-first capabilities to .NET desktop and server apps, sharing the same core features as our other client SDKs. Support for mobile applications is up next, including .NET MAUI bindings.We’ve confirmed WPF apps are supported and will be shipping a demo app soon.

[Read the release notes](https://releases.powersync.com/announcements/introducing-our-net-client-sdk-alpha-release)

## Node.js Client SDK (Alpha)

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-5a131b702f.png)

We're excited to announce the alpha release of our Node.js Client SDK, bringing PowerSync’s real-time sync capabilities to Node.js environments, such as server-side apps, CLI tools and Electron apps.

[Read the release notes](https://releases.powersync.com/announcements/introducing-our-node-js-client-sdk-alpha-release)

## Swift and Kotlin Multiplatform SDKs Improved

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-7c4ca68eda.png)

We've updated our Kotlin Multiplatform and Swift SDKs to unify read and write concurrency across iOS, Android, and JVM platforms. All platforms now support concurrent reads (multiple read operations happening at the same time) resulting in faster UI updates. Both of these SDKs will be in V1/GA within the next week or two.

[See release notes for the Swift SDK](https://releases.powersync.com/announcements/powersync-swift-sdk) and [KMP SDK](https://releases.powersync.com/announcements/powersync-kotlin-multiplatform-sdk)

## FlutterFlow Guide Update: Handling Attachments

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-8bebfbbb59.png)

We’ve added a section to our FlutterFlow integration guide on how to sync attachments such as images and PDFs using PowerSync and Supabase Storage. Thanks to **@mad_hatter** for early feedback on this.

[See the guide](https://docs.powersync.com/integration-guides/flutterflow-+-powersync/handling-attachments)

## Community Focus

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-081231c852.png)

We’ve got a new **_Trusted Engineer_** role on our Discord server, bestowed on those who’ve helped others.

**Guillem** , **Ry** and **Yahya** are our first three trusted engineers. We appreciate you!

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-1f630de147.png)

H/T **Jesse McIntire** for helping us [better handle attachment table naming](https://github.com/powersync-ja/powersync-js/pull/523).

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-e01f6a0008.png)

**Orakemu:** a life management app that makes you view your life as a game 🎮 of which you are the hero ✨

Great work **Yorgo Hoebeke** 👏

[Check it out](https://orakemu.com/)

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-489804be88.png)

**Fomr:** a no code drag-and-drop tool to create forms and surveys that works super fast.

Made by **Bohdan Khodakivskyi 🙌**  

[Check it out](https://fomr.io/)

![](https://powersync.com/images/blog/powersync-update-march-2025-inline-16da84181a.png)

**Kitchen Copilot:** Smart meal planning made simple.

Made by **Scott Forsyth 🍽️**

[Check it out](https://kitchencopilot.com/)

That's it for the March update, happy coding!
