8000 Comparing 0.3.11...0.4.0 · Sekers/SKYAPI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 8000 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: Sekers/SKYAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.11
Choose a base ref
...
head repository: Sekers/SKYAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.0
Choose a head ref
  • 13 commits
  • 20 files changed
  • 1 contributor

Commits on Oct 14, 2024

  1. Merge pull request #43 from Sekers/master

    MERGE MASTER INTO DEVELOP AFTER 0.3.11 RELEASE
    Sekers authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    006cc34 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Sekers authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ec62e5e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #44 from Sekers/master

    Update CHANGELOG.md
    Sekers authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a74cd4c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 24, 2024

  1. CAN'T SPELL

    Sekers committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9c9fdbf View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. MINOR CODE COMMENT CORRECTIONS

    Sekers committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0149031 View commit details
    Browse the repo 8000 sitory at this point in the history

Commits on Nov 6, 2024

  1. Disable Progress Bar In Function Scope When Calling Invoke-WebRequest…

    … or Invoke-RestMethod.
    
    This improves performance due to a bug in some versions of PowerShell. It was eventually fixed in Core (v6.0.0-alpha.13) but still is around in Desktop.
    
    More Information: PowerShell/PowerShell#2640
    Sekers committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9d80eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f99467b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. TYPO FIX IN COMMENT

    Sekers committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    7ccd877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91fc5f8 View commit details
    Browse the repository at this point in the history
  3. IMPROVED ERROR HANDLING

    Some errors that are often transient now do an exponential delay rather than just retrying up to 5 times with a 5-second delay in-between.
    
    Exponential Delay:
    
    Failure Count	Wait Time Before Retry (seconds)	Total Wait Time
    1	5	5
    2	10	15
    3	20	35
    4	40	75
    5	80	155
    6	160	315
    7	0	315
    Sekers committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    d60d124 View commit details
    Browse the repository at this point in the history
  4. Version to 0.4.0 and removed alternate authentication capture methods.

    - Removed the unimplemented 'MiniHTTPServer' alternate method of capturing authentication as this would be overkill and is unnecessary.
    - Removed the 'LegacyIEControl' alternate method of capturing authentication as it is no longer supported by Blackbaud.
    Sekers committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    e764261 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #45 from Sekers/develop

    Develop 0.4.0
    Sekers authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    8995e0f View commit details
    Browse the repository at this point in the history
Loading
0