Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Release version 3.0.0 #550

Merged
merged 3 commits into from
Apr 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 3.0.0 (2021-04-15)

### ⚠ BREAKING CHANGES

* removes send grades feature from LTI 1.1.
* **core:** Default uses the Postgres database and no longer supports SQLite for shared grader notebooks.

### Features

* Deprecate sending grades with LTI 1.1 ([#536](https://github.com/IllumiDesk/illumidesk/issues/536)) ([88e905f](https://github.com/IllumiDesk/illumidesk/commit/88e905f0ecf9eb44ecdb2e58f15598430b9a37c7))
### Bug Fixes

* Updates routes to fix error where the JupyterHub rolling update was not initiated ([#546](https://github.com/IllumiDesk/illumidesk/issues/546)) ([ecf4e8c](https://github.com/IllumiDesk/illumidesk/commit/ecf4e8c4d0567567c788fd0f20538e3a474f8ac2))

## 2.0.0 (2021-03-16)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "illumidesk",
"version": "2.0.0",
"version": "3.0.0",
"description": "Teach and learning with web-based notebooks!",
"scripts": {
"release": "standard-version"
Expand Down
17 changes: 0 additions & 17 deletions src/illumidesk/wait-for-postgres.sh

This file was deleted.