-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Adds changelong and expands codeowners.
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @peombwa @darrelmiller @baywet | ||
* @peombwa @darrelmiller @baywet @zengin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- Added support for conversion of API manifest document to OpenAI Plugin manifest. #4 | ||
- Added VerificationTokens property to OpenAI Plugin manifest auth type. #32 | ||
- Added OpenAI Plugin manifest validation. #32 | ||
- Added API Manifest validation. #5 | ||
- Added ApplicationName property to ApiManifestDocument. #5 | ||
|
||
### Changed | ||
|
||
- Renamed Request class to RequestInfo to align with the API manifest specification. #21 | ||
- Renamed Auth property in ApiDependency to AuthorizationRequirements to align with the API manifest specification. #5 | ||
|
||
## [0.5.1] - 2023-08-17 | ||
|
||
### Changed | ||
|
||
- Fixed typos in properties. | ||
|
||
## [0.5.0] - 2023-08-17 | ||
|
||
### Added | ||
|
||
- Initial release of the library. |