Skip to content

release: 0.1.4 #111

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

Merged
merged 9 commits into from
Oct 5, 2023
Merged

Conversation

stainless-bot
Copy link
Collaborator

@stainless-bot stainless-bot commented Sep 27, 2023

Automated Release PR

0.1.4 (2023-10-04)

Full Changelog: v0.1.3...v0.1.4

Features

  • api: add /forward endpoint and other updates (#116) (ef97220)
  • client: handle retry-after header with a date format (#113) (b90cd33)

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.

@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 6e45d8f to bd07c7f Compare October 2, 2023 10:53
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 4aadcd9 to b90cd33 Compare October 2, 2023 21:38
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 28c103c to a05398c Compare October 3, 2023 04:24
Comment on lines 243 to 246
If
Finch’s unified API doesn’t have a data model that cleanly fits your needs, then
Forward allows you to push or pull data models directly against an integration’s
API.

Choose a reason for hiding this comment

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

Spacing is off here

Choose a reason for hiding this comment

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

Actually I'd just remove these lines.

Copy link
Collaborator

Choose a reason for hiding this comment

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

We removed these from now, but you'll need to make the changes you want for documentation like this in your OpenAPI spec before the next update for them to persist. Is that OK?

headers: Optional[object] | NotGiven = NOT_GIVEN,
params: Optional[object] | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.

Choose a reason for hiding this comment

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

Nice

@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 51c0f6e to ef97220 Compare October 3, 2023 14:38

Args:
method: The HTTP method for the forwarded request. Valid values include: `GET` , `POST`
, `PUT` , `DELETE` , and `PATCH`.

Choose a reason for hiding this comment

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

Nitpick - Can we bring this comma up to be on the previous line?

Choose a reason for hiding this comment

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

Bump on this @yjp20

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah, this was because your OpenAPI spec has spaces after the the backticks; you'll want to fix that up soon.

@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from ce684fd to 7b68074 Compare October 3, 2023 17:08
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 386a7cd to 03a9546 Compare October 3, 2023 17:50
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from ee7ef49 to 0b9561d Compare October 3, 2023 17:57
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 19a3fbc to 0b9561d Compare October 4, 2023 21:21
@stainless-bot stainless-bot merged commit 2a5f9b6 into main Oct 5, 2023
@stainless-bot
Copy link
Collaborator Author

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

Successfully merging this pull request may close these issues.

4 participants