Releases: minio/minio-dotnet
Releases · minio/minio-dotnet
Breaking change
Highlights
{Set,Get}Policy API calls are incompatible please update your code follow our API docs here
Changelog
Bug fix release
Minor bug fix release
Changelog
- Revert ListObject_Test5() test case to upload 1050 objects (#204) (2 days ago)
Minor bug fix release
Bug fix release
Bug fix release
Changelog
- docs: fix PresignedGetObjectAsync signature (#190) (3 hours ago)
- Api: Add RemoveObjectAsync call for multi-object delete (#185) (8 days ago)
- fix: Add missing AWS region endpoints (#184) (13 days ago)
- Added a new method SetUserMetadata to the PostPolicy (#178) (6 weeks ago) <Loïc Tosser>
- Fix PutObject call for unknown size stream (#173) (7 weeks ago)
- Add missing functional tests for Mint (#171) (9 weeks ago)
- Api: fix validations for presign operations. (#172) (10 weeks ago)
- Update Functional tests to new Mint log format (#166) (3 months ago)
Bug fix release.
Bug fix release and feature release.
Highlights
- Now supported fully on Linux both .NetFramework and .NetCore.
- PutObject and StatObject now support and return metadata.
- Bucket Notification APIs are now supported.
Changelog
- Add missing ' in mono script (#155) (5 days ago)
- Modify functional tests for Mint (#150) (6 days ago)
- Change order of cancellation token and metadata in sync with API doc (#154) (2 weeks ago)
- Fix string comparison for ETag which cause multi part upload failure on Linux. (#152) (2 weeks ago)
- Add Mono and .NetCore support for Linux (#149) (3 weeks ago)
- Reference
nuget
package instead of local copy of .NetCore project. (#146) (4 weeks ago) - Fix nested paths (#145) (5 weeks ago)
- Support metadata for PutObject and StatObject calls (#143) (7 weeks ago)
- fix: Avoid md5 hash calculation for signed payloads (#139) (7 weeks ago)
- api: Add support for bucket notifications and unit tests. (#136) (7 weeks ago)
- Fix broken links on README.md (#138) (3 months ago)
- Change title to be consistent with docs (#137) (3 months ago)
Major release with full rewrite
Highlights
- This is a full rewrite of our .NET SDK supports both .NETFramework and .NETCore
- All APIs are now written with Asynchronous Programming with Async and Await (C# and Visual Basic
Changelog
- Disable SHA-256 computation for https (#134) (4 days ago)
- Add nuspec config for SDK (#128) (2 weeks ago)
- Removed blank lines (#129) (2 weeks ago)
- Rewrite SDK to support .NetCore and .Net 4.5.2 (#124) (3 weeks ago)
- Add netcore implementation in MinioCore2. (3 months ago)
- refactor client and exception handling (3 months ago)
- Add travis and MAINTAINERS doc (3 months ago)
- Delete all older project files. (3 months ago)
- Update README.md (3 months ago)
- add API docs for dotnet client. (3 months ago)
- add examples for presigned operations (3 months ago)
- support virtual hosted-style requests for AWS (3 months ago)
- modified target url for aws requests (3 months ago)
- Add presigned operations (3 months ago)
- add Apache License header for Minio Dotnet API (3 months ago)
- load file directly from memorystream in putobjectasync (3 months ago)
- refactor code to use namespace Api for all bucket and object operations (3 months ago)
- updated readme (3 months ago)
- implement getpolicyasync call (3 months ago)
- add async calls for policy operations (3 months ago)
- refactor exception class (3 months ago)
- file upload example (3 months ago)
- implement GetObjectAsync variant for downloading object to local file (3 months ago)
- Implement PutObjectAsync variant for file uploads (3 months ago)
- Add CopyObjectAsync callfor copy operation of objects between buckets (3 months ago)
- Implement ListObjectsAsync call to list objects in bucket (3 months ago)
- Add RemoveIncompleteUploadsAsync operation to remove incomplete uploads from server (3 months ago)
- Implement PutObjectAsync for uploading object from a stream (3 months ago)
- Add ListIncompleteUploadsAsync call returning IObservable (3 months ago)
- implement StatObjectAsync call (3 months ago)
- Add asynchronous GetObject to callback stream (3 months ago)
- Implement RemoveBucketAsync and BucketExistsAsync (3 months ago)
- Add bucketexistAsync and makebucketAsync calls. (3 months ago)
- fixed bug in exception logic (3 months ago)
- async with error handling (3 months ago)
- Implement ListBucketsAsync call (3 months ago)
- Add project files. (3 months ago)
- Add .gitignore and .gitattributes. (4 months ago)
- docs: added status about minio-dotnet client library. (#114) (7 months ago)
- Fix lastModified (#112) (7 months ago)
- Add System.Configuration reference when compiling with mcs (#111) (8 months ago)
- Remove redundant dependencies in nuget config (#110) (8 months ago) <Vidar Løvbrekke Sømme>
- Doc: README.md/Title formatting. (#107) (10 months ago)
- signature: Make sure to keep the port along in canonical request. (#104) (10 months ago)
- (api: Change insecure to secure as other libraries. (1 year ago)
- api: Remove deprecated ACL related api. (#95) (1 year ago)
- Make ListBuckets example use personal s3 credentials for testing (#92) (1 year ago)
- Simplified validations and refactored MinioClient constructor implementation (#91) (1 year ago)
- Added interim functional test for GetObject() using play.minio.io endpoint (#90) (1 year ago)
- Fixed Minio.Tests's Nunit package reference (#89) (1 year ago)
- Fixed serialization failure in ListBuckets() (#87) (1 year ago)
- Modified the example parameters (1 year, 5 months ago)
- build: Update to new packages and other related changes. (1 year, 5 months ago)
- PutObject: Limit putObject to 50GB limit. (1 year, 5 months ago)
- cleanup: Cleanup make bucket and other parameters this time. (1 year, 5 months ago)
- cleanup: Minio client cleanup and overall code improvements. (1 year, 5 months ago)
- PutObject: should take length as receding argument. (1 year, 5 months ago)
- set-app-info: Rename SetUserAgent to SetAppInfo. (1 year, 5 months ago)
- Maintainers document updated. (1 year, 5 months ago)
Full refactor release with major improvements and code cleanup
0.2.0 Bump dotnet to 0.2.0 version