From 15e0dc03f11b37de1286d26193ed63d0ccbd64af Mon Sep 17 00:00:00 2001 From: Rodrigo Rahman Date: Mon, 19 Feb 2024 22:14:43 -0300 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 ++--- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5ce04..09f9b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ -## 2.0.6 - fix: change PUT behavior to return 404 when resource not found +## 3.0.0 + fix: BREAK Change: change PUT behavior to return 404 when resource not found Modified the behavior of the PUT verb in the REST service to return an HTTP 404 (Not Found) status when a resource with the specified ID is not found. Previously, if a resource with the specified ID was not found, the system would create a new resource and return an HTTP 200 (OK) status. This change aligns the service with REST best practices, ensuring that API consumers receive clear feedback when attempting to update a non-existent resource. - ## 2.0.5 fix: Change form that get local ip address diff --git a/pubspec.yaml b/pubspec.yaml index 653005e..e338e2b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: json_rest_server description: A RESTful server based on JSON With this package you can have a fully functional RESTful server with auth, pagination and all the necessaries services do build an application -version: 2.0.6 +version: 3.0.0 repository: https://github.com/rodrigorahman/json_rest_server issue_tracker: https://github.com/rodrigorahman/json_rest_server/issues