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: algorithmiaio/algorithmia-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.0
Choose a base ref
...
head repository: algorithmiaio/algorithmia-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.1
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Dec 22, 2021

  1. [ALERT] Fix for breaking changes introduced by Bearer Token work (#121)

    * critical fix to bearer token breakage
    
    * corrected issue with header initialization in json helper
    
    * removed else exception, no auth is passed by internal algo API processing
    
    * added a test case tracking authorization required server responses and system handling no auth provided gracefully
    
    * added a false flag to actually invalidate environment variables for client auth
    
    * cleaned up client, used environment variable manipulation in the test suite
    
    * removing problematic server test
    zeryx authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    7fd688d View commit details
    Browse the repository at this point in the history
Loading