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: BackendStack21/fast-gateway
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: BackendStack21/fast-gateway
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 10 files changed
  • 3 contributors

Commits on Mar 22, 2025

  1. Configuration menu
    Copy the full SHA
    83d08d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d4172d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

  1. refactor(proxy): improve proxy factory implementation with lazy loadi…

    …ng (#97)
    
    * refactor(proxy): improve proxy factory implementation with lazy loading
    
    * refactor(proxy): rename proxy factory variables for clarity
    
    * chore(format): run code formatter
    Vincentdevreede authored May 10, 2025
    Configuration menu
    Copy the full SHA
    2f695e5 View commit details
    Browse the repository at this point in the history
  2. fix(gateway): allow custom proxyFactory to use non-default proxyTypes (

    …#96)
    
    * fix(gateway): allow custom proxyFactory to use non-default proxyTypes
    
    - Skip proxyType validation when a custom proxyFactory is provided
    - Fallback to defaultProxyFactory only if custom one returns undefined
    - Default missing proxy hooks to NOOP functions
    
    * fix(gateway): improve proxyFactory logic to handle undefined responses
    
    * chore(format): run code formatter
    
    * docs: enhance README with detailed proxyFactory behavior explanation
    Vincentdevreede authored May 10, 2025
    Configuration menu
    Copy the full SHA
    c74a187 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56d3a1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21b5303 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc76faf View commit details
    Browse the repository at this point in the history
  6. v4.1.0

    jkyberneees committed May 10, 2025
    Configuration menu
    Copy the full SHA
    0b26a3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce35aac View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. fix(types): allow proxyFactory to return null or undefined (#98)

    * fix(types): allow proxyFactory to return null or undefined
    * fix(types): improve formatting of proxyFactory type definition
    * fix(types): update Type and ProxyFactoryOpts for improved type safety
    Vincentdevreede authored May 14, 2025
    Configuration menu
    Copy the full SHA
    165fe06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    202e2c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2332d33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b4ec6c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Add enableServicesEndpoint option and remove unneeded dependency (#99)

    * chore(gateway): remove @polka/send-type dependency
    * feat(gateway): add servicesJsonRoute option to control documentation exposure
    * refactor: rename servicesJsonRoute to enableServicesEndpoint for clarity
    Vincentdevreede authored May 15, 2025
    Configuration menu
    Copy the full SHA
    b6d85ee View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Configuration menu
    Copy the full SHA
    2ad03b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    944c17e View commit details
    Browse the repository at this point in the history
Loading