feat(worker)!: promote to v1.0.0 — add Len() to Provider, bump deps to v1

Add Len() int to Provider interface; returns current queue depth for
observability and test assertions. Bump launcher and logz to v1.0.1.
Go directive bumped to 1.26. API committed as stable.
This commit is contained in:
2026-05-12 17:51:34 +00:00
parent 631c98396e
commit f07782d583
6 changed files with 47 additions and 7 deletions

6
go.mod
View File

@@ -1,8 +1,8 @@
module code.nochebuena.dev/go/worker
go 1.25
go 1.26
require (
code.nochebuena.dev/go/launcher v0.9.0
code.nochebuena.dev/go/logz v0.9.0
code.nochebuena.dev/go/launcher v1.0.1
code.nochebuena.dev/go/logz v1.0.1
)