Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3651698c39
|
||
|
|
dd3c2a85f3
|
||
|
|
53f05a7080
|
@@ -6,6 +6,32 @@ 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.
|
||||
|
||||
### Changed
|
||||
|
||||
- Bumped `contracts` to v1.5.0.
|
||||
|
||||
## [1.4.0] — 2026-08-09
|
||||
|
||||
Minor — coordinated framework release: dependency refresh + lockstep version alignment.
|
||||
|
||||
@@ -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.4.0
|
||||
require code.nochebuena.dev/einherjar/contracts v1.7.0
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
code.nochebuena.dev/einherjar/contracts v1.4.0 h1:rv/93dGXmXvO90G0uxCu8y3+5+EobkVvcoxh/BywIFk=
|
||||
code.nochebuena.dev/einherjar/contracts v1.4.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