Skip to content

1.0.0

Choose a tag to compare

@anthonychaussin anthonychaussin released this 21 Jun 13:22
· 16 commits to master since this release

πŸ“¦ kDriveClient 1.0.0

✨ New features

  • Automatic direct / chunked upload based on real speed test
  • Dynamic chunk size with ~1s worth of data per chunk (with margin)
  • Download with redirect support
  • Built-in 60 req/min rate limiting
  • Deserialized API error responses (KDriveApiException)
  • Native logger support (ILogger<KDriveClient>)
  • Injection support for HttpClient (easier unit/integration testing)

πŸ”§ Improvements

  • Clean modular structure: easy to extend or port
  • Full .NET 7/8/9 compatibility

πŸš€ Getting started

See the [README](https://github.com/anthonychaussin/DriveClient) for installation and usage examples.

πŸ“„ License

MIT