Skip to content

Major release with full rewrite

Compare
Choose a tag to compare
@harshavardhana harshavardhana released this 17 May 01:01
· 578 commits to master since this release
1.0.0

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)