You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+19-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.6.2] - 2021-12-26
10
+
11
+
### Added
12
+
- Add a progress reporting callback by [@lyze237](https://github.com/lyze237) ([#153](https://github.com/proyecto26/RestClient/pull/153)).
13
+
- Add support for **PATCH** verb by [@neegool](https://github.com/neegool) ([#185](https://github.com/proyecto26/RestClient/pull/185)).
14
+
- Add solution to make network call on main thread by [@maifeeulasad](https://github.com/maifeeulasad) ([#190](https://github.com/proyecto26/RestClient/pull/190)).
15
+
- Add support for UPM package by [@benukhanov](https://github.com/benukhanov), [@tonygiang](https://github.com/tonygiang) and [@Hermesiss](https://github.com/Hermesiss) ([#198](https://github.com/proyecto26/RestClient/pull/198)).
16
+
17
+
### Changed
18
+
- Changes to use **RetryCallback** to handle token expiration by [@fegabe](https://github.com/fegabe) ([#142](https://github.com/proyecto26/RestClient/pull/142)).
19
+
20
+
### Fixed
21
+
- Handle HTTP NO CONTENT status code (204) to prevent null reference exceptions by [@L-Naej](https://github.com/L-Naej) and [@StevenGarberg](https://github.com/StevenGarberg) ([#188](https://github.com/proyecto26/RestClient/pull/188)).
22
+
23
+
### Removed
24
+
- Removing Depricated APIs by [@Drazail](https://github.com/Drazail) ([#164](https://github.com/proyecto26/RestClient/pull/164)).
25
+
9
26
## [2.6.1] - 2020-06-10
10
27
11
28
### Fixed
@@ -142,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The [UnityWebRequest](https://docs.unity3d.com/Manual/UnityWebRequest.html) system supports most Unity platforms:
@@ -79,7 +79,10 @@ Do you want to see this beautiful package in action? Download the demo [here](ht
79
79
### Unity package
80
80
Download and install the **.unitypackage** file of the latest release published [here](https://github.com/proyecto26/RestClient/releases).
81
81
82
-
### Nuget package
82
+
### UPM package
83
+
Make sure you had installed [C# Promise package](https://openupm.com/packages/com.rsg.promise/) or at least have it in your [openupm scope registry](https://openupm.com/). Then install **RestClient package** using this URL from **Package Manager**: `https://github.com/proyecto26/RestClient.git#upm`
84
+
85
+
### NuGet package
83
86
Other option is download this package from **NuGet** with **Visual Studio** or using the **nuget-cli**, a **[NuGet.config](https://github.com/proyecto26/RestClient/blob/master/demo/NuGet.config)** file is required at the root of your **Unity Project**, for example:
***C-Sharp-Promise:**[Promises library for C# for management of asynchronous operations.](https://github.com/Real-Serious-Games/C-Sharp-Promise)
323
+
***MyAPI:**[A template to create awesome APIs easily ⚡️](https://github.com/proyecto26/MyAPI)
324
+
325
+
## Contributing ✨
326
+
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
327
+
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated** ❤️.
328
+
You can learn more about how you can contribute to this project in the [contribution guide](https://github.com/proyecto26/RestClient/blob/develop/CONTRIBUTING.md).
329
+
330
+
## Contributors ✨
331
+
Please do contribute! Issues and pull requests are welcome.
332
+
333
+
### Code Contributors
334
+
335
+
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
@@ -318,6 +364,9 @@ The maintainers of RestClient for Unity and thousands of other packages are work
318
364
## Security contact information 🚨
319
365
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
320
366
367
+
## License ⚖️
368
+
This repository is available under the [MIT License](https://github.com/proyecto26/RestClient/blob/develop/LICENSE).
0 commit comments