The Neomodel library for Neo4j has made significant improvements in its performance, developer tools, and advanced querying capabilities. The latest version (5.4.2) introduces async support, enabling non-blocking operations for more scalable applications. It also includes support for the Neo4j Rust Driver Extension, which speeds up the Python driver. Additionally, Neomodel now supports creating vector and fulltext indexes, and has received improvements in its static typing with mypy support. The library's advanced querying capabilities have been enhanced with features such as filtering and ordering with traversals, raw Cypher for ordering, intermediate transformations, variable transformation with aggregations, subqueries with the Cypher CALL {} clause, and nested subgraph results. These updates bring Neomodel closer to the recent new capabilities of Neo4j, making it easier for developers to write clean, efficient, and powerful graph queries. To upgrade to the latest version, simply run `pip install --upgrade neomodel`.