Skip to content

Commit

Permalink
Merge pull request #128 from elopezanaya/bump-0.5.8
Browse files Browse the repository at this point in the history
Bump 0.5.8
  • Loading branch information
elopezanaya authored Oct 31, 2024
2 parents 957d627 + d565592 commit 729b5c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.5.8]

### Changed

- Increase of timeout limit time for GetChatConfig, from 30 secs to 120 secs.

## [0.5.7] - 2024-10-25

### Added
- set open ssl to legacy

- set open ssl to legacy
- logging response errorCode into telemetry logs
- Improve telemetry to uniformly log all errors for reconnectable chat and reconnect availability

### Fixed

- Add `requestId` as optional parameters for `getReconnectableChats()`

## [0.5.6]
Expand Down Expand Up @@ -79,7 +85,6 @@ All notable changes to this project will be documented in this file.
- Add `Oc-Sessionid` as part of request headers if exists
- Add configurable wait time between retries componenets, and set to 3 secnds for getLWI, and 1 second for all other requests


## [0.4.2] - 2023-12-06

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/ocsdk",
"version": "0.5.8-0",
"version": "0.5.9-0",
"description": "Microsoft Omnichannel SDK",
"files": [
"dist/**/*",
Expand Down

0 comments on commit 729b5c9

Please sign in to comment.