Thanks to visit codestin.com
Credit goes to github.com

Skip to content

0.31

Choose a tag to compare

@bajiat bajiat released this 28 Sep 10:20
· 6361 commits to master since this release

New features

  • First steps into supporting multiple proxies through the Apinf platform
    • It is possible to have a deployment without a proxy: no dashboard and proxy features available
    • UI for adding a proxy
    • Proxy settings separated from other platform settings
    • It is possible to add an API to catalog without connecting it to a proxy
    • Add API wizard removed
    • Proxy backend settings tab added to API profile view
      • Frontend prefix and backend prefix renamed as proxy base path and API base path
      • Settings are synced to API Umbrella when user edits settings or deletes proxy backend
  • API key
    • Get API key button available in API profile view, API key removed from user profile
    • Copy API key button available once user has proxy API key
  • Codegen support
    • Setting for SDK generator added to platform settings
    • Button for generating an SDK based on Swagger file added to Documentation tab
  • Swagger viewer
    • Swagger UI integrated as npm package
    • API owner can control the availability of the Try out button
    • Host name automatically updated to file, if necessary
  • User tour
    • API profile contains a button for user tour, which explains all tabs available in the profile

Improved

  • API Backlog form fixed
  • Feedback form fixed
  • Home page switched to use master layout
  • Restructuring of project files
  • ESLint configuration added to project
  • Username validation improved
  • About button added to navigation bar
  • Home in navbar acts as a link to main page when there is no logo
  • sAlert messages can be localised
  • Account deletion fixed

Known issues

  • Not all UI texts are internationalised

Contributors