Skip to content

Releases: ikod/dlang-requests

fix for "openssl fails to connect to some sites on 32-bit" https://github.com/ikod/dlang-requests/issues/137

30 Nov 17:10
Compare
Choose a tag to compare

ignore dub.selection.json on commit, #136

14 Oct 16:58
00e34bd
Compare
Choose a tag to compare

Fix lost reference to connmanager for streaming requests

27 Jul 18:55
94e631d
Compare
Choose a tag to compare

Fix lost reference to connmanager for streaming requests, PR: #135 from @skoppe
Fix github CI.

vibe-d support moved to subpackage

29 Oct 06:28
Compare
Choose a tag to compare
v2.0.0

change README.md

PR #129 allows vibe.d 0.9 and fixes deprecation msg

02 Sep 21:32
6dfc263
Compare
Choose a tag to compare
Merge pull request #129 from burner/master

allows vibe.d 0.9 and fixes deprecation msg

fix issue #126 (FreeBSD compile error)

28 Jul 08:31
Compare
Choose a tag to compare
v1.1.6

fix Statement not reachable on FreeBSD #126

fix issue #121

22 May 19:19
Compare
Choose a tag to compare
v1.1.5

https://github.com/ikod/dlang-requests/issues/121

fix issue #122

15 May 20:14
Compare
Choose a tag to compare
v1.1.4

https://github.com/ikod/dlang-requests/issues/122

fix issue #118

07 Apr 05:29
Compare
Choose a tag to compare

Fix issue #118

ByLine interfaces addes

05 Apr 08:43
Compare
Choose a tag to compare

ChangeLog

  • ByLine interfaces added for get/post/putContent, so that getContentByLine return ubytes lazily splitted on \n
  • template constrains added (issue #116)