Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 4.14.1 #404

Conversation

stainless-bot
Copy link
Collaborator

@stainless-bot stainless-bot commented Oct 25, 2023

Automated Release PR

4.14.1 (2023-10-27)

Full Changelog: v4.14.0...v4.14.1

Bug Fixes

  • deploy deno in a github workflow instead of postpublish step (#405) (3a6dba0)
  • typo in build script (#403) (76c5c96)

Chores


This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).

More technical details can be found at stainless-api/release-please.

@@ -21,7 +21,7 @@ You can import in Deno via:
<!-- x-release-please-start-version -->

```ts
import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.13.0-deno/mod.ts';
import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.14.0-deno/mod.ts';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RobertCraigie should this be 4.14.1 given that's the release number for this PR?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, let me change this to use esm.sh…

Copy link
Collaborator

@rattrayalex rattrayalex Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upon further investigation, we're just going to remove "direct" Deno support and have users import OpenAI from "npm:openai" instead, which is much less error-prone, since Deno Deploy launched support for this last month. That change should land tomorrow and we can hold on this PR until then.

@stainless-bot stainless-bot force-pushed the release-please--branches--master--changes--next--components--openai branch from 36d02eb to 3a6dba0 Compare October 27, 2023 09:08
@stainless-bot stainless-bot force-pushed the release-please--branches--master--changes--next--components--openai branch from 0ed17be to 986b0bb Compare October 27, 2023 21:42
@stainless-bot stainless-bot merged commit ee1f647 into master Oct 27, 2023
1 check passed
@stainless-bot
Copy link
Collaborator Author

🤖 Release is at https://github.com/openai/openai-node/releases/tag/v4.14.1 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants