Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IBM/unity-sdk-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.3
Choose a base ref
...
head repository: IBM/unity-sdk-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.4
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 10, 2021

  1. fix(rest-connector): allow sending formdata on put request

    this fixes an issue with NLU when trying to send a file through a put request. Otherwise, it would
    change the put request to a post automatically.
    kevinkowa committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    c9a0932 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from IBM/fix-put

    fix(rest-connector): allow sending formdata on put request
    kevinkowa authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    c383571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4e6112 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.2.4 release notes

    ## [1.2.4](v1.2.3...v1.2.4) (2021-06-10)
    
    ### Bug Fixes
    
    * **rest-connector:** allow sending formdata on put request ([c9a0932](c9a0932))
    semantic-release-bot committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    f3e127f View commit details
    Browse the repository at this point in the history
Loading