Skip to main content

SDK Storage Versioning

  • October 27, 2020
  • 5 replies
  • 2185 views

anderslyman

Logged here: [Bug] Storage API Versioning · Issue #42 · mondaycom/monday-sdk-js · GitHub

I’ve noticed that when specifying a previous_version it does not result in a version_conflict error as described in the docs: GitHub - mondaycom/monday-sdk-js: Node.js and JavaScript SDK for developing over the monday.com platform

this.mondayClientSdk.storage.instance.setItem(key, value, {previous_version: version}).then(
  r => console.log(r),
  e => console.error(e)
);

Am I making the call incorrectly?

This topic has been closed for replies.

5 replies

dsilva
Forum|alt.badge.img
  • Participating Frequently
  • October 28, 2020

Hey @anderslyman - let me check in with the team on this one.

-Daniel


anderslyman
  • Author
  • Participating Frequently
  • November 3, 2020

Hey @dsilva, any word on this?


anderslyman
  • Author
  • Participating Frequently
  • March 5, 2021

@Helen understood, thank you!

Might be good to remove it from the sdk documentation so it doesn’t confuse folks in the future - it’s currently listed as an existing feature.


Forum|alt.badge.img
  • monday.com Team Member
  • April 6, 2021

Hi @anderslyman!

Apologies for before-- it seems this feature has been released and has been rather buggy.

I see that our developers put in a fix a few days ago-- should be working as expected now!

Thanks,
Helen


  • April 13, 2021

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.