Releases: appsembler/xblock-launchcontainer
Release v4.0.0
Changes in this release
What's Changed
- breaking change: drop support for Hawthorn Tahoe.
- Support Tahoe 2.0 site configuration client by @OmarIthawi in #63
- add bandit security tests by @thraxil in #58
- add CODEOWNERS by @thraxil in #57
- fix tox django version specifier by @thraxil in #60
- Juniper: support python 3.5 in tests by @OmarIthawi in #61
- refactor github/tox testing to support tahoe requirements by @OmarIthawi in #62
Full Changelog: v3.0.0...v4.0.0
Release v3.0.0
Changes in this release
What's Changed
- Esther/release v2.3.2 by @estherjsuh in #53
- fix changelog links by @thraxil in #54
- XBlock Settings service configuration for support urls and timeout, JS vars cleanup/refactor by @bryanlandia in #55
- Bump version to 3.0.0 by @bryanlandia in #56
Full Changelog: 2.3.2...v3.0.0
Release v2.3.1-test2
Changes in this release
Release v2.3.1-test
Changes in this release
v2.2.0
v2.1.11
Fix Dogwood bug by making post_save signal handler conditional, dependent on site_configuration being enabled.
# Release 2.1.10
(The complete commit list for this release can be found here: v2.1.7...release/v2.1.10)
Fix for IE-11
IE-11 was not happy with the way we parse URLs. Bryan W slayed this one.
Fix for getting the proper AVL URL
Redis Labs is using a custom domain in Tahoe, which exposed a bug in our XBlock.
Brian D did some digging with Maxi and Filip. Now, all Redis Labs students will
happily receive links to the proper cluster.
Fix: Deprecate IS_OPENEDX_ENVIRON
This silly little variable was doing nothing but confusing the crowd. See ya!
Feature: Allow a student to "reset" a lab
There you are: you have a lab, you're happy, about to learn you a HealthShare. But!
You've made a mistake and you don't want to tell your teacher (we've all been there).
Now, you can simply hit the "reset" button in the edX course and you'll get
a clean container. WARNING: Not safe for those under the age of 12; use with caution.
Filip and Bryan W tagteamed this one!
Partial IE11 fixes
v2.1.8: Add support for XBlock 1.0
This is a simple update of the python XBlock library, which should allow xblock-launchcontainer (i.e., "tugboat") to run on Ginko.
v2.1.5–v2.1.7
v2.1.7
Before sending the POST to AVL, the XBlock will now extract data from the JavaScript event upon form submission. Users who had multiple instances of the XBlock in a course were seeing failed requests because Open edX was confused about which XBlock data to POST.
v2.1.6
Docs
v2.1.5
Modify the way we extract the user for compliance with Dogwood.