Skip to content

Releases: minio/minio-dotnet

Bug fix release and feature release.

07 Aug 20:22
1.0.1

Choose a tag to compare

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

17 May 01:01
1.0.0

Choose a tag to compare

Highlights

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

22 Aug 23:43

Choose a tag to compare