From 290f85292b61fc3a7a24a56b8445d0a5e56a777d Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Thu, 13 Feb 2025 13:27:04 +0000 Subject: [PATCH] docs: Update changelog for version 1.5.2 - Added timing for API requests to log processing time. - Enhanced log messages with more detailed info about requests. - Streamlined error handling and logging methods. - Refactored connection creation to include retry logic. - Cleaned up method parameters for better readability. - Included `X-Request-Id` header in SAPINT requests. --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf77a0..22d7812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ # Changelog for DS API rubygem -## 1.5.2 - 2024-10-15 - +## 1.5.2 - 2025-02 + +- (Jon) Added timing for API requests to log processing time. +- (Jon) Enhanced log messages with more detailed info about requests. +- (Jon) Updated methods to streamline error handling and logging. +- (Jon) Refactored connection creation to include retry logic. +- (Jon) Cleaned up method parameters for better readability. +- (Jon) Updated the `lib/data_services_api/service.rb` to include the `X-Request-Id` + header in the SAPINT requests to match the header received from the apps using + the gem. - (Jon) Updated the `CHANGELOG.md` to include the new version changes - (Jon) Updated the `lib/data_services_api/version.rb` to include the new version number `1.5.2`.