The update involves removing user authentication requirements for "Registration" and "Login" in the Postman collection. Additionally, the User ID in the URL for a GET request and the bearer token value have been modified. These changes aim to ensure proper access to the required endpoints.
New exception handlers have been added and database setup files introduced. This update also deletes unnecessary Docker and Java files, and modifies various files related to error handling and database changes. Exception handlers for runtime, social network, and not found exceptions are added to improve error feedback in the application. Database setup includes a Liquibase changelog and SQL scripts to create the person table in the database.