Skip to content

Migrate to FastCS 0.14 (introducing SecopControllerSettings)#24

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/pip/fastcs-0.14.0
Open

Migrate to FastCS 0.14 (introducing SecopControllerSettings)#24
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/pip/fastcs-0.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor

Breaking changes

  • Following upstream FastCS changes, a new dataclass, SecopControllerSettings is passed to SecopController.__init__.
  • Examples have been updated to use controller.set_path as EpicsIOCOptions was removed from FastCS.

Bumps fastcs from 0.12.0 to 0.14.0.

Closes #23


Release notes

Sourced from fastcs's releases.

0.14.0

What's Changed

Full Changelog: DiamondLightSource/fastcs@0.12.0...0.14.0

0.14.0-beta.2

Full Changelog: DiamondLightSource/fastcs@0.14.0-beta.1...0.14.0-beta.2

0.14.0-beta.1

What's Changed

Full Changelog: DiamondLightSource/fastcs@0.12.0...0.14.0-beta.1

Commits
  • c80a13c Merge pull request #360 from DiamondLightSource/multiple-controllers
  • c0fbb39 Rename controller_id locals to name in EPICS emission helpers
  • a5b2fb1 Rename builtin-shadowing id local in tango transport connect
  • 53405f9 Forbid extra keys on transport wrappers and empty option objects
  • 3aef10e Await cancelled serve task instead of sleeping for teardown
  • 0a2db57 Rename builtin-shadowing id locals to name
  • 0dcd180 Decouple EPICS option exports from transport import gating
  • 97f2de4 Guard graphql/tango transport id validation against empty path
  • 1625b2b Fix REST command routes iterating root commands per sub-controller
  • 1bffd32 Hard-kill IOC subprocess if SIGTERM teardown stalls
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fastcs](https://github.com/DiamondLightSource/fastcs) from 0.12.0 to 0.14.0.
- [Release notes](https://github.com/DiamondLightSource/fastcs/releases)
- [Commits](DiamondLightSource/fastcs@0.12.0...0.14.0)

---
updated-dependencies:
- dependency-name: fastcs
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 22, 2026
@github-project-automation github-project-automation Bot moved this to Flash Review in Tasks May 22, 2026
@Tom-Willemsen

Copy link
Copy Markdown
Member

See #23

@rerpha rerpha removed this from Tasks May 27, 2026
@Tom-Willemsen Tom-Willemsen added the Semver-Major Changes requiring updates to users of the library label Jun 8, 2026
@ISISBuilder ISISBuilder added this to Tasks Jun 8, 2026
@github-project-automation github-project-automation Bot moved this to Flash Review in Tasks Jun 8, 2026
@Tom-Willemsen Tom-Willemsen changed the title Bump fastcs from 0.12.0 to 0.14.0 Migrate to FastCS 0.14 Jun 8, 2026
@Tom-Willemsen Tom-Willemsen changed the title Migrate to FastCS 0.14 Migrate to FastCS 0.14 (introducing SecopControllerSettings) Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code Semver-Major Changes requiring updates to users of the library

Projects

Status: Flash Review

Development

Successfully merging this pull request may close these issues.

Migrate to latest FastCS

3 participants