Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2025-03-10 | [chore] remove vendor | 96 | ||
2025-02-13 | [chore] bump ncruces go-sqlite3 => v0.23.0 (#3785) | 37 | ||
* bump ncruces go-sqlite3 => v0.23.0 * whoops, add missing vendor changes... | ||||
2025-01-14 | update ncruces/go-sqlite3 v0.21.3 -> v0.22.0, gruf/go-ffmpreg v0.6.4 -> ↵ | 23 | ||
v0.6.5 (#3646) | ||||
2024-12-20 | [chore] Update ncruces/go-sqlite3 to 0.21.3 (#3629) | 10 | ||
This includes some additional locking fixes for the BSDs. | ||||
2024-12-17 | update ncruces/go-sqlite3 to v0.21.2 (#3626) | 11 | ||
2024-12-16 | bump ncruces/go-sqlite3 to v0.21.1 (#3625) | 9 | ||
2024-12-12 | bump ncruces/go-sqlite3 to v0.21.0 (#3621) | 38 | ||
2024-11-26 | pull in ncruces/go-sqlite3 v0.20.3 with tetratelabs/wazero v1.8.2 (#3574) | 16 | ||
2024-11-07 | bump ncruces/go-sqlite3 to v0.20.2 (#3524) | 24 | ||
2024-10-25 | update go-sqlite3 => v0.20.0 (#3483) | 38 | ||
2024-10-08 | [chore] update go-sqlite3 to v0.19.0 (#3406)v0.17.0-rc2 | 28 | ||
2024-09-30 | [chore]: Bump github.com/ncruces/go-sqlite3 from 0.18.3 to 0.18.4 (#3375) | 19 | ||
Bumps [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) from 0.18.3 to 0.18.4. - [Release notes](https://github.com/ncruces/go-sqlite3/releases) - [Commits](https://github.com/ncruces/go-sqlite3/compare/v0.18.3...v0.18.4) --- updated-dependencies: - dependency-name: github.com/ncruces/go-sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
2024-09-14 | [chore] Update go-sqlite3 to 0.18.3 (#3295) | 19 | ||
* [chore] Update go-sqlite3 to 0.18.3 * [chore] Fix getting the sqlite3.Conn | ||||
2024-08-30 | [chore] Upgrade ncruces/go-sqlite3 to v0.18.1 (#3253) | 2 | ||
Contains a fix for locking behaviour on the BSDs. | ||||
2024-08-15 | update go-sqlite3 to v0.18.0 (#3204) | 31 | ||
2024-07-08 | [chore] Bump ncruces/go-sqlite3 to 0.17.1 (#3085) | 4 | ||
More linkanme fixes. | ||||
2024-07-05 | [chore] Update ncruces/go-sqlite3 to 0.17 (#3072) | 4 | ||
This fixes some linkname shenanigans previous versions of the library were using. It's now safe to upgrade to Go 1.23 and beyond once they become available. | ||||
2024-06-22 | [chore] update github.com/ncruces/go-sqlite3 -> v0.16.3 (#3029) | 10 | ||
2024-06-12 | [chore] Upgrade wasm-sqlite to v0.16.2 (#2997) | 8 | ||
2024-06-07 | [chore] Update WASM go-sqlite3 to v0.16.1 (#2976) | 22 | ||
This includes support for journal mode set to WAL on the BSDs. Relates to: #1753, #2962 | ||||
2024-05-27 | [experiment] add alternative wasm sqlite3 implementation available via ↵ | 78 | ||
build-tag (#2863) This allows for building GoToSocial with [SQLite transpiled to WASM](https://github.com/ncruces/go-sqlite3) and accessed through [Wazero](https://wazero.io/). |