The latest version of Strapi, v4.3, introduces two highly requested features: TypeScript support and Media Library folders. With TypeScript support, developers can now build Strapi applications using this powerful programming language, which offers advantages in object-oriented programming and team collaboration. The new feature simplifies the development process and allows easy integration with other CLI commands. Additionally, Strapi's Media Library folders enable better organization of media files, making it easier to find and manage assets. The official Strapi marketplace is also growing, providing access to a wide range of plugins and providers. To try out these features, users can create a new project using the `npx create-strapi-app` command with specific options, such as `--ts` for TypeScript support or `--quickstart` for a quick setup.