# Changelog January 20, 2023

## Clerk has gone isomorphic

We refactored our SDKs to allow for isomorphism. This means we can offer more V8 runtimes, such as Cloudflare workers.

You can see the new backend package we are using under the hood in our [GitHub Repository](https://github.com/clerkinc/javascript/tree/main/packages/backend)

## Deprecated Packages

With the changes described above have deprecated two packages as they are no longer needed to run server-side requests:

```bash
@clerk/backend-core
@clerk/edge
```

## Organization details update

The organization details page in the dashboard has been updated to be easier to manage your organization. You can now:

- Change the organization name
- Update membership limits
- Add or update public or private metadata
- Delete unused organization

![Organization details update screenshot](./d2692f066854954738b9ed5bd2cafe5d70001a9a-1310x1130.png)

## How to stay up to date with Clerk?

The best way to keep up with Clerk is to subscribe to our newsletter. We send out updates every week. Updates include new features, what we have been working on, and blog posts you may have missed!

### Clerk Community Discord

Clerk has a community [Discord](https://clerk.com/discord). When you join, you will find a place:

- Find the latest Clerk news and announcements
- Share your project with the Clerk community, and talk about your experience
- Request features and gets help integrating Clerk from the team and community.

### Clerk Twitter

Our X account ([@clerk](https://x.com/clerk)) announces the latest features and improvements. We would also be psyched if you tagged us in projects you have built.
