Releases: wool-labs/wool
Releases · wool-labs/wool
v0.8.1
What's Changed
- Fix @noreentry decorator breaking static type-checking of decorated methods — Closes #183 by @conradbzura in #184
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Integrate knowledge graph context into SDLC lifecycle skills — Closes #158 by @conradbzura in #159
- Execute each SDLC skill in a subagent — Closes #161 by @conradbzura in #164
- Gate run-tests workflow on code changes — Closes #160 by @conradbzura in #162
- Pull understand-chat skill into project and reference it directly in SDLC skills — Closes #163 by @conradbzura in #165
- Add admission control hook for worker backpressure — Closes #57 by @conradbzura in #149
Full Changelog: v0.7.0...v0.8.0
v0.8.0-rc0
What's Changed
- Integrate knowledge graph context into SDLC lifecycle skills — Closes #158 by @conradbzura in #159
- Execute each SDLC skill in a subagent — Closes #161 by @conradbzura in #164
- Gate run-tests workflow on code changes — Closes #160 by @conradbzura in #162
- Pull understand-chat skill into project and reference it directly in SDLC skills — Closes #163 by @conradbzura in #165
- Add admission control hook for worker backpressure — Closes #57 by @conradbzura in #149
Full Changelog: v0.7.0...v0.8.0-rc0
v0.7.0
What's Changed
- Accept cache key callable as a SubscriberMeta keyword argument — Closes #120 by @conradbzura in #140
- Split unit and integration test coverage in CI — Closes #141 by @conradbzura in #142
- Make worker proxy start lazily on dispatch by default — Closes #54 by @conradbzura in #143
- Guard WorkerPool and WorkerProxy against reentrant context usage — Closes #145 by @conradbzura in #146
Full Changelog: v0.6.0...v0.7.0
v0.7.0-rc0
What's Changed
- Accept cache key callable as a SubscriberMeta keyword argument — Closes #120 by @conradbzura in #140
- Split unit and integration test coverage in CI — Closes #141 by @conradbzura in #142
- Make worker proxy start lazily on dispatch by default — Closes #54 by @conradbzura in #143
- Guard WorkerPool and WorkerProxy against reentrant context usage — Closes #145 by @conradbzura in #146
Full Changelog: v0.6.0...v0.7.0-rc0
v0.6.0
What's Changed
- Fix drop-release auth to use git config extraheader — Closes #129 by @conradbzura in #130
- Add upper-limit support to WorkerPool size — Closes #132 by @conradbzura in #133
- Deprecate size parameter on WorkerPool in favor of spawn by @conradbzura in #135
- Add PEP 702 static-analysis deprecation overloads for
sizeparameter — Closes #136 by @conradbzura in #137
Full Changelog: v0.5.0...v0.6.0
v0.6.0-rc0
What's Changed
- Fix drop-release auth to use git config extraheader — Closes #129 by @conradbzura in #130
- Add upper-limit support to WorkerPool size — Closes #132 by @conradbzura in #133
- Deprecate size parameter on WorkerPool in favor of spawn by @conradbzura in #135
- Add PEP 702 static-analysis deprecation overloads for
sizeparameter — Closes #136 by @conradbzura in #137
Full Changelog: v0.5.0...v0.6.0-rc0
v0.5.0
What's Changed
Warning
This release has breaking changes
- Add PR template and teach the PR skill to use it — Closes #88 by @conradbzura in #123
- Expose all gRPC transport-layer options for worker connections — Closes #41 by @conradbzura in #124
- Remove unused WorkerEndpoint protobuf message — Closes #125 by @conradbzura in #126
Full Changelog: v0.4.0...v0.5.0
v0.5.0-rc0
What's Changed
Warning
This release has breaking changes
- Add PR template and teach the PR skill to use it — Closes #88 by @conradbzura in #123
- Expose all gRPC transport-layer options for worker connections — Closes #41 by @conradbzura in #124
- Remove unused WorkerEndpoint protobuf message — Closes #125 by @conradbzura in #126
Full Changelog: v0.4.0...v0.5.0-rc0
v0.4.0
What's Changed
- Raise on worker spawn failure in WorkerPool instead of silently discarding exceptions — Closes #107 by @conradbzura in #108
- Replace deprecated athrow() signature in async generator wrapper — Closes #94 by @conradbzura in #109
- Document picklability constraint for pre-called context manager Factory forms — Closes #61 by @conradbzura in #111
- Support joining existing LocalDiscovery namespaces without ownership — Closes #110 by @conradbzura in #112
- Add namespace parameter to LanDiscovery for network-level pool isolation — Closes #113 by @conradbzura in #114
- Fix LocalDiscovery subscriber notifications broken on macOS due to unresolved symlink in temp path — Closes #115 by @conradbzura in #116
- Remove parent-resolution from wool.routine wrapper — Closes #118 by @conradbzura in #119
- Pool discovery protocols shared across proxies on the same worker — Closes #55 by @conradbzura in #117
Full Changelog: v0.3.0...v0.4.0