The Apollo Angular team has released version 0.11.0 with several improvements and new features. The package was renamed to "apollo-angular" due to the deprecation of the term "Angular 2". This update includes support for Apollo Client 0.8+, Ahead-of-Time (AoT) compilation, multiple instances of Apollo Client in a single app, TypeScript improvements, and more control over the code through generic types. The team has also introduced a new tool called "apollo-codegen" to generate API code or type annotations based on a GraphQL schema and query documents. Additionally, the Apollo Client Developer Tools are now integrated with Angular, providing features such as a built-in GraphiQL console, query watcher, and cache inspector. The update includes improvements for performance, size reduction through Tree Shaking, and better compatibility with upcoming Angular releases.