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: go-sql-driver/mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: go-sql-driver/mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.1
Choose a head ref
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Mar 16, 2024

  1. Copy the full SHA
    33fa6e5 View commit details
  2. add wrapper method to call mc.cfg.Logger (#1564)

    (cherry picked from commit 1a64773)
    methane authored Mar 16, 2024
    Copy the full SHA
    1e75613 View commit details

Commits on Mar 17, 2024

  1. fix race condition when context is canceled (#1565)

    Fix #1559.
    
    (cherry picked from commit d86c452)
    methane authored Mar 17, 2024
    Copy the full SHA
    65395d8 View commit details

Commits on Mar 24, 2024

  1. Fix issue 1567 (#1570) (#1571)

    (cherry picked from commit d7ddb8b)
    shogo82148 authored Mar 24, 2024
    Copy the full SHA
    7eeaba6 View commit details

Commits on Mar 26, 2024

  1. update changelog for releasing v1.8.1 (#1576)

    ### Description
    
    #1559 and
    #1567 are fixed.
    Let's release a new version v1.8.1.
    
    ### Checklist
    - [x] Code compiles correctly
    - [x] Created tests which fail without the change (if possible)
    - [x] All tests passing
    - [x] Extended the README / documentation, if necessary
    - [x] Added myself / the copyright holder to the AUTHORS file
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Bug Fixes**
    	- Addressed race condition issues for enhanced stability.
    
    - **New Features**
    - Improved database compatibility with charset and collation
    adjustments.
    - Enhanced security and flexibility through the introduction of new
    configuration options.
    
    - **Major Changes**
    - Dropped support for older versions of Go (1.13-1.17) to leverage newer
    language features.
    	- Improved number parsing for efficiency and accuracy.
    	- Added configurable logging per connection for better diagnostics.
    
    - **Enhancements**
    - Fixed issues with ColumnType.DatabaseTypeName to improve data
    handling.
    - Introduced connection attributes for more detailed connection
    information.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    shogo82148 authored Mar 26, 2024
    Copy the full SHA
    4395c45 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v1.8.0...v1.8.1