All notable changes to this project will be documented in this file.
- bumped cryptography dependency
- New multi-team scheduler type which allows checking all teams for potential scheduling conficts when scheduling events. The new multi-team schema should be inserted into the
schema
table as shown in db/schema.v0.sql
WARNING: this version adds a change to the MYSQL schema! Make changes to the schema before deploying new 2.0.0 version.
- MINOR added the ability to designate teams as "api managed" which will prevent changes to team info from being done via the UI
- MAJOR added the
api_managed_roster
column to theteam
table in the MYSQL schema. Before running 2.0.0 the MYSQL schema must be updated with the new column to avoid errors, to do so runmysql -u root -p oncall < ./db/schema-update.v2.0.0_2023-06-06.sql