This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Releases: request-dl/request-dl-nio
Releases · request-dl/request-dl-nio
RequestDL 3.0.2
RequestDL 3.0.1
What’s Changed
🐞 Bugs
- Fix cache when received 304 status code (#211)
- Fatal error cleanup (#210)
- Fix syntax of SPI file (#208)
🚀 Enhancements
- Add exclude contributors (#209)
- Update issue config.yml (#207)
- Updates the PR and issue templates (#206)
- No API Breaking Changes Workflow (#142)
- Added more labels to release drafter (#183)
- Updated release drafter yml (#180)
- Documentation workflow cleanup (#179)
📖 Documentation
- Adds some directives at RequestDL.md (#182)
See also: Documentation
RequestDL 3.0.0
What’s Changed
🚀 Enhancements
- Apply swiftlint (#178)
- Add
UserAgentHeader
(#164) - Implement
AcceptCharsetHeader
(#176) - Fix missing Form tests units (#170)
- Improved
Progress
protocol (#143) - Add URLScheme (#137)
- Add usage of reusable workflows (#136)
request-dl
Package Name (#135)- Removed deprecated methods (#134)
🐛 Bug Fixes
- Header separator key (#177)
- Changes default numberOfThreads to 1 (#175)
- Fix
HeaderStrategy
default value (#168) - Don't set
Content-Length
when payload is empty (#169) - BaseURL Exceptions Removal (#141)
- Fix Documentation Workflow (#138)
🧰 Maintenance
- Improves documentation (#163)
See also: Documentation
RequestDL 2.3.0
RequestDL 2.2.3
RequestDL 2.2.2
What’s Changed
🚀 Enhancements
🐛 Bug Fixes
- Added @preconcurrency Foundation for Linux (#122)
See also: Documentation
RequestDL 2.2.1
What’s Changed
🚀 Enhancements
- CustomDebugStringConvertible conformance to ResponseHead (#118)
- Add JSON verification before encoding (#117)
- Updated Headers name and deprecated the old style (#116)
See also: Documentation