JAX-RS 2.0 provides enhancements to the JAX-RS API that allow for more powerful RESTful services. Key new features include a client API, filters and interceptors for customization, validation support using Bean Validation, and asynchronous processing capabilities. The client API allows invoking RESTful services in a standard way, while filters and interceptors provide well-defined extension points. Validation integrates with Bean Validation and asynchronous features leverage Servlet 3.0 capabilities.