Releases: mondaycom/apps-sdk
Releases · mondaycom/apps-sdk
3.0.11
What's Changed
- Use compute auth client by @shaikatzz in #62
New Contributors
- @shaikatzz made their first contribution in #62
Full Changelog: 3.0.10...3.0.11
latest
Features
Styles
- (alignment) run prepublish script to make sure everything is aligned #62 (Dor Shaked)
- (alignment) run formatter in queue.ts #62 (Dor Shaked)
Commits
- 0d60a48: Use compute auth client (Shai Katz) #62
- 23e2d7c: [beta] (Shai Katz) #62
- 50205a5: Merge branch 'master' into feature/shaika/use-compute-auth-client (shaikatzz) #62
- 5050278: . (Shai Katz) #62
- 39a35f9: [beta] (Shai Katz) #62
- 3058587: Update package.json (shaikatzz) #62
- 700af6e: Merge branch 'master' into feature/shaika/use-compute-auth-client (shaikatzz) #62
3.0.10
Update readme file
3.0.8
Update readme file
3.0.7
What's Changed
- fix: falsey check for values retrieved for envs and secrets by @maorb-dev in #59
Full Changelog: latest...3.0.7
3.0.6
What's Changed
- fix: falsey check for values retrieved for envs and secrets by @maorb-dev in #59
Full Changelog: latest...3.0.6
3.0.5
What's Changed
- Maorba/feat/add secrets manager by @maorb-dev in #56
- Fix issue with warn and debug logs in local env by @DorShakedMonday in #57
- Add support for error object printing in local mode by @DorShakedMonday in #58
New Contributors
- @maorb-dev made their first contribution in #56
Full Changelog: latest...3.0.5
Implement a singleton for local secure storage db instance
Implement a singleton for local secure storage db instance
https://monday.monday.com/boards/3670992828/views/126769350/pulses/6494265478
3.0.2
Fix issues with secure storage performing redundant authentications.
3.0.1
- Align storage
get
method to the correct return type.