v1.10.1
- dsn: default Net to tcp in NewConfig so Addr-only configs round-trip by @c-tonneslan in https://github.com/go-sql-driver/mysql/pull/1770
- Add LTS MariaDB 11.8 and 12.3 into the testing matrix by @pgporada in https://github.com/go-sql-driver/mysql/pull/1774
- Bump actions/checkout from 6 to 7 in the all-dependencies group by @dependabot[bot] in https://github.com/go-sql-driver/mysql/pull/1777
- ci: pin actions by @methane in https://github.com/go-sql-driver/mysql/pull/1778
- Bump the all-dependencies group with 3 updates by @dependabot[bot] in https://github.com/go-sql-driver/mysql/pull/1779
- Bump the all-dependencies group with 3 updates by @dependabot[bot] in https://github.com/go-sql-driver/mysql/pull/1780
- Interpolate typed-nil json.RawMessage as NULL by @oha-4 in https://github.com/go-sql-driver/mysql/pull/1782
- Bump actions/setup-go from 6.5.0 to 7.0.0 in the all-dependencies group by @dependabot[bot] in https://github.com/go-sql-driver/mysql/pull/1783
- Bump the all-dependencies group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/go-sql-driver/mysql/pull/1791
- Bump the all-dependencies group with 3 updates by @dependabot[bot] in https://github.com/go-sql-driver/mysql/pull/1794
- Bump the all-dependencies group with 5 updates by @dependabot[bot] in https://github.com/go-sql-driver/mysql/pull/1795
- Bump the all-dependencies group with 3 updates by @dependabot[bot] in https://github.com/go-sql-driver/mysql/pull/1796
- codeql: remove custom workflow by @methane in https://github.com/go-sql-driver/mysql/pull/1799
- doc: clarify timeTruncate units and when to use it by @milanobrtlik in https://github.com/go-sql-driver/mysql/pull/1792
- release v1.10.1 by @methane in https://github.com/go-sql-driver/mysql/pull/1801
- @c-tonneslan made their first contribution in https://github.com/go-sql-driver/mysql/pull/1770
- @oha-4 made their first contribution in https://github.com/go-sql-driver/mysql/pull/1782
- @milanobrtlik made their first contribution in https://github.com/go-sql-driver/mysql/pull/1792
Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.10.0...v1.10.1
v5.4.1
lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️
Everybody thinks that the others will donate, but in the end, nobody does.
So if you think that lego is worth it, please consider donating.
For key updates, see the changelog.
- eb880da5e91403b460606d1196d91fd64c1ed09b docs: update required Go version (#3245)
- 9a650d9dffef4c563f1a872fca4cbe3259510c94 fix(lib): add EnableCommonName to RenewOptions (#3246)
- 30facfdb1c7a176f7e69120ce425f75e74baa9ce fix: LEGO_EXPERIMENTAL_DNS_TCP_ONLY support (#3243)
v6.13.0
- docs(changelog): reconstruct 6.7.1–6.12.0 from the tag history by @asim in https://github.com/micro/go-micro/pull/4898
- fix(ai): providers keep offering tools on follow-ups, and keep going by @asim in https://github.com/micro/go-micro/pull/4900
- ai/anthropic: cache the prefix that does not change by @asim in https://github.com/micro/go-micro/pull/4901
- ai: discover tools in deterministic order by @asim in https://github.com/micro/go-micro/pull/4902
- docs(changelog): record the provider tool-loop, caching, and discovery fixes by @asim in https://github.com/micro/go-micro/pull/4903
- ci(release): roll CHANGELOG [Unreleased] into the version on tag by @asim in https://github.com/micro/go-micro/pull/4904
Full Changelog: https://github.com/micro/go-micro/compare/v6.12.0...v6.13.0
Wails v3.0.0-beta.16
- Prompt for notarization password in a new terminal window in PR by @leaanthony
- Correctly handle systray click types on macOS in PR by @ChewbaccaCookie
- CI removes unused Microsoft apt repos before updating in PR by @Grantmartin2002
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.16
Wails v3.0.0-beta.15
- Increase WebView2 embed timeout to 60 seconds in PR by @Grantmartin2002
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.15
v1.13.0
Performance improvements and new top-level goquery.Text function to extract text from a selection with more control than the sel.Text jquery-like method.
Wails v3.0.0-beta.14
- Name Control-letter key presses correctly on macOS in PR by @taliesin-ai
- Fix ICO tray icons and follow taskbar theme on Windows in PR by @nik9play
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.14
v1.10.2
This is a small maintenance release that updates github.com/stretchr/testify to v1.12.1, removing the legacy gopkg.in/yaml.v3 dependency from Logrus' dependency graph. There are no functional changes in this release.
Dependency Changes
- update github.com/stretchr/testify to v1.12.1
Full Changelog: https://github.com/sirupsen/logrus/compare/v1.10.1...v1.10.2
Release 1.83.2
- server: Reject requests missing both
:authorityandHostheaders with HTTP 400 and statusInternal. (https://github.com/grpc/grpc-go/pull/9365)- Special Thanks: @winklemad