Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.6.2 #196

Merged
merged 50 commits into from
Dec 27, 2021
Merged

Release 2.6.2 #196

merged 50 commits into from
Dec 27, 2021

Commits on Jun 15, 2020

  1. Create CONTRIBUTING.md

    jdnichollsc authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    63b6549 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Update README.md

    jdnichollsc authored Jun 20, 2020
    Configuration menu
    Copy the full SHA
    8be15c0 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jdnichollsc authored Jun 20, 2020
    Configuration menu
    Copy the full SHA
    0a66014 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Changes on RestClient to make possible doing a request while the retr…

    …ying is waiting to perform actions like a token refresh
    fegabe committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    5f2bd35 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Update README.md

    jdnichollsc authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    acb36fa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    f5c546d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Removed evil whitespace

    lyze237 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f114113 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    f1eaf89 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    015bf26 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Update README.md

    jdnichollsc authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7574411 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Removing Depricated APIs

    Removed depricated APIs: `UnityWebRequest.result.isNetworkError` and `UnityWebRequest.result.isHttpError`
    Replaced with : `UnityWebRequest.Result.ConnectionError` and  `UnityWebRequest.Result.ProtocolError`
    Drazail committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d0924bd View commit details
    Browse the repository at this point in the history
  2. Adding back missing code

    adding back the missing code from commit f5c546d
    Drazail committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    4ebd1c3 View commit details
    Browse the repository at this point in the history
  3. Update HttpBase.cs

    Drazail authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    175bfd9 View commit details
    Browse the repository at this point in the history
  4. Added Compilations Conditionals

    Added Compilations Conditionals as a means of backwards compatibility.
    #164 (comment)
    Drazail committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    8712f76 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop'

    Drazail committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    66af07f View commit details
    Browse the repository at this point in the history
  6. Fixed line endings

    Changed lineEndings from Mac to Windows format
    Drazail committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    eda735c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    d5e3436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    009297c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Update HttpBase.cs

    fegabe authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    f2946a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Merge pull request #142 from fegabe/develop

    Changes to use RetryCallback to handle token expiration
    jdnichollsc authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9cce4a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2e4395 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Update README.md

    jdnichollsc authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    dad8a87 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jdnichollsc authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    bbb3f86 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Update FUNDING.yml

    jdnichollsc authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    bdc9d6f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Add support for PATCH keyword

    neegool committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    4d76af7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Fix: Handle HTTP NO CONTENT status code (204) to prevent null reference

    exceptions. NO_CONTENT is not considered as being an error, and
    therefore previous code would try to parse body data even with a
    NO_CONTENT being returned. Various backend frameworks use NO_CONTENT as
    a way to gracefully indicates that a specific resource is empty (for
    instance, if you try to get the list of items in a player's inventory
    and the inventory is empty).
    L-Naej committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    2eb2cfc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    7fb2164 View commit details
    Browse the repository at this point in the history
  2. added some readme

    maifeeulasad committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f3228a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Merge pull request #185 from neegool/feature/add_patch_keyword

    Add support for PATCH verb
    jdnichollsc authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    89ede11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from maifeeulasad/stuck-fix

    solution to make network call on main thread
    jdnichollsc authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a3bb763 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #188 from L-Naej/develop

    Fix: Handle HTTP NO CONTENT status code (204) to prevent null reference exceptions in HttpBase.cs
    jdnichollsc authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2771499 View commit details
    Browse the repository at this point in the history
  4. Code review

    jdnichollsc committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    244bf31 View commit details
    Browse the repository at this point in the history
  5. Code review

    jdnichollsc committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    932786e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f572c27 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    jdnichollsc authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    25db336 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Update README.md

    jdnichollsc authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    37ed399 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Code review

    jdnichollsc committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    b044028 View commit details
    Browse the repository at this point in the history
  2. Code review

    jdnichollsc committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    0e8ec32 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Fix support for .NET 3.5

    jdnichollsc committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    2b1d1b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Support UPM Package

    jdnichollsc committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    b453b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b264aeb View commit details
    Browse the repository at this point in the history
  3. Code Review

    jdnichollsc committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    73ed317 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3245578 View commit details
    Browse the repository at this point in the history
  5. Code review

    jdnichollsc committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    bdb57f5 View commit details
    Browse the repository at this point in the history
  6. Code review

    jdnichollsc committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    fee27e7 View commit details
    Browse the repository at this point in the history
  7. Code Review

    jdnichollsc committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    0753217 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b10dc0b View commit details
    Browse the repository at this point in the history
  9. Code review

    jdnichollsc committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    a31316c View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    jdnichollsc authored Dec 26, 2021
    Configuration menu
    Copy the full SHA
    8d68cc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Merge pull request #198 from proyecto26/release

    Support UPM Package
    jdnichollsc authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    196b635 View commit details
    Browse the repository at this point in the history