Skip to content

Releases: elasticio/microsoft-onedrive-component

2.0.0

19 May 13:24
9dc9ed5
Compare
Choose a tag to compare
  • New version of component, no backward compatibility! Written from scratch using TS and last versions of libraries
  • New authentication mechanism
  • Added retries on server errors
  • Added retries on 429 (too many requests) errors
  • Attachment URL provided directly in messages
  • Added support for uploading large files to OneDrive
  • Updated ReadMe

1.0.6

22 Sep 16:40
2289f13
Compare
Choose a tag to compare

1.0.6 (September 23, 2022)
Update Sailor version to 2.6.29
Get rid of vulnerabilities in dependencies
Update component-commons-library version to 3.0.2
Update oih-standard-library version to 2.0.3

1.0.5

13 May 06:29
af0cea7
Compare
Choose a tag to compare

1.0.5 (April 14, 2022)
Update component-commons-library to read and upload attachments through Maester
Update elasticio-sailor-nodejs to v2.6.27
Fix dependencies

1.0.4

29 Nov 15:28
7060dfb
Compare
Choose a tag to compare
Update logo (#31)

* Updated Sailor to 2.6.26
* Reduced logo image size

1.0.3

24 Mar 10:52
e2d2a9f
Compare
Choose a tag to compare
Update Sailor version 2.6.24 (#26)

* Update Sailor version 2.6.24 

* Some minor updates

1.0.2

24 Mar 07:20
f71bc03
Compare
Choose a tag to compare
Update sailor version to 2.6.18 (#21)

1.0.1

24 Mar 07:18
02962b7
Compare
Choose a tag to compare
OrderBy is not supported in One Drive for Business (#20)

# 1.0.1 (August 4, 2020)
* Adapt Polling Trigger to account for the fact that OrderBy is not supported in One Drive for Business
* Polling trigger handles cases where there are more than 200 matching files
* Limit parallelization of writing to steward in polling trigger
* Polling trigger correctly sorts items by timestamp
* Update dependencies. Sailor is updated to version `2.6.14`
* Fix integration tests

1.0.0

24 Mar 07:17
8464c58
Compare
Choose a tag to compare
Merge pull request #16 from elasticio/useOauthClient

Use oauth client