The APOC team has released two new versions of the Awesome Procedures On Cypher (APOC) library for Neo4j 3.1 and 3.2, bringing almost 50 new features and fixes to the library after its Spring release. The updates include improvements in load-jdbc, merge procedures, hashing functions, map update tree, and atomic operations on properties of nodes and relationships. APOC now supports exporting to separate files or exporting only the constraints, as well as providing more detailed output of schema indexes and constraints. New features also enable graph grouping, fuzzy matching, and Levenshtein distance for strings, allowing users to take an existing graph and group it into a virtual graph by node labels and properties. The team has also fixed several bugs and improved error messages for missing database drivers. APOC can be installed from the official website and provides more details on new procedures and functions in the documentation or via the `call apoc.help('keyword')` command.