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

docs: update documentation and release notes for Gin v1.10.0 #3953

Merged
merged 2 commits into from
May 7, 2024

Commits on May 7, 2024

  1. docs: update documentation and release notes for Gin v1.10.0

    - Add release notes for Gin v1.10.0
    - Include new features and bug fixes in the changelog
    - Document enhancements and build process updates
    - Update documentation for context and middleware functions
    - Upgrade dependencies and optimize unit tests
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8cee9cb View commit details
    Browse the repository at this point in the history
  2. feat: refactor CI, enhance file binding, and update dependencies

    - Add proxy-server authentication feature
    - Add support for custom BindUnmarshaler for binding
    - Fix binding error while not uploading file
    - Refactor CI and update dependencies
    - Add support for RFC 9512: application/yaml
    - Optimize the Copy method of the Context struct
    - Update various Go dependencies to latest versions
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed May 7, 2024
    Configuration menu
    Copy the full SHA
    66288e7 View commit details
    Browse the repository at this point in the history