Skip to content

Commit

Permalink
docs: Update changelog for version 1.5.2
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
jonrandahl committed Feb 13, 2025
1 parent e2d18b0 commit 290f852
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 290f852

Please sign in to comment.