Skip to content

Releases: minio/minio-dotnet

Minor Bug Fix Release

19 Dec 23:34
2.0.7
Compare
Choose a tag to compare

Changelog

  • fix GetObjectAsync api call to check if object is present (#260) (12/18/18)

Minor Bug Fix Release

06 Nov 01:07
2.0.6
Compare
Choose a tag to compare

Changelog

  • errors in curl (#257) (11/05/18)
  • Pass region into presigned methods (#255) (11/02/18)

Minor bug fix release

06 Oct 00:28
2.0.5
Compare
Choose a tag to compare

Changelog

  • code cleanup (#243) (10/01/18)
  • Remove unnecessary Newtonsoft (#250) (10/01/18)

Minor Bug Fix Release

22 Sep 00:57
2.0.4
Compare
Choose a tag to compare

Changelog

  • add wait for longer tests (#247) (09/20/18)

Minor Bugfix Release

19 Sep 00:59
2.0.3
Compare
Choose a tag to compare

Changelog

  • CopyObject_Test5: pass test if error is NotImplemented functionality (#246) (09/18/18)

Minor bug fix release

15 Sep 00:21
2.0.2
Compare
Choose a tag to compare

Changelog

  • fix: remove etag assertion on CopyObject_Test3 (#241) (09/13/18)
  • Doc: Fix typo in example code (#239) (09/11/18)

Minor bugfix release

15 Aug 23:48
2.0.1
Compare
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
Compare
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
Compare
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
Compare
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)