Skip to content

docs: sync docs + plugin skills with v26.06.57-76 features (v26.06.77)#104

Merged
ancongui merged 1 commit into
mainfrom
docs/session-feature-sync
Jun 7, 2026
Merged

docs: sync docs + plugin skills with v26.06.57-76 features (v26.06.77)#104
ancongui merged 1 commit into
mainfrom
docs/session-feature-sync

Conversation

@ancongui
Copy link
Copy Markdown
Contributor

@ancongui ancongui commented Jun 7, 2026

Brings the docs (and the companion plugin skills, separate PR) in line with everything shipped since v26.06.57 — verified key-by-key against source by a 6-agent sync + a verification pass (zero inaccuracies, zero specs leaked to the plugin):

  • Scheduling — lock providers pyfly.scheduling.lock.provider (none|memory|redis|postgres) + executor pyfly.scheduling.executor.type (asyncio|thread)
  • Sessionpyfly.session.concurrency.registry (memory|redis|postgres)
  • Securitypyfly.security.oauth2.token-store.provider (memory|redis|postgres)
  • ConfigConfig.reload_from_sources() + /actuator/refresh file re-read
  • Data/CLI — run-on-startup Alembic migrations (pyfly.data.relational.migrations.enabled)
  • Web — access-log opt-out (pyfly.web.request-logging.enabled)
  • ObservabilityMetricsRecorder port + NoOpMetricsRecorder
  • DI — public container SPI (register_instance etc.)
  • Fixed pre-existing stale spots: the broken @mongo_transactional(client) example + the /actuator/refresh description.

12 docs changed; src unchanged. Gates: ruff+format clean (full suite unaffected).

….06.77

Feature-sync sweep (workflow-assisted, verified key-by-key against source): scheduling lock providers
(none|memory|redis|postgres) + executor (asyncio|thread); session concurrency registry
(memory|redis|postgres); OAuth2 token-store providers (memory|redis|postgres); Config.reload_from_sources
+ /actuator/refresh file re-read; run-on-startup Alembic migrations; access-log opt-out; MetricsRecorder
port + NoOp; public container SPI. Also fixed pre-existing stale spots: the broken @mongo_transactional(client)
example in docs/adapters/mongodb.md + the /actuator/refresh description. Docs-only (src unchanged).
Companion plugin skills updated in lockstep (separate repo, no specs/plans). Gates: ruff + format clean.
@ancongui ancongui merged commit 695a406 into main Jun 7, 2026
5 checks passed
@ancongui ancongui deleted the docs/session-feature-sync branch June 7, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant