Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3651698c39
|
||
|
|
dd3c2a85f3
|
@@ -6,6 +6,24 @@ This module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html
|
||||
|
||||
---
|
||||
|
||||
## [1.7.0] — 2026-08-14
|
||||
|
||||
Minor — coordinated framework release (lockstep versioning). No changes to this module's own API.
|
||||
|
||||
### Changed
|
||||
|
||||
- Bumped einherjar dependencies to v1.7.0. The behavioural changes in this release are in `spa-server`
|
||||
(per-file Cache-Control, a navigation-scoped SPA fallback, nosniff, and a non-root image).
|
||||
|
||||
## [1.6.0] — 2026-08-13
|
||||
|
||||
Minor — coordinated framework release (lockstep versioning). No changes to this module's own API.
|
||||
|
||||
### Changed
|
||||
|
||||
- Bumped einherjar dependencies to v1.6.0. The framework-wide change in this release is
|
||||
`web`'s new `httputil.Bind` / `httputil.BindEmpty` request-binding adapters.
|
||||
|
||||
## [1.5.0] — 2026-08-09
|
||||
|
||||
Minor — coordinated framework version alignment. No code or API changes in this module.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# einherjar/worker
|
||||
|
||||
[](https://code.nochebuena.dev/einherjar/worker)
|
||||
[](https://code.nochebuena.dev/einherjar/worker)
|
||||
[](LICENSE)
|
||||
[](https://go.dev)
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@ module code.nochebuena.dev/einherjar/worker
|
||||
|
||||
go 1.26
|
||||
|
||||
require code.nochebuena.dev/einherjar/contracts v1.5.0
|
||||
require code.nochebuena.dev/einherjar/contracts v1.7.0
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
code.nochebuena.dev/einherjar/contracts v1.5.0 h1:vDlpLXtVZ4Q4l3AR02qLQhnKnEDq2vE8+mydwg85hUU=
|
||||
code.nochebuena.dev/einherjar/contracts v1.5.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
|
||||
code.nochebuena.dev/einherjar/contracts v1.7.0 h1:yhbtmvE8u6KXcuG95p888+4tDIiTXDf5z/siKrjGbrc=
|
||||
code.nochebuena.dev/einherjar/contracts v1.7.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
|
||||
|
||||
Reference in New Issue
Block a user