-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: adlio/schema
base: v1.3.9
head repository: adlio/schema
compare: v1.4.0
- 11 commits
- 14 files changed
- 2 contributors
Commits on Jul 21, 2025
-
- Change go version from invalid '1.23.0' to '1.21' - Remove unsupported 'toolchain' directive - Fixes CircleCI parsing errors
Configuration menu - View commit details
-
Copy full SHA for 773bb89 - Browse repository at this point
Copy the full SHA 773bb89View commit details -
Fix dockertest import and update dependencies
- Add explicit dockertest import alias to fix undefined references - Update dockertest from v3.9.1 to v3.12.0 for compatibility - Update related dependencies to resolve build issues - Fixes typecheck errors in test files
Configuration menu - View commit details
-
Copy full SHA for c495f84 - Browse repository at this point
Copy the full SHA c495f84View commit details -
Update to Go 1.23 to resolve slices package dependency
- Change go.mod to use Go 1.23 (proper format, no toolchain directive) - Update CircleCI to install Go 1.23.4 - Regenerate go.sum with compatible dependencies - Fixes 'slices package not in GOROOT' error
Configuration menu - View commit details
-
Copy full SHA for 79bb8b0 - Browse repository at this point
Copy the full SHA 79bb8b0View commit details -
Fix dockertest import in main_test.go
- Add explicit dockertest import alias to fix undefined reference - Matches the fix already applied to testdb_test.go - Resolves golangci-lint typecheck error
Configuration menu - View commit details
-
Copy full SHA for 131575d - Browse repository at this point
Copy the full SHA 131575dView commit details -
Fix import aliases and downgrade to Go 1.21
- Add explicit sqlmock import aliases in test files - Downgrade from Go 1.23 to Go 1.21 for stability - Update CircleCI config to use Go 1.21.13 - Update golangci-lint config to use Go 1.21 - Fixes typecheck errors and standard library issues
Configuration menu - View commit details
-
Copy full SHA for ecf7590 - Browse repository at this point
Copy the full SHA ecf7590View commit details
Commits on Feb 21, 2026
-
Update dependencies and upgrade to Go 1.24
- Update direct dependencies to latest versions: - go-sqlmock: v1.5.0 -> v1.5.2 - mysql driver: v1.8.1 -> v1.9.3 - sqlite3: v1.14.16 -> v1.14.33 - Replace deprecated denisenkom/go-mssqldb with microsoft/go-mssqldb - Update indirect dependencies: - golang.org/x/crypto: v0.0.0-20201016220609 -> v0.47.0 - golang.org/x/sys: v0.28.0 -> v0.40.0 - Various docker/moby dependencies - Upgrade Go version from 1.22 to 1.24 (required by x/crypto) - Update CircleCI config for Go 1.24 and golangci-lint v2 - Fix MSSQL test connection for Go 1.24 TLS strictness - Fix data race in MSSQL Unlock by extracting getLockMode helper - Replace deprecated ioutil with io/os packages
Configuration menu - View commit details
-
Copy full SHA for 4f9f84f - Browse repository at this point
Copy the full SHA 4f9f84fView commit details -
Merge pull request #43 from adlio/update-dependencies
Update dependencies and upgrade to Go 1.24
Configuration menu - View commit details
-
Copy full SHA for 0b9e532 - Browse repository at this point
Copy the full SHA 0b9e532View commit details -
Migrate from CircleCI to GitHub Actions
- Add GitHub Actions CI workflow (lint + test with coverage) - Add release workflow for automated GitHub releases on tag push - Update README badges to use GitHub Actions - Add version history entry for 1.4.0
Configuration menu - View commit details
-
Copy full SHA for 8f22fe2 - Browse repository at this point
Copy the full SHA 8f22fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 885abd9 - Browse repository at this point
Copy the full SHA 885abd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3072d5 - Browse repository at this point
Copy the full SHA a3072d5View commit details -
Merge pull request #45 from adlio/github-actions-ci
Migrate from CircleCI to GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 3fab720 - Browse repository at this point
Copy the full SHA 3fab720View 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.3.9...v1.4.0