You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## 1.3.0 (2024-06-13)
4
+
5
+
Full Changelog: [v1.2.0...v1.3.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.2.0...v1.3.0)
6
+
7
+
### Features
8
+
9
+
***api:** OpenAPI spec update via Stainless API ([#18](https://github.com/prompt-foundry/typescript-sdk/issues/18)) ([8f9f9f4](https://github.com/prompt-foundry/typescript-sdk/commit/8f9f9f443597e62eba64eb22b38d0a998b3224cf))
10
+
***api:** OpenAPI spec update via Stainless API ([#20](https://github.com/prompt-foundry/typescript-sdk/issues/20)) ([44e6687](https://github.com/prompt-foundry/typescript-sdk/commit/44e6687efc7d44caeca0eb279a5f9d22f4e95167))
11
+
***api:** update via SDK Studio ([#21](https://github.com/prompt-foundry/typescript-sdk/issues/21)) ([73e5840](https://github.com/prompt-foundry/typescript-sdk/commit/73e584009e745522f6c749e6841235de4d902022))
12
+
3
13
## 1.2.0 (2024-06-13)
4
14
5
15
Full Changelog: [v1.1.0...v1.2.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.1.0...v1.2.0)
* @param {string} [opts.baseURL=process.env['PROMPT_FOUNDRY_BASE_URL'] ?? https://api.promptfoundry.ai/sdk/v1] - Override the default base URL for the API.
82
+
* @param {string} [opts.baseURL=process.env['PROMPT_FOUNDRY_BASE_URL'] ?? https://api.promptfoundry.ai] - Override the default base URL for the API.
83
83
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
84
84
* @param {number} [opts.httpAgent] - An HTTP agent used to manage HTTP(s) connections.
85
85
* @param {Core.Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
@@ -101,7 +101,7 @@ export class PromptFoundry extends Core.APIClient {
0 commit comments