# Changelog December 23, 2022

## New Backend API reference docs

We created new backend API reference documentation that is automatically updated when we release any changes to Production based on the OpenAPI specification.

This upgrade shows successful and unsuccessful payloads and what to expect from a type. It can also run a test request in the browser, allowing you to see a request and response using your API key.

Check it out at [the Backend API reference](https://clerk.com/docs/reference/backend-api)

Thanks to the contributors: Mark Pitsilos, James Perkins

## `useAuth` improvements

The `useAuth` hook now contains `orgId`, `orgSlug`, `orgRole` allowing you to access organization data when you need it on the client.

## Italian Language Support

A massive shoutout to nitroin for opening up a pull request into our `@clerk/localization` package to add Italian translations to all our components.

```jsx
import { itIT } from '@clerk/localizations'

const App = () => {
  return <ClerkProvider localization={itIT}>{/* ... */}</ClerkProvider>
}
```

![Italian Language Support screenshot](./188c4da2b0e8ffcc64aba2f78b88036d54197815-1102x1244.png)

## Bug fixes and Performance improvements

We fixed a few bugs this week that are important to highlight.

#### Apple OAuth User name

We now return the user name from a sign in when using Apple as the OAuth provider.

#### Respect JWKS cache

We fixed a bug in our Ruby SDK, which now respects the JWKS cache specified.

#### Performance improvements to users endpoint

We have improved the performance of the `/api/users/` endpoint, you should already notice the difference!

## 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.
