Skip to content

Releases: request-dl/request-dl-nio

RequestDL 3.1.1

09 Nov 21:16
Immutable release. Only release title and notes can be modified.
95fb725

Choose a tag to compare

What’s Changed

See also: Documentation

RequestDL 3.1.0

09 Nov 19:42
Immutable release. Only release title and notes can be modified.
e121cf7

Choose a tag to compare

What’s Changed

See also: Documentation

RequestDL 3.0.5

23 Sep 11:09
Immutable release. Only release title and notes can be modified.
29ecae2

Choose a tag to compare

What’s Changed

🚀 Enhancements

  • Refactor Locks and TaskEnvironmentValues for better usage (#226) @o-nnerb

See also: Documentation

3.0.4: Migrated to Swift 6.0 (#225)

11 Sep 10:19
Immutable release. Only release title and notes can be modified.
4250a7d

Choose a tag to compare

What’s Changed

See also: Documentation

RequestDL 3.0.3

01 Sep 11:27
Immutable release. Only release title and notes can be modified.
8076c95

Choose a tag to compare

What’s Changed

🚀 Enhancements

🧰 Maintenance

  • Fix tests that use google.com and updated workflow (#223) @o-nnerb

See also: Documentation

RequestDL 3.0.2

30 Jan 14:04
75f4c68

Choose a tag to compare

What’s Changed

🚀 Enhancements

  • Map enhancement (#220) @brennobemoura
  • Updated package dependencies (#219) @brennobemoura

See also: Documentation

RequestDL 3.0.1

03 Jul 16:27
f98f5fd

Choose a tag to compare

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

25 Jun 22:30
79c43ec

Choose a tag to compare

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

07 Jun 11:59
988b093

Choose a tag to compare

What’s Changed

🚀 Enhancements

  • Add RequestTaskInterceptor (#131)
  • Logger support (#130)
  • Add TaskEnvironment (#129)
  • Add RequestTaskModifier (#128)

🐛 Bug Fixes

  • Fix preconcurrency on PropertyMockedTask (#132)

See also: Documentation

RequestDL 2.2.3

31 May 22:25
456240a

Choose a tag to compare

What’s Changed

🚀 Enhancements

  • Package update (#127)
  • Implemented MockedTest with properties (#124)

🐛 Bug Fixes

  • Rewritten AsyncSignal and AsyncLock (#126)
  • Add Task cancellation support (#125)

See also: Documentation