9 Commits
Author SHA1 Message Date
Rene Nochebuena 5da9ddc684 release: v1.6.0 (coordinated lockstep bump) 2026-08-13 23:10:05 -06:00
Rene Nochebuena 2be7334e58 chore(contracts): framework version alignment to v1.5.0 2026-08-12 17:54:31 -06:00
Rene Nochebuena 3b46784f16 chore(contracts): dependency refresh; framework version alignment to v1.4.0 2026-08-12 15:26:06 -06:00
Rene Nochebuena 73ae321c2f chore(contracts): framework version alignment to v1.3.0 2026-08-08 10:46:40 -06:00
Rene Nochebuena 3e3e789cf4 chore(contracts): framework version alignment to v1.2.0 2026-08-08 02:21:45 -06:00
Rene Nochebuena edde312353 chore(contracts): framework version alignment to v1.1.3 2026-08-08 01:25:54 -06:00
Rene Nochebuena 21b22b6157 chore(contracts): framework version alignment to v1.1.2 2026-08-08 00:41:38 -06:00
Rene Nochebuena abe48e9a2a chore(contracts): framework version alignment to v1.1.1 2026-08-07 23:30:24 -06:00
Rene Nochebuena 8710f99b3f feat(contracts): release SecurityBag; anchor framework at v1.1.0 (#1)
Releases the SecurityBag request-scoped security context (drafted in the
CHANGELOG since 2026-05-28) and anchors the coordinated framework release at
v1.1.0 — the einherjar modules move to v1.1.0 in lockstep.

security:
- SecurityBag value type + NewSecurityBag, Identity/WithIdentity,
  Get/With, SetBagInContext (immutable; copy-on-write attributes).

No einherjar dependencies. Badge bumped to v1.1.0.

Reviewed-on: #1
Co-authored-by: Rene Nochebuena Guerrero <rene@nochebuena.dev>
Co-committed-by: Rene Nochebuena Guerrero <rene@nochebuena.dev>
2026-08-07 18:24:11 -06:00
2 changed files with 39 additions and 2 deletions
+38 -1
View File
@@ -7,7 +7,44 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
---
## [1.1.0] — 2026-05-28
## [1.6.0] — 2026-08-13
Minor — coordinated framework release (lockstep versioning). No changes to this module's own API.
## [1.5.0] — 2026-08-09
Minor — coordinated framework version alignment. No code, API, or dependency changes.
## [1.4.0] — 2026-08-09
Minor — coordinated framework release: dependency refresh + lockstep version alignment.
### Changed
- Refreshed dependencies to their latest minor/patch where available.
## [1.3.0] — 2026-08-08
Minor — coordinated framework version alignment. No code, API, or dependency changes.
## [1.2.0] — 2026-08-08
Minor — coordinated framework version alignment. No code, API, or dependency changes.
## [1.1.3] — 2026-08-08
Patch — coordinated framework version alignment. No code, API, or dependency changes.
## [1.1.2] — 2026-08-08
Patch — coordinated framework version alignment. No code, API, or dependency changes.
## [1.1.1] — 2026-08-07
Patch — coordinated framework version alignment. Released in lockstep at v1.1.1
alongside a documentation patch in the data/infra starters. No code, API, or dependency changes.
## [1.1.0] — 2026-08-07
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
# einherjar/contracts
[![version](https://img.shields.io/badge/version-v1.0.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/contracts)
[![version](https://img.shields.io/badge/version-v1.6.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/contracts)
[![license](https://img.shields.io/badge/license-AGPL--3.0-22863A?style=flat-square)](LICENSE)
[![go](https://img.shields.io/badge/Go-1.26+-00ADD8?style=flat-square&logo=go&logoColor=white)](https://go.dev)