Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.10.0 #443

Merged
merged 70 commits into from
Mar 2, 2023
Merged

Release v0.10.0 #443

merged 70 commits into from
Mar 2, 2023

Commits on Jun 15, 2022

  1. Bump version

    sergeyklay committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bc8860a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7640b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #395 from joke2k/drop/unicode

    Removed deprecated Env.unicode()
    sergeyklay committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    1f220bf View commit details
    Browse the repository at this point in the history
  4. Cleanup change log

    sergeyklay committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e119e6f View commit details
    Browse the repository at this point in the history
  5. Deprecate Python < 3.5

    sergeyklay committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    586666a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #396 from joke2k/deprecate/python3.5

    Deprecate Python 3.5
    sergeyklay committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4948a02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27fcdc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    4ef047f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1b7034 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    sergeyklay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    abc7df0 View commit details
    Browse the repository at this point in the history
  4. Cleanup tests

    sergeyklay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    7ee07ab View commit details
    Browse the repository at this point in the history
  5. Merge pull request #397 from glasnt/feat/redis-django

    Add core redis compat if django 4+
    sergeyklay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6985d8f View commit details
    Browse the repository at this point in the history
  6. Amend tests

    sergeyklay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    62b5d0a View commit details
    Browse the repository at this point in the history
  7. Amended change log

    sergeyklay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0fee796 View commit details
    Browse the repository at this point in the history
  8. Simplify code a bit

    sergeyklay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    00e03d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7656729 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12976c3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #398 from joke2k/feature/amend-tests

    Amend tests
    sergeyklay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6628b09 View commit details
    Browse the repository at this point in the history
  12. Remove environ.register_schemes calls

    Jorrit authored and sergeyklay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    ddf9cba View commit details
    Browse the repository at this point in the history
  13. Merge pull request #399 from joke2k/drop/register_schemes

    Remove `environ.register_schemes` calls
    sergeyklay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2144df9 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    84bd435 View commit details
    Browse the repository at this point in the history
  2. Correct code style

    sergeyklay committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    bad3614 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #400 from joke2k/feature/enhanced-dict

    Value of dict can now contain an equal sign
    sergeyklay committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    495be60 View commit details
    Browse the repository at this point in the history
  4. Fix code style

    sergeyklay committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    8ea6e2b View commit details
    Browse the repository at this point in the history
  5. Amend docs

    sergeyklay committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    4a5cb61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75ba092 View commit details
    Browse the repository at this point in the history
  7. Normalize logging format

    sergeyklay committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    28e486f View commit details
    Browse the repository at this point in the history
  8. Amend docs

    sergeyklay committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    293e3d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afb98f0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a532e0 View commit details
    Browse the repository at this point in the history
  11. Lint code using pylint

    sergeyklay committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    20ba2d1 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #401 from joke2k/fix/codestyle

    Fix code style
    sergeyklay committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    6fc36d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Amend documentation

    sergeyklay committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    4e5c05c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    aaf0377 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #402 from joke2k/feature/python-3.11

    Add support for Python 3.11
    sergeyklay committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9c201d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Add failing test for url('UNSET_VAR', '')

    See #404
    jnm committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    c5e425a View commit details
    Browse the repository at this point in the history
  2. Skip parsing only when default=None, not for…

    all default values that coerce to `False`
    jnm committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    3c1594a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Merge pull request #405 from jnm/stricter-check-for-none-default-value

    Skip parsing only when `default=None`, not for all default values that coerce to `False`
    sergeyklay committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    64813ed View commit details
    Browse the repository at this point in the history
  2. Update changelog

    sergeyklay committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    055a3e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Bump actions/setup-python from 4.0.0 to 4.1.0

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.0.0...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ebd3a73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #407 from joke2k/dependabot/github_actions/actions…

    …/setup-python-4.1.0
    
    Bump actions/setup-python from 4.0.0 to 4.1.0
    sergeyklay committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    86716ac View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Access DB_SCHEMES through cls rather than Env in db_url_config.

        This will allow to inherit Env class and extend DB_SCHEMES with minimal changes required.
    
        (ie. Add new scheme, use connection pooling library, etc)
    fizyk committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b30e56d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    f3c04d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Merge pull request #418 from denys-pidlisnyi/main

    Add CONN_HEALTH_CHECKS to _DB_BASE_OPTIONS
    sergeyklay committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    466c89c View commit details
    Browse the repository at this point in the history
  2. Update change log

    sergeyklay committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    77796fd View commit details
    Browse the repository at this point in the history
  3. Tune up dependabot

    sergeyklay committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    78076b3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #414 from fizyk/allow-override_db_schemes_children

    Access DB_SCHEMES through cls rather than Env in db_url_config.
    sergeyklay committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    c2b35db View commit details
    Browse the repository at this point in the history
  5. Update change log

    sergeyklay committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    bd1e640 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    d630183 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    a3d2884 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    bd3559d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4b186b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    300b828 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #440 from joke2k/fix/ci

    Correct CI workflow to use supported Python versions/OS matrix
    sergeyklay committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d307861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2856786 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee78d7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a90770d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    998ad13 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #441 from joke2k/feature/rework-ci

    Rework trigger workflows strategy
    sergeyklay committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    227db14 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #439 from imomaliev/patch-1

    Delete duplicated include in docs/quickstart.rst
    sergeyklay committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    6948d3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4b594d View commit details
    Browse the repository at this point in the history
  12. Correct code style

    sergeyklay committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    8abbe77 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #442 from joke2k/fix/read_env-encoding

    Adds encoding parameter to read_env with default value 'utf8'
    sergeyklay committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a7d208c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #425 from foarsitter/django41

    Formally add support for Django 4.1
    sergeyklay committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    dbe5672 View commit details
    Browse the repository at this point in the history
  15. Updated change log

    sergeyklay committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    47e756a View commit details
    Browse the repository at this point in the history
  16. Correct change log format

    sergeyklay committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    294c451 View commit details
    Browse the repository at this point in the history
  17. Update release date

    sergeyklay committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7be412d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3c1937e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    0a7e92a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2191f5d View commit details
    Browse the repository at this point in the history