Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

69 lines (46 loc) · 3.07 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.4 - 2022-09-27

  • enforce a default 300sec timeout if SITE_CONFIG_CACHE_TIMEOUT is not set

0.2.3 - 2022-09-16

  • Get openedx.api values for a specific Open edX site.

0.2.2 - 2022-08-10

  • create_site to accept tier info parameters
  • avoid environment collision in override_configs
  • Bump django from 3.2.5 to 3.2.15

0.2.1 - 2022-07-21

  • support studio

0.1.12 - 2022-06-17

  • use a better filename for the Client class
  • site info for subscription info

0.1.11 - 2022-06-09

  • fix exception when bucket.get_blob returns None by

0.1.10 - 2022-06-09

  • return CSS as dictionary

0.1.9 - 2022-06-08

  • read json configs with environment prefix by

0.1.8 - 2022-06-01

  • pin google requirements to fix py35 incompatible packages
  • document django configs in readme
  • fixes for client cache and readonly storage

0.1.7 - 2022-05-19

  • attempt to fix pypi

0.1.6 - 2022-05-17

  • added environment prefix

0.1.5 - 2022-03-29

  • openedx.api value getters return default if current site doesn't exist

0.1.4 - 2022-03-23

  • added openedx.api for getting individual values for the current site

0.1.3 - 2022-03-17

  • added enable_feature_for_site feature helper

0.1.2 - 2022-03-16

  • publish to pypi
  • starting changelog

0.1.1 - 2022-03-16

  • First GitHub release. No pypi release yet.

0.1

  • Initial release. No GitHub release yet.