Skip to content

Releases: minio/minio-dotnet

Minor bugfix release

15 Aug 23:48
2.0.1

Choose a tag to compare

Changelog

  • Fix .NET Core host header generation if using default ports (#236) (08/08/18)

Major bugfix release

15 Aug 23:48
2.0.0

Choose a tag to compare

Changelog

  • API: Change CopyObjectAsync to support metadata replacement (#233) (07/09/18)
  • update maintainers.md for package creation (#231) (07/02/18)
  • #211 Simplified project and build system. (#212) (06/27/18)
  • fix: redefine LastModifiedDateTime accessor to return nullable DateTime (#228) (06/26/18)
  • fix null pointer exception for zero byte uploads (#227) (06/26/18)
  • fix: pass region down correctly to authenticator (#223) (06/25/18)
  • fix url encoding for presign urls (#221) (06/05/18)
  • fix GetBucketPolicy test failing due to Content-Length header missing (#220) (06/04/18)

Bug fix release

06 Apr 23:29
1.1.1

Choose a tag to compare

Changelog

  • Disable continue on captured context in library code to prevent deadlocks (#219) (04/05/18)
  • Update Minio.Netcore version for functional test (#218) (03/27/18)

Breaking change

20 Mar 05:11
1.1.0

Choose a tag to compare

Highlights

{Set,Get}Policy API calls are incompatible please update your code follow our API docs here

Changelog

  • Simplify SetPolicyAsync and GetPolicyAsync api calls (#217)
  • Fix presign operations to honor request params (#216)

Bug fix release

13 Jan 00:09
1.0.7

Choose a tag to compare

Changelog

  • fix: remove assertions from functional tests (#206)
  • rename mint-mode for quick tests (#208)

Minor bug fix release

27 Dec 20:41
1.0.6

Choose a tag to compare

Changelog

  • Revert ListObject_Test5() test case to upload 1050 objects (#204) (2 days ago)

Minor bug fix release

23 Dec 05:32
1.0.5

Choose a tag to compare

Changelog

  • Functional test: fix parallel upload and statObject test (#203) (4 hours ago)
  • Translate minio-dotnet API docs to Chinese. (#200) (4 days ago)
  • Update version to next release 1.0.5 (3 weeks ago)

Bug fix release

06 Dec 08:07
1.0.4

Choose a tag to compare

Changelog

  • functional tests - log args for Mint (#201)
  • Fix logging format for Mint (#194,#196 and #197) (#199)
  • Add wait for test to finish (#198)
  • Fix json logging for Mint (#192)
  • Delete unused project files (#191)

Bug fix release

22 Nov 01:45
1.0.3

Choose a tag to compare

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.

05 Sep 21:41
1.0.2

Choose a tag to compare

Changelog

  • Fix adding dotnet repo in mono_install script (#167) (8 days ago) <A. Elleuch>
  • Pick latest nuget version of sdk for functional tests (#162) (8 days ago)
  • Fix: use default region if bucket not in cache. (#165) (8 days ago)
  • Add travis build for .net sdk (#163) (3 weeks ago)