Skip to content

1.18.0 #59

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 2 commits into from
Mar 22, 2022
Merged

1.18.0 #59

merged 2 commits into from
Mar 22, 2022

Conversation

rmody3
Copy link
Contributor

@rmody3 rmody3 commented Mar 22, 2022

What

Relates to: https://github.com/patch-technology/patch/pull/1727

  • bump to 1.18.0

Why

  • enables draft orders via SDK

SDK Release Checklist

  • Have you added an integration test for the changes?
  • Have you built the package locally and made queries against it successfully?
  • Did you update the changelog?
  • Did you bump the package version?
  • If endpoints were removed, did you manually remove the corresponding files? (this should be rare)
  • For breaking changes, did you plan for the release of the new SDK versions and deploy the API to production?

@rmody3 rmody3 requested a review from a team March 22, 2022 21:57
@@ -40,7 +55,7 @@ describe('Orders Integration', function () {
expect(placeOrderResponse.data.mass_g).to.equal(100);
});

it('supports cancelling orders in a `draft` state', async function () {
xit('supports cancelling orders in a `draft` state', async function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

noting this is fine due to allocations not being created async. I'll follow up on this one

@rmody3 rmody3 merged commit 9c2dc13 into main Mar 22, 2022
@rmody3 rmody3 deleted the rm/1.18.0 branch March 22, 2022 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants