Releases: lewta/sendit
Releases · lewta/sendit
Release list
v1.2.4
Immutable
release. Only release title and notes can be modified.
Changelog
CI / build / dependencies
- 8d9bce8 build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#217)
- 9ef63b1 build(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#220)
- 5965bbf build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.1.0 (#221)
- b08db7b build(deps): bump github/codeql-action from 4.36.0 to 4.36.2 (#218)
- 2a9abc9 build(deps): bump golang.org/x/net from 0.55.0 to 0.56.0 (#223)
- 63761d5 build(deps): bump modernc.org/sqlite from 1.50.1 to 1.51.0 (#216)
- f1a2f4c build(deps): bump modernc.org/sqlite from 1.51.0 to 1.52.0 (#222)
- c61f9df ci: add Dependabot auto-merge workflow (#219)
v1.2.3
Immutable
release. Only release title and notes can be modified.
Changelog
CI / build / dependencies
- 6ccefed build(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#210)
- edaf663 build(deps): bump github/codeql-action from 4.35.5 to 4.36.0 (#214)
- e2dd83b build(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 (#212)
- acad7ae build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#211)
- 2c301ac build(deps): bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 (#213)
v1.2.2
Immutable
release. Only release title and notes can be modified.
Changelog
CI / build / dependencies
- 2235b35 build(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#206)
- 026fcf6 build(deps): bump github/codeql-action from 4.35.2 to 4.35.3
- b82c0ea build(deps): bump github/codeql-action from 4.35.3 to 4.35.5 (#204)
- ec404f1 build(deps): bump golang.org/x/net from 0.53.0 to 0.54.0 (#202)
- d8ffb8f build(deps): bump google.golang.org/grpc from 1.80.0 to 1.81.1
- f35d129 build(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1
- 946d188 build(deps): bump modernc.org/sqlite from 1.50.0 to 1.50.1 (#208)
- db77024 build(deps): bump peaceiris/actions-hugo from 3.0.0 to 3.2.1 (#207)
v1.2.1
Immutable
release. Only release title and notes can be modified.
Changelog
CI / build / dependencies
- 8241818 build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1
- 40db5c9 build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
- e8ab387 build(deps): bump github.com/rs/zerolog from 1.35.0 to 1.35.1
- d4eb42e build(deps): bump github/codeql-action from 4.35.1 to 4.35.2
- f47d6bb build(deps): bump golang.org/x/net from 0.52.0 to 0.53.0
- 769e773 build(deps): bump google.golang.org/grpc from 1.79.3 to 1.80.0 (#189)
- a0fd4b6 build(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0
- c01995d build(deps): bump modernc.org/sqlite from 1.48.1 to 1.50.0
Other
- 35ee718 chore(release): prepare v1.2.1 changelog
v1.2.0
Immutable
release. Only release title and notes can be modified.
Changelog
New features
- 9e71e97 feat(auth): add auth block for http and websocket targets (v1.2.0)
Bug fixes
- 36af99c fix(lint): suppress gosec G104 on os.Setenv/Unsetenv in test step definitions
CI / build / dependencies
- 04ae70e build(deps): bump actions/configure-pages from 5.0.0 to 6.0.0
- 180607b build(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0
- 75b173e build(deps): bump actions/setup-go from 6.3.0 to 6.4.0 (#187)
- 85f0aa7 build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0
- 4fb2579 build(deps): bump github.com/chromedp/chromedp from 0.15.0 to 0.15.1
- 61187e8 build(deps): bump github.com/rs/zerolog from 1.34.0 to 1.35.0
- 1536a77 build(deps): bump github/codeql-action from 4.34.1 to 4.35.1
- 0db716d build(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11
- 89d3afd build(deps): bump modernc.org/sqlite from 1.47.0 to 1.48.0
- 134477a build(deps): bump modernc.org/sqlite from 1.48.0 to 1.48.1 (#188)
Other
- f7296dc docs(roadmap): add v1.6.0 SFTP driver to planned milestones
v1.1.1
Immutable
release. Only release title and notes can be modified.
v1.1.0
Immutable
release. Only release title and notes can be modified.
Changelog
New features
- 026058f feat(driver): add gRPC driver (v1.1.0)
- 5a0c3f9 feat(generate): HTML-only targets + sitemap XML source support
Bug fixes
- c9b7ed7 fix(generate): normalise crawl URLs to eliminate trailing-slash duplicates
- 0d5b96b fix(lint): resolve gosec G705 in generate test handlers
- 2e5af8f fix(lint): suppress gosec G705 in test handlers with nolint directives
- 35dec35 fix(lint): switch reflection client from v1alpha to v1
Other
v1.0.0
Immutable
release. Only release title and notes can be modified.
v0.15.3
Immutable
release. Only release title and notes can be modified.
Changelog
Bug fixes
- 2a40326 fix(ci): tolerate Go fuzz engine context deadline on -fuzztime expiry
CI / build / dependencies
- dd7b1a2 ci(test): v0.15.2 — add Codecov Test Analytics via gotestsum
Other
- 7a799e5 docs(audit): v0.15.3 — correct stale references across CLAUDE.md and docs site
- 43a5f4c docs(changelog): add fuzz CI fix to v0.15.3 entry
- 9068660 docs(roadmap): add v0.15.2 Codecov Test Analytics
- c56fc29 docs(roadmap): mark v0.15.1 integration test suite expansion as complete
- 1ba1058 docs(roadmap): mark v0.15.2 Codecov Test Analytics as complete
- c261b3b test(integration): v0.15.1 — expand integration test suite
v0.15.0
Immutable
release. Only release title and notes can be modified.
Changelog
Bug fixes
- 47b35af fix(fuzz): replace t.TempDir with os.MkdirTemp in FuzzLoad
- 6ba059f fix(tests): resolve gosec lint errors in new test files
Other
- b2b642f chore(release): v0.15.0
- 488c883 docs(changelog): add v0.15.0 coverage entry to [Unreleased]
- b54a9ad docs(roadmap): add v0.15.0 test coverage improvement milestone
- 11af42b docs(roadmap): add v0.15.1 integration test suite expansion
- 1465ea7 docs(roadmap): defer multi-browser support to post-v1.0.0 research
- 4b196ce test(coverage): raise overall coverage 62% → 71% (v0.15.0)