Changelog registry
- Released version 1.0.8 under MIT license and published to Maven Central
- Added methods for creating and updating a list item
- Added custom HttpClientBuilder support (Online client)
- Configurable HttpClient
- Method to retrieve information about a list item.
- Version updated to 1.0.7 to release to maven central.
- Control upload big file folder name to remove spSitePrefix from the remote path. Detected file corruption with files with a size bigger than 0.5GB.
- Version increased to 1.0.5 to release to maven repo.
- Spring framework dependency version updated.
- Method overwrite for chunked upload from a mem byte buffer, allowing to provide a filename.
- Renamed parameter to chunkFileSize
- Chunked file upload implementation for Sharepoint Online client for uploading big files.
- Group id changed to adapt code to generate releases to maven central.
- Allow using cloud logging with clientID/clientSecret
- download file as stream from SP-online
- Allow custom metadata type in folder and file creation.
- method to upload a file with a final file name (usefull when upload resources from a ByteArrayResource that doesn't returns a filename).
- method to list files inside a folder by server folder remote url.
- methods for folder and file listing of a folder
- support for HTTP protocol for on-premises
- digestKey usage for on-premises
- returns InputStream from downloadFile to support large files for on-premises
- Separate implementations for sharepoiont online and on premises
- Added a interface to use both immplementations as one unique interface
- Tested new methods to retrieve list fields
- Added helper to build request headers
- BugFix Solved in getting list items.
- Added method to create a list
- Added method to update a list description
- BugFix Solved issue on getting folder permissions (trying to iterate over JSONArray not possible).
- BugFix Solved issue with special characters in list, files and folder names.
- Remove a permission to all users in a folder (requires unique permissions in folder).
- Added method to retrieve all role assignments of a folder in a sharepoint list.