Releases: DiamondLightSource/ispyb-api
Releases · DiamondLightSource/ispyb-api
v10.2.4
v10.2.3
Bump version: 10.2.2 → 10.2.3
v5.0.0
Changelog since previous version
- Config file format changes: section
ispyb_mysql_sp
renamed toispyb_mariadb_sp
(breaking change) - New reconnection parameters in config file (
reconn_attempts
andreconn_delay
) - New methods for:
- storing x-ray centring results
- retrieving persons on a session
- un-assigning all containers on a certain beamline
update_container_assign
now returns thecontainerId
and the newcontainerStatus
- Authorisation built into the queries for relevant stored procedures
- Exceptions improved
- Utilising the
testdb
fixture for most test - Removed:
- mxprocessing:
upsert_program
replaced withupsert_program_ex
(breaking change) - processing interface: removed
get_processing_job
(breaking change)
- mxprocessing: