docs: sync docs + plugin skills with v26.06.57-76 features (v26.06.77)#104
Merged
Conversation
….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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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):
pyfly.scheduling.lock.provider(none|memory|redis|postgres) + executorpyfly.scheduling.executor.type(asyncio|thread)pyfly.session.concurrency.registry(memory|redis|postgres)pyfly.security.oauth2.token-store.provider(memory|redis|postgres)Config.reload_from_sources()+/actuator/refreshfile re-readpyfly.data.relational.migrations.enabled)pyfly.web.request-logging.enabled)MetricsRecorderport +NoOpMetricsRecorderregister_instanceetc.)@mongo_transactional(client)example + the/actuator/refreshdescription.12 docs changed; src unchanged. Gates: ruff+format clean (full suite unaffected).