Releases: DASSL/ClassDB
Releases · DASSL/ClassDB
ClassDB v2.2.0
- Add compatibility with PostgreSQL Version 9.3 and up
- Prevent deletion of rows in activity tables
- See list of enhancements made and defects fixed.
ClassDB v2.1.0
- Resolved many outstanding issues. See here for a full list
- Added support for teams
- Any user may now create any number of schema objects
- Disconnections are now logged
- Activity logging now records user session IDs
ClassDB v2.0.0
- Resolved many outstanding issues. See here for a full list
- Changed ClassDB role management API - changes are incompatible with v1.0.0
- All ClassDB roles are now based on
RoleBase
- All instances of ClassDB roles are stored within the same table, reducing code duplication
- Views have been added to display either all ClassDB users or only users of a certain type
- Many frequent user views have been added allowing ClassDB users to view their activity within the database
- Several frequent user views have been added to display summaries of student activity to instructors
- Most user activity views now return activity time stamps at the server's local time
- ClassDB can now record all instances of DDL and Connection activity from all users
- The uninstall scripts no longer forcefully remove user objects that may depend on ClassDB objects
- The
src
directory has been reorganized to clarify script usage
ClassDB v1.0.0
First release of ClassDB.