Skip to content

1.0.2

Compare
Choose a tag to compare
@CodingAleCR CodingAleCR released this 08 Aug 17:02
· 37 commits to main since this release
2898af8

📖 Changed: example project to showcase RetryPolicy usage.
🐞 Fixed: parameters were missing in requests of type POST, PUT, PATCH, and DELETE.
🐞 Fixed: int or other non-string parameters are not being added to request. Thanks to @ Contributor meysammahfouzi
🐞 Fixed: body is not sent in delete requests despite being accepted as parameter. Thanks to @MaciejZuk