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

Feature/8844 api version in route info #10484

Merged

Commits on Oct 31, 2022

  1. feat(core): add version attribute to routes mapper

    ensure routes mapper returns route's version when defined
    thiagomini committed Oct 31, 2022
    Copy the full SHA
    d3aae1d View commit details
    Browse the repository at this point in the history
  2. feat(core): add version attribute to routes mapper

    ensure routes mapper returns route's version when defined
    thiagomini committed Oct 31, 2022
    Copy the full SHA
    1376034 View commit details
    Browse the repository at this point in the history
  3. test(core): ensure middleware builder gets version

    ensure middleware builder gets route version
    thiagomini committed Oct 31, 2022
    Copy the full SHA
    439652a View commit details
    Browse the repository at this point in the history
  4. feat(core): add version to middleware module

    ensure middleware module considers path-versioning when applying middlewares
    thiagomini committed Oct 31, 2022
    Copy the full SHA
    bd5c060 View commit details
    Browse the repository at this point in the history
  5. test(integration): wrap test case for uri version

    wrap test case for uri versioning context to facilitate the addition of tests for other versioning types
    thiagomini committed Oct 31, 2022
    Copy the full SHA
    415858f View commit details
    Browse the repository at this point in the history
  6. fix(core): fix middleware for versioned routes

    fix middlewares for versioned routes using header as versioning type
    thiagomini committed Oct 31, 2022
    Copy the full SHA
    4a03932 View commit details
    Browse the repository at this point in the history
  7. fix(core): fix middleware for versioned routes

    fix middlewares for versioned routes using media type as versioning type
    thiagomini committed Oct 31, 2022
    Copy the full SHA
    cf1b946 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    25f03c4 View commit details
    Browse the repository at this point in the history
  9. test(ingration): refactor middleware tests

    refactor middleware tests to explicitly define versioning options
    thiagomini committed Oct 31, 2022
    Copy the full SHA
    092e721 View commit details
    Browse the repository at this point in the history
  10. feat(core): add middleware versioning support

    add middleware versionig support for uri versioning with an alternative prefix
    thiagomini committed Oct 31, 2022
    Copy the full SHA
    e36acea View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. fix(core): add missing parameter for module

    add missing parameter to middleware module
    thiagomini committed Nov 1, 2022
    Copy the full SHA
    4176ee5 View commit details
    Browse the repository at this point in the history