Skip to content

Commit

Permalink
Merge pull request #90 from microsoft/fix/bump-abstractions-pkg
Browse files Browse the repository at this point in the history
Bump abstractions & Use stable OpenTelemetry lib
  • Loading branch information
Ndiritu authored Nov 1, 2023
2 parents 39c7303 + 2d2741c commit ac9d97e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.0.0]

### Changed
- Bump Abstractions to 1.0.0
- Release stable

## [0.9.0] - 2023-10-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^7.4 | ^8.0",
"guzzlehttp/guzzle": "^7.0",
"microsoft/kiota-abstractions": "^0.9.0",
"microsoft/kiota-abstractions": "^1.0.0",
"ext-zlib": "*",
"ext-json": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
final class Constants
{
/** @var string The current version for this Library */
public const KIOTA_HTTP_CLIENT_VERSION = '0.9.0';
public const KIOTA_HTTP_CLIENT_VERSION = '1.0.0';
}
2 changes: 1 addition & 1 deletion src/Middleware/Options/ObservabilityOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Microsoft\Kiota\Abstractions\RequestOption;
use Microsoft\Kiota\Http\Constants;
use OpenTelemetry\API\Common\Instrumentation\Globals;
use OpenTelemetry\API\Globals;
use OpenTelemetry\API\Trace\TracerInterface;

class ObservabilityOption implements RequestOption
Expand Down

0 comments on commit ac9d97e

Please sign in to comment.