Tags give the ability to mark specific points in history as being important
-
v3.4.0
39bdc953 · ·* When adding an attachment of a file of an indeterminable mime type, according to the ``mimetypes`` library, an exception is raised. * Future work to support this case is possible. Please get in contact if you need the behaviour to handle indeterminable mime filet types. (ref https://gitlab.cern.ch/scripting-tools/pylogbook/-/merge_requests/44#note_6323954) * The package is now marked as typed, enabling an improved experience when type-checking your own code against pylogbook. Thanks to @nmadysa for his contribution (!44). * The package has been updated to conform to modern coding standards, ensuring a more consistent style. This is checked systematically with pre-commit (!46). * Use the Acc-Py v2 gitlab templates -
v3.2.0
Release: v3.2.041214e3b · ·* Ability to authenticate with bearer tokens (e.g. OIDC) as well as RBAC tokens * Improved error handling, especially in the case of invalid authentication * Access to the tags of an event, and an API to list all tags on the server * Further work is planned to allow tagging of newly created events, and updating existing ones * Fix the named logbook enum item for "LINAC_4"
-
v3.1.0
Release: v3.1.07eb2fa94 · ·* Add support for bytes as well as strings being passed to ``Event.attach_content`` * Allow ``ActivitiesClient.activities`` to be get and set/updated * Added ``Client.rbac_b64_token`` to allow getting and setting of the base64 encoded RBAC token string. It is also possible to set the token using a PyRBAC token instance (in the constructors or in the ``rbac_b64_token`` property setter).
-